@_neronotte/theme-studio 0.1.5 → 0.1.7

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/dist/index.html CHANGED
@@ -9,6 +9,6 @@
9
9
  <body>
10
10
  <div id="root"></div>
11
11
 
12
- <script src="./assets/index-BfilE-bZ.js"></script>
12
+ <script src="./assets/index-D1VsVJjE.js"></script>
13
13
  </body>
14
14
  </html>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@_neronotte/theme-studio",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@_neronotte/theme-studio",
9
- "version": "0.1.5",
9
+ "version": "0.1.7",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fluentui/react-components": "^9.72.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_neronotte/theme-studio",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "displayName": "Theme Studio",
5
5
  "description": "Configure model driven app themes with a WYSIWYG UI/UX",
6
6
  "main": "index.html",
@@ -28,7 +28,7 @@
28
28
  "dev-watch": "vite build --mode development --watch",
29
29
  "preview": "vite preview",
30
30
  "test": "vitest run",
31
- "finalize-package": "npm install --package-lock-only --ignore-scripts && node -e \"require('node:fs').copyFileSync('package-lock.json','npm-shrinkwrap.json')\"",
31
+ "finalize-package": "npm shrinkwrap",
32
32
  "validate": "pptb-validate",
33
33
  "version-stable": "npm version patch --no-git-tag-version",
34
34
  "publish-package": "npm run build && npm run version-stable && npm publish --access public"