sas-ui 0.8.159 → 0.8.160
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sas-ui",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.160",
|
|
4
4
|
"description": "Web Components Library",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"start": "stencil build --dev --watch --serve",
|
|
22
22
|
"build": "stencil build --docs",
|
|
23
23
|
"build:app": "stencil build & echo defineCustomElements() >> dist\\custom-elements\\index.js & findstr /v /c:\"export {\" dist\\custom-elements\\index.js > ..\\SafeAgSystems-Mobile\\SafeAgSystems\\app\\sas-ui\\dist\\custom-elements\\index.js & echo y | copy dist\\sas-ui\\sas-ui.css ..\\SafeAgSystems-Mobile\\SafeAgSystems\\app\\sas-ui\\dist\\sas-ui\\sas-ui.css",
|
|
24
|
-
"release:test-t1": "npm run build & git add . & git commit -m \"commit for build\" & git push & npm version patch & npm publish --tag test-t1",
|
|
25
|
-
"release:test-t2": "npm run build & git add . & git commit -m \"commit for build\" & git push & npm version patch & npm publish --tag test-t2",
|
|
26
|
-
"release:test-t3": "npm run build & git add . & git commit -m \"commit for build\" & git push & npm version patch & npm publish --tag test-t3",
|
|
27
|
-
"release:live": "npm run build & git add . & git commit -m \"commit for build\" & git push & npm version patch & npm publish",
|
|
24
|
+
"release:test-t1": "npm run build & git add . & git commit -m \"commit for build - test-t1\" & git push & npm version patch & npm publish --tag test-t1",
|
|
25
|
+
"release:test-t2": "npm run build & git add . & git commit -m \"commit for build - test-t2\" & git push & npm version patch & npm publish --tag test-t2",
|
|
26
|
+
"release:test-t3": "npm run build & git add . & git commit -m \"commit for build - test-t3\" & git push & npm version patch & npm publish --tag test-t3",
|
|
27
|
+
"release:live": "npm run build & git add . & git commit -m \"commit for build - live\" & git push & npm version patch & npm publish",
|
|
28
28
|
"storybook": "npm run build & start-storybook -s -p 6006",
|
|
29
29
|
"build-storybook": "git checkout ghpages & git merge master & npm run build & build-storybook -o docs & git add . & git commit -m \"update\" & git push & git checkout master"
|
|
30
30
|
},
|