-
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 #308 from bytedance/feature/PluginLightMerge
publish v0.3.38 [automated]
- Loading branch information
Showing
41 changed files
with
156 additions
and
181 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,5 +1,5 @@ | ||
{ | ||
"version": "0.3.37", | ||
"version": "0.3.38", | ||
"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.37", | ||
"version": "0.3.38", | ||
"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.37", | ||
"@bytedance/mona-manager": "0.3.37" | ||
"@bytedance/mona-cli-commands": "0.3.38", | ||
"@bytedance/mona-manager": "0.3.38" | ||
}, | ||
"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
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.37", | ||
"version": "0.3.38", | ||
"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.37", | ||
"@bytedance/mona-shared": "0.3.37", | ||
"@bytedance/mona-manager": "0.3.38", | ||
"@bytedance/mona-shared": "0.3.38", | ||
"@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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ import download from 'download-git-repo'; | |
import { makeDir, readAllFiles, removeEmptyDirs } from './file'; | ||
import axios from 'axios'; | ||
|
||
const branch = 'v2'; | ||
const branch = 'v3'; | ||
|
||
const TEMPLATE_SOURCE = `github:bytedance/mona-templates#${branch}`; | ||
const TEMPLATE_SOURCE_GITEE = `direct:[email protected]:ByteDance/mona-templates.git#${branch}`; | ||
|
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.37", | ||
"version": "0.3.38", | ||
"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.37", | ||
"@bytedance/mona-manager": "0.3.38", | ||
"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.37", | ||
"version": "0.3.38", | ||
"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.37", | ||
"@bytedance/mona-shared": "0.3.37", | ||
"@bytedance/mona-manager": "0.3.38", | ||
"@bytedance/mona-shared": "0.3.38", | ||
"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
4 changes: 2 additions & 2 deletions
4
packages/mona-manager-plugins/mona-service-targets/mona-service-target-web/src/index.ts
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 @@ | ||
const h5 = require('./target/h5'); | ||
const light = require('./target/light'); | ||
const plugin = require('./target/plugin'); | ||
// const plugin = require('./target/plugin'); | ||
const web = require('./target/web'); | ||
const mobile = require('./target/mobile'); | ||
module.exports = [h5, light, plugin, web, mobile]; | ||
module.exports = [h5, light, web, mobile]; |
19 changes: 0 additions & 19 deletions
19
...-plugins/mona-service-targets/mona-service-target-web/src/plugins/postcss/monaUiPrefix.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.