-
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.
chore(release): publish version 0.3.39-alpha.7 --tag=alpha
- Loading branch information
github-bot
committed
Dec 11, 2024
1 parent
95dac02
commit a62e9cb
Showing
18 changed files
with
58 additions
and
58 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
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.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"@bytedance/mona-manager": "0.3.39-alpha.6" | ||
"@bytedance/mona-cli-commands": "0.3.39-alpha.7", | ||
"@bytedance/mona-manager": "0.3.39-alpha.7" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytedance/mona-cli-commands", | ||
"version": "0.3.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"@bytedance/mona-shared": "0.3.39-alpha.6", | ||
"@bytedance/mona-manager": "0.3.39-alpha.7", | ||
"@bytedance/mona-shared": "0.3.39-alpha.7", | ||
"@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.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"@bytedance/mona-manager": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"@bytedance/mona-shared": "0.3.39-alpha.6", | ||
"@bytedance/mona-manager": "0.3.39-alpha.7", | ||
"@bytedance/mona-shared": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"@bytedance/mona-shared": "0.3.39-alpha.6", | ||
"@bytedance/mona": "0.3.39-alpha.7", | ||
"@bytedance/mona-shared": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"version": "0.3.39-alpha.7", | ||
"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.39-alpha.6", | ||
"@bytedance/mona-service-commands": "0.3.39-alpha.6", | ||
"@bytedance/mona-service-target-lynx": "0.3.39-alpha.6", | ||
"@bytedance/mona-service-target-mini": "0.3.39-alpha.6", | ||
"@bytedance/mona-service-target-web": "0.3.39-alpha.6", | ||
"@bytedance/mona-manager": "0.3.39-alpha.7", | ||
"@bytedance/mona-service-commands": "0.3.39-alpha.7", | ||
"@bytedance/mona-service-target-lynx": "0.3.39-alpha.7", | ||
"@bytedance/mona-service-target-mini": "0.3.39-alpha.7", | ||
"@bytedance/mona-service-target-web": "0.3.39-alpha.7", | ||
"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