jwtbutler 2.0.4 → 2.0.6

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -3
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![License](https://img.shields.io/github/license/vielhuber/jwtbutler)](https://github.com/vielhuber/jwtbutler/blob/main/LICENSE.md)
5
5
  [![Last Commit](https://img.shields.io/github/last-commit/vielhuber/jwtbutler)](https://github.com/vielhuber/jwtbutler/commits)
6
6
  [![node version](https://img.shields.io/node/v/jwtbutler)](https://www.npmjs.com/package/jwtbutler)
7
+ [![npm Version](https://img.shields.io/npm/v/jwtbutler)](https://www.npmjs.com/package/jwtbutler)
7
8
  [![npm Downloads](https://img.shields.io/npm/dt/jwtbutler)](https://www.npmjs.com/package/jwtbutler)
8
9
 
9
10
  # 🗝️ jwtbutler 🗝️
package/package.json CHANGED
@@ -15,7 +15,6 @@
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
- "update-changelog": "auto-changelog --commit-limit false --package",
19
18
  " ": "",
20
19
  "🔽 pipelines 🔽": "",
21
20
  "prod": "cross-env NODE_ENV=production npm-run-all --sequential js copy",
@@ -23,7 +22,6 @@
23
22
  },
24
23
  "dependencies": {
25
24
  "@prettier/plugin-php": "^0.25.0",
26
- "auto-changelog": "^2.6.0",
27
25
  "autoprefixer": "^10.5.0",
28
26
  "browser-sync": "^3.0.4",
29
27
  "cli-error-notifier": "^3.0.2",
@@ -67,7 +65,7 @@
67
65
  "uuid": "^11.1.1"
68
66
  },
69
67
  "name": "jwtbutler",
70
- "version": "2.0.4",
68
+ "version": "2.0.6",
71
69
  "description": "",
72
70
  "main": "_js/_build/script.js",
73
71
  "files": [