jwtbutler 1.7.0 → 1.7.1
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 +2 -2
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"copy": "ncp ./_dist/jwtbutler.js ./_tests/page1/jwtbutler.js && ncp ./_dist/jwtbutler.js ./_tests/page2/jwtbutler.js && ncp ./_dist/jwtbutler.js ./_tests/page3/jwtbutler.js && ncp ./_dist/sso.html ./_tests/page1/sso.html && ncp ./_dist/sso.html ./_tests/page2/sso.html && ncp ./_dist/sso.html ./_tests/page3/sso.html && ncp ./_tests/frontend.min.js ./_tests/page1/frontend.min.js && ncp ./_tests/frontend.min.js ./_tests/page2/frontend.min.js && ncp ./_tests/frontend.min.js ./_tests/page3/frontend.min.js",
|
|
17
17
|
"copy:watch": "onchange ./_dist/jwtbutler.js ./_dist/sso.html ./_tests/frontend.min.js --initial --poll 25 --delay 0 --await-write-finish 25 -- onerror \"npm run copy\" --title \"copy:watch\" --message \"build failed\" --sound mute",
|
|
18
18
|
"update-changelog": "auto-changelog --commit-limit false --package",
|
|
19
|
-
"
|
|
19
|
+
" ": "",
|
|
20
20
|
"🔽 pipelines 🔽": "",
|
|
21
21
|
"prod": "cross-env NODE_ENV=production npm-run-all --sequential js copy",
|
|
22
22
|
"dev": "cross-env NODE_ENV=development npm-run-all --parallel js:watch js:tests:watch copy:watch"
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {},
|
|
114
114
|
"name": "jwtbutler",
|
|
115
|
-
"version": "1.7.
|
|
115
|
+
"version": "1.7.1",
|
|
116
116
|
"description": "",
|
|
117
117
|
"main": "_js/_build/script.js",
|
|
118
118
|
"files": [
|