publish-microfrontend 1.7.3 → 1.8.0-beta.7653
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -24237,9 +24237,9 @@ var require_proxy_from_env = __commonJS({
|
|
|
24237
24237
|
}
|
|
24238
24238
|
});
|
|
24239
24239
|
|
|
24240
|
-
// ../../../node_modules/
|
|
24240
|
+
// ../../../node_modules/ms/index.js
|
|
24241
24241
|
var require_ms = __commonJS({
|
|
24242
|
-
"../../../node_modules/
|
|
24242
|
+
"../../../node_modules/ms/index.js"(exports2, module2) {
|
|
24243
24243
|
var s = 1e3;
|
|
24244
24244
|
var m = s * 60;
|
|
24245
24245
|
var h = m * 60;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "publish-microfrontend",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0-beta.7653",
|
|
4
4
|
"description": "A CLI for publishing micro frontends to a feed service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"modules",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"typescript": "^5.0.0",
|
|
70
70
|
"yargs": "^15.0.0"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "bcb81e936bf3e74c0a503382076ef1b8617e263f"
|
|
73
73
|
}
|