jwtbutler 1.6.7 → 1.7.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/README.md +82 -82
- package/_js/_build/_helpers.js +30 -67
- package/_js/_build/script.js +292 -441
- package/package.json +59 -59
package/package.json
CHANGED
|
@@ -15,109 +15,109 @@
|
|
|
15
15
|
"🔽 utils 🔽": "",
|
|
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
|
"🔽 pipelines 🔽": "",
|
|
20
21
|
"prod": "cross-env NODE_ENV=production npm-run-all --sequential js copy",
|
|
21
22
|
"dev": "cross-env NODE_ENV=development npm-run-all --parallel js:watch js:tests:watch copy:watch"
|
|
22
23
|
},
|
|
23
|
-
"
|
|
24
|
-
"@babel/cli": "^7.
|
|
25
|
-
"@babel/core": "^7.
|
|
26
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
27
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
28
|
-
"@babel/plugin-proposal-optional-chaining": "^7.
|
|
29
|
-
"@babel/plugin-proposal-private-methods": "^7.
|
|
30
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@babel/cli": "^7.28.3",
|
|
26
|
+
"@babel/core": "^7.28.5",
|
|
27
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
28
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
29
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
30
|
+
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
31
|
+
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
31
32
|
"@babel/polyfill": "^7.12.1",
|
|
32
|
-
"@babel/preset-env": "^7.
|
|
33
|
-
"@babel/preset-react": "^7.
|
|
34
|
-
"@babel/runtime": "^7.
|
|
35
|
-
"
|
|
36
|
-
"
|
|
33
|
+
"@babel/preset-env": "^7.28.5",
|
|
34
|
+
"@babel/preset-react": "^7.28.5",
|
|
35
|
+
"@babel/runtime": "^7.28.4",
|
|
36
|
+
"auto-changelog": "^2.5.0",
|
|
37
|
+
"@prettier/plugin-php": "^0.24.0",
|
|
38
|
+
"autoprefixer": "^10.4.22",
|
|
37
39
|
"babel-core": "^7.0.0-bridge.0",
|
|
38
|
-
"babel-jest": "^
|
|
40
|
+
"babel-jest": "^29",
|
|
39
41
|
"babel-plugin-array-includes": "^2.0.3",
|
|
40
42
|
"babelify": "^10.0.0",
|
|
41
|
-
"browser-sync": "^
|
|
42
|
-
"browserify": "^17.0.
|
|
43
|
+
"browser-sync": "^3.0.4",
|
|
44
|
+
"browserify": "^17.0.1",
|
|
43
45
|
"browserify-css": "^0.15.0",
|
|
44
|
-
"cli-error-notifier": "^
|
|
46
|
+
"cli-error-notifier": "^3.0.2",
|
|
45
47
|
"concat": "^1.0.3",
|
|
46
|
-
"core-js": "^3.
|
|
48
|
+
"core-js": "^3.46.0",
|
|
47
49
|
"cpx": "^1.5.0",
|
|
48
|
-
"critical": "^2.
|
|
49
|
-
"cross-env": "^
|
|
50
|
-
"cross-spawn": "^7.0.
|
|
50
|
+
"critical": "^7.2.1",
|
|
51
|
+
"cross-env": "^10.1.0",
|
|
52
|
+
"cross-spawn": "^7.0.6",
|
|
51
53
|
"cross-var": "^1.1.0",
|
|
52
|
-
"cssnano": "^
|
|
53
|
-
"del-cli": "^
|
|
54
|
-
"dotenv": "^
|
|
54
|
+
"cssnano": "^7.1.2",
|
|
55
|
+
"del-cli": "^7.0.0",
|
|
56
|
+
"dotenv": "^17.2.3",
|
|
55
57
|
"element-closest": "^3.0.2",
|
|
56
|
-
"env-cmd": "^
|
|
57
|
-
"eslint": "^
|
|
58
|
+
"env-cmd": "^11.0.0",
|
|
59
|
+
"eslint": "^9.39.1",
|
|
58
60
|
"exit": "^0.1.2",
|
|
59
61
|
"from-env": "^1.1.4",
|
|
60
|
-
"gulp": "^
|
|
61
|
-
"gulp-autoprefixer": "^
|
|
62
|
+
"gulp": "^5.0.1",
|
|
63
|
+
"gulp-autoprefixer": "^10.0.0",
|
|
62
64
|
"gulp-babel": "^8.0.0",
|
|
63
65
|
"gulp-clean-css": "^4.3.0",
|
|
64
66
|
"gulp-concat": "^2.6.1",
|
|
65
67
|
"gulp-connect": "^5.7.0",
|
|
66
68
|
"gulp-htmlmin": "^5.0.1",
|
|
67
|
-
"gulp-jest": "^4.0.
|
|
69
|
+
"gulp-jest": "^4.0.4",
|
|
68
70
|
"gulp-penthouse": "^0.2.0",
|
|
69
|
-
"gulp-rename": "^2.
|
|
70
|
-
"gulp-sass": "^
|
|
71
|
+
"gulp-rename": "^2.1.0",
|
|
72
|
+
"gulp-sass": "^6.0.1",
|
|
71
73
|
"gulp-sourcemaps": "^3.0.0",
|
|
72
74
|
"gulp-uglify": "^3.0.2",
|
|
73
75
|
"gulp-vueify": "0.0.3",
|
|
74
|
-
"highlight.js": "^
|
|
75
|
-
"hlp": "^
|
|
76
|
+
"highlight.js": "^11.11.1",
|
|
77
|
+
"hlp": "^3.5.7",
|
|
76
78
|
"html-minifier": "^4.0.0",
|
|
77
79
|
"inline-source-cli": "^2.0.0",
|
|
78
80
|
"ismobilejs": "^1.1.1",
|
|
79
|
-
"jest": "^
|
|
80
|
-
"jest-cli": "^
|
|
81
|
-
"jest-image-snapshot": "^
|
|
82
|
-
"jest-puppeteer": "^
|
|
81
|
+
"jest": "^29",
|
|
82
|
+
"jest-cli": "^29",
|
|
83
|
+
"jest-image-snapshot": "^6.5.1",
|
|
84
|
+
"jest-puppeteer": "^11.0.0",
|
|
83
85
|
"mdn-polyfills": "^5.20.0",
|
|
84
|
-
"move-file-cli": "^
|
|
86
|
+
"move-file-cli": "^3.0.0",
|
|
85
87
|
"ncp": "^2.0.0",
|
|
86
|
-
"
|
|
87
|
-
"npm-check-updates": "^10.3.1",
|
|
88
|
+
"npm-check-updates": "^19.1.2",
|
|
88
89
|
"npm-run-all": "^4.1.5",
|
|
89
90
|
"onchange": "^7.1.0",
|
|
90
|
-
"postcss": "^8.
|
|
91
|
-
"postcss-cli": "^
|
|
92
|
-
"postcss-tailwind-data-attr": "^1.0.
|
|
91
|
+
"postcss": "^8.5.6",
|
|
92
|
+
"postcss-cli": "^11.0.1",
|
|
93
|
+
"postcss-tailwind-data-attr": "^1.0.7",
|
|
93
94
|
"postcss-url": "^10.1.3",
|
|
94
|
-
"prettier": "^
|
|
95
|
-
"puppeteer": "^
|
|
96
|
-
"regenerator-runtime": "^0.
|
|
97
|
-
"replace-in-file": "^
|
|
98
|
-
"rimraf": "^3.0.2",
|
|
95
|
+
"prettier": "^3.6.2",
|
|
96
|
+
"puppeteer": "^24.30.0",
|
|
97
|
+
"regenerator-runtime": "^0.14.1",
|
|
98
|
+
"replace-in-file": "^8.3.0",
|
|
99
99
|
"run-sequence": "^2.2.1",
|
|
100
|
-
"tailwindcss": "^
|
|
101
|
-
"terser": "^5.
|
|
100
|
+
"tailwindcss": "^4.1.17",
|
|
101
|
+
"terser": "^5.44.1",
|
|
102
102
|
"through-gulp": "^0.5.0",
|
|
103
103
|
"uglify": "^0.1.5",
|
|
104
|
-
"uglify-js": "^3.
|
|
104
|
+
"uglify-js": "^3.19.3",
|
|
105
105
|
"vinyl-buffer": "^1.0.1",
|
|
106
106
|
"vinyl-source-stream": "^2.0.0",
|
|
107
|
-
"vue": "^
|
|
108
|
-
"vue-template-compiler": "^2.
|
|
107
|
+
"vue": "^3.5.24",
|
|
108
|
+
"vue-template-compiler": "^2.7.16",
|
|
109
109
|
"vueify": "^9.4.1",
|
|
110
110
|
"vueify-insert-css": "^1.0.0",
|
|
111
|
-
"whatwg-fetch": "^3.6.
|
|
111
|
+
"whatwg-fetch": "^3.6.20"
|
|
112
112
|
},
|
|
113
|
+
"devDependencies": {},
|
|
113
114
|
"name": "jwtbutler",
|
|
114
|
-
"version": "1.
|
|
115
|
+
"version": "1.7.0",
|
|
115
116
|
"description": "",
|
|
116
117
|
"main": "_js/_build/script.js",
|
|
117
118
|
"files": [
|
|
118
119
|
"_js/_build/*.js"
|
|
119
120
|
],
|
|
120
|
-
"author": "",
|
|
121
|
-
"license": "
|
|
122
|
-
"dependencies": {}
|
|
121
|
+
"author": "David <david@vielhuber.de> (https://vielhuber.de)",
|
|
122
|
+
"license": "UNLICENSED"
|
|
123
123
|
}
|