Skip to content

Commit 9c11ca0

Browse files
committed
chore: update deps
1 parent fdfd89c commit 9c11ca0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"webpack": "^4.42.1"
4646
},
4747
"dependencies": {
48-
"@micro-app/cli": "^0.3.13",
48+
"@micro-app/cli": "^0.3.15",
4949
"@micro-app/plugin-webpack": "^0.0.11"
5050
}
5151
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const silentService = require('./utils/silentService');
55
const { BUILT_IN } = require('./constants');
66

77
module.exports = function(api, vueConfig) {
8-
if (api.__isMicroAppPluginAPI) { // micro-app plugin
8+
if (api.$isMicroAppPluginAPI) { // micro-app plugin
99
const registerMethod = require('./utils/registerMethod');
1010
registerMethod(api);
1111
} else { // vue-cli plugin

src/utils/registerMethod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ module.exports = function registerMethod(s) {
1313
description: 'modify vue config.',
1414
});
1515
} else {
16-
logger.warn(`[${KEY}]`, 'has exists.');
16+
logger.error(`[${KEY}]`, 'has exists.');
1717
}
1818
};

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -323,20 +323,20 @@
323323
dependencies:
324324
sourcemap-codec "^1.4.4"
325325

326-
"@micro-app/cli@^0.3.13":
327-
version "0.3.13"
328-
resolved "https://registry.yarnpkg.com/@micro-app/cli/-/cli-0.3.13.tgz#0459c31e738795272c3d3d136958b5aa38c9b1f5"
329-
integrity sha512-itUAu2OIccz/Cb/LNBfo1et5rEDRJRkd9gqhnhagdN5bbW/YHBdPZebWqtvIsJxvtXnRCzAJLTQwBR6ZnF/fyw==
326+
"@micro-app/cli@^0.3.15":
327+
version "0.3.15"
328+
resolved "https://registry.yarnpkg.com/@micro-app/cli/-/cli-0.3.15.tgz#3cbcb455675deda5bb8dbcae2f42e6c60d71d87b"
329+
integrity sha512-RUvrH5e0KtWZAd2dlR3K5fWmovXLzM01wM9yEm347zwZceeBQgMlSv5GRBTCS5HNjVFsfpsfpVWEWk4E+B3NJA==
330330
dependencies:
331-
"@micro-app/core" "^0.3.22"
331+
"@micro-app/core" "^0.3.23"
332332
"@zkochan/cmd-shim" "^4.3.0"
333333
read-cmd-shim "^2.0.0"
334334
update-notifier "^4.1.0"
335335

336-
"@micro-app/core@^0.3.22":
337-
version "0.3.22"
338-
resolved "https://registry.yarnpkg.com/@micro-app/core/-/core-0.3.22.tgz#acbe705b363f754da81470cf33c4b92d1f8b5fc6"
339-
integrity sha512-Jr/eREz19m34ROb5e8a18MV02uI9mIz0WQStAucaK5Y4pZVh2+uN/IFpd11UudcCvPGAQoT8Z0f7Ov00dgYb4Q==
336+
"@micro-app/core@^0.3.23":
337+
version "0.3.23"
338+
resolved "https://registry.yarnpkg.com/@micro-app/core/-/core-0.3.23.tgz#7e8d425021875ee27d1a2e30170502ff022c70dc"
339+
integrity sha512-BBLN2dOCCOJDsmCoCzx73C6M2eHB0K3JeEIFmbQSoY/E8EoTRfWNW+IAmFMm8WgSXOtMsb/4V678lBoLq7fLKA==
340340
dependencies:
341341
"@micro-app/shared-utils" "^0.1.17"
342342
dotenv "^8.2.0"

0 commit comments

Comments
 (0)