@appshell/config 0.6.0-alpha.0 → 0.6.0

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/config",
3
- "version": "0.6.0-alpha.0",
3
+ "version": "0.6.0",
4
4
  "description": "Utility for producing a global appshell manifest for module federation micro-frontends",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -11,10 +11,10 @@
11
11
  "registry": "https://registry.npmjs.org/"
12
12
  },
13
13
  "scripts": {
14
- "build": "webpack --mode production && yarn build:types",
14
+ "build": "webpack --mode production && npm run build:types",
15
15
  "build:types": "tsc --emitDeclarationOnly",
16
16
  "clean": "rm -rf dist",
17
- "start": "webpack --watch --mode development && yarn build:types",
17
+ "start": "webpack --watch --mode development && npm run build:types",
18
18
  "stats": "webpack --json > stats.json"
19
19
  },
20
20
  "files": [
@@ -26,5 +26,5 @@
26
26
  "appshell"
27
27
  ],
28
28
  "license": "MIT",
29
- "gitHead": "a44ca542cf779c0cbbc527a02bc74d0a0619d0b9"
29
+ "gitHead": "f07743c135828217e63d35abe9aec6a8410adb0b"
30
30
  }