-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #306 from bytedance/release/20240205
publish v0.3.37 [automated]
- Loading branch information
Showing
19 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-cli", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"displayName": "mona", | ||
"description": "Merchant app's developing and building tools", | ||
"main": "./bin/mona", | ||
|
@@ -20,8 +20,8 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bytedance/mona-cli-commands": "0.3.36", | ||
"@bytedance/mona-manager": "0.3.36" | ||
"@bytedance/mona-cli-commands": "0.3.37", | ||
"@bytedance/mona-manager": "0.3.37" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.4.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-cli-commands", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"displayName": "mona-cli-commands", | ||
"description": "mona-cli commands plugins for mona-manager", | ||
"main": "./dist/index", | ||
|
@@ -16,8 +16,8 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bytedance/mona-manager": "0.3.36", | ||
"@bytedance/mona-shared": "0.3.36", | ||
"@bytedance/mona-manager": "0.3.37", | ||
"@bytedance/mona-shared": "0.3.37", | ||
"@koa/cors": "^4.0.0", | ||
"@koa/router": "^12.0.0", | ||
"axios": "^1.6.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@bytedance/mona-manager-plugins-shared", | ||
"displayName": "mona-manager-plugins-shared", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"description": "mona-manager plugins shared utils and plugins", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
|
@@ -17,7 +17,7 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bytedance/mona-manager": "0.3.36", | ||
"@bytedance/mona-manager": "0.3.37", | ||
"copy-webpack-plugin": "^10.2.0", | ||
"webpack": "^5.58.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-service-commands", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"displayName": "mona-service-commands", | ||
"description": "mona-service commands plugins for mona-manager", | ||
"main": "./dist/index.js", | ||
|
@@ -17,8 +17,8 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bytedance/mona-manager": "0.3.36", | ||
"@bytedance/mona-shared": "0.3.36", | ||
"@bytedance/mona-manager": "0.3.37", | ||
"@bytedance/mona-shared": "0.3.37", | ||
"archiver": "^5.3.0", | ||
"assert": "^2.0.0", | ||
"axios": "^1.6.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-manager", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"displayName": "mona-manager", | ||
"description": "mona cli plugin system", | ||
"main": "./dist/index.js", | ||
|
@@ -17,8 +17,8 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bytedance/mona": "0.3.36", | ||
"@bytedance/mona-shared": "0.3.36", | ||
"@bytedance/mona": "0.3.37", | ||
"@bytedance/mona-shared": "0.3.37", | ||
"chalk": "^4.1.2", | ||
"command-line-usage": "^6.1.1", | ||
"lodash.merge": "^4.6.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-plugin-events", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"description": "Merchant application plugin side communication package", | ||
"author": "[email protected]", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-service", | ||
"version": "0.3.36", | ||
"version": "0.3.37", | ||
"displayName": "mona", | ||
"description": "Merchant app's developing and building tools", | ||
"main": "./dist/index.js", | ||
|
@@ -21,11 +21,11 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@bytedance/mona-manager": "0.3.36", | ||
"@bytedance/mona-service-commands": "0.3.36", | ||
"@bytedance/mona-service-target-lynx": "0.3.36", | ||
"@bytedance/mona-service-target-mini": "0.3.36", | ||
"@bytedance/mona-service-target-web": "0.3.36", | ||
"@bytedance/mona-manager": "0.3.37", | ||
"@bytedance/mona-service-commands": "0.3.37", | ||
"@bytedance/mona-service-target-lynx": "0.3.37", | ||
"@bytedance/mona-service-target-mini": "0.3.37", | ||
"@bytedance/mona-service-target-web": "0.3.37", | ||
"dotenv": "^10.0.0", | ||
"minimist": "^1.2.5", | ||
"pkg-updater": "^1.0.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters