@genesislcap/foundation-progress-overlay 12.0.0 → 12.0.1-alpha-d05147f.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.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-progress-overlay",
|
|
3
3
|
"description": "Genesis Foundation Progress Overlay",
|
|
4
|
-
"version": "12.0.0",
|
|
4
|
+
"version": "12.0.1-alpha-d05147f.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/tbd.js",
|
|
7
7
|
"config": {
|
|
8
8
|
"PORT": 5050
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
|
-
"build": "npm run
|
|
11
|
+
"build": "npm run clean && npm run build:tsc",
|
|
12
12
|
"build:tsc": "tsc -b ./tsconfig.build.json",
|
|
13
13
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
14
14
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"dev": "npm run dev:webpack",
|
|
19
19
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
|
|
20
20
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
21
|
-
"prepare": "npm run clean && npm run build:tsc",
|
|
22
21
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
23
22
|
"test": "echo \"Error: no test specified\""
|
|
24
23
|
},
|
|
@@ -60,8 +59,8 @@
|
|
|
60
59
|
"webpack-merge": "^5.7.3"
|
|
61
60
|
},
|
|
62
61
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-utils": "
|
|
64
|
-
"@genesislcap/foundation-zero": "
|
|
62
|
+
"@genesislcap/foundation-utils": "12.0.1-alpha-d05147f.0",
|
|
63
|
+
"@genesislcap/foundation-zero": "12.0.1-alpha-d05147f.0",
|
|
65
64
|
"@microsoft/fast-components": "^2.21.3",
|
|
66
65
|
"@microsoft/fast-element": "^1.7.0",
|
|
67
66
|
"tslib": "^2.3.1"
|
|
@@ -70,5 +69,5 @@
|
|
|
70
69
|
"publishConfig": {
|
|
71
70
|
"access": "public"
|
|
72
71
|
},
|
|
73
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "2e0a38e819734841bbd916b0ddc112022961696c"
|
|
74
73
|
}
|