publish-microfrontend 0.15.11-beta.5506 → 0.15.12-beta.5528

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -4457,9 +4457,9 @@ var require_p_try = __commonJS({
4457
4457
  }
4458
4458
  });
4459
4459
 
4460
- // ../../../node_modules/p-limit/index.js
4460
+ // ../../../node_modules/p-locate/node_modules/p-limit/index.js
4461
4461
  var require_p_limit = __commonJS({
4462
- "../../../node_modules/p-limit/index.js"(exports2, module2) {
4462
+ "../../../node_modules/p-locate/node_modules/p-limit/index.js"(exports2, module2) {
4463
4463
  "use strict";
4464
4464
  var pTry = require_p_try();
4465
4465
  var pLimit = (concurrency) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publish-microfrontend",
3
- "version": "0.15.11-beta.5506",
3
+ "version": "0.15.12-beta.5528",
4
4
  "description": "A CLI for publishing micro frontends to a feed service.",
5
5
  "keywords": [
6
6
  "modules",
@@ -46,7 +46,7 @@
46
46
  "@types/inquirer": "^6.0.0",
47
47
  "@types/jju": "^1.4.2",
48
48
  "@types/mime": "^2.0.0",
49
- "@types/node": "^14.0.0",
49
+ "@types/node": "18.0.1",
50
50
  "@types/rc": "^1.1.0",
51
51
  "@types/rimraf": "^2.0.2",
52
52
  "@types/tar": "^4.0.0",
@@ -69,5 +69,5 @@
69
69
  "typescript": "^4.0.0",
70
70
  "yargs": "^15.0.0"
71
71
  },
72
- "gitHead": "1a604e1dc6d75849d65f91debd27b5c0518140e8"
72
+ "gitHead": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
73
73
  }