@robertraaijmakers/pptb-securityplugin 0.1.4 → 0.1.5

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@robertraaijmakers/pptb-securityplugin",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@robertraaijmakers/pptb-securityplugin",
9
- "version": "0.1.4",
9
+ "version": "0.1.5",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "chart.js": "^4.4.1"
@@ -487,4 +487,4 @@
487
487
  }
488
488
  }
489
489
  }
490
- }
490
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robertraaijmakers/pptb-securityplugin",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "displayName": "Security Roles Explorer",
5
5
  "description": "Be fully in control of your security by quickly viewing and managing which security roles give access to which tables. And who is assigned which security role.",
6
6
  "author": "Robert Raaijmakers",
@@ -27,7 +27,7 @@
27
27
  "repository": "https://github.com/robertraaijmakers/pptb.securityplugin/",
28
28
  "website": "https://robertraaijmakers.github.io/pptb.securityplugin/",
29
29
  "readmeUrl": "https://raw.githubusercontent.com/robertraaijmakers/pptb.securityplugin/main/README.md",
30
- "iconUrl": "https://raw.githubusercontent.com/robertraaijmakers/pptb.securityplugin/main/assets/icon.svg"
30
+ "iconUrl": "https://raw.githubusercontent.com/robertraaijmakers/pptb.securityplugin/main/assets/icon.png"
31
31
  },
32
32
  "files": [
33
33
  "dist/**",
@@ -41,8 +41,8 @@
41
41
  "build:watch": "esbuild src/app.ts --bundle --sourcemap --outdir=dist --watch",
42
42
  "finalize-package": "node scripts/finalize-package.js",
43
43
  "validate:publish": "node scripts/validate-publish.js",
44
- "prepare:beta": "npm run build && npm run finalize-package && npm run version:beta",
45
- "prepare:stable": "npm run build && npm run finalize-package && npm run version:stable",
44
+ "prepare:beta": "npm run version:beta && npm run build && npm run finalize-package",
45
+ "prepare:stable": "npm run version:stable && npm run build && npm run finalize-package",
46
46
  "version:beta": "npm version prerelease --preid beta",
47
47
  "version:stable": "npm version patch",
48
48
  "publish:beta": "npm publish --access public --tag beta",