Skip to content

Commit

Permalink
Merge branch 'dev' into pr/370
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Mar 1, 2025
2 parents ca42192 + 5935a9a commit 32f31eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/origine2/src/config/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export interface Info {

export const __INFO: Info = {
version: '4.5.11',
buildTime: '2025-02-22T09:47:56.762Z', // 编译时会通过 version-sync.js 自动更新
buildTime: '2025-03-01T14:52:34.009Z', // 编译时会通过 version-sync.js 自动更新
};
4 changes: 2 additions & 2 deletions packages/terre2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"pkg": "cd dist && pkg main.js -o WebGAL_Terre",
"pkg:linux-arm64": "cd dist && pkg main.js -o WebGAL_Terre -t node18-linux-arm64"
"pkg": "cd dist && pkg src/main.js -o WebGAL_Terre",
"pkg:linux-arm64": "cd dist && pkg src/main.js -o WebGAL_Terre -t node18-linux-arm64"
},
"dependencies": {
"@babel/traverse": "7.23.2",
Expand Down

0 comments on commit 32f31eb

Please sign in to comment.