@_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/assets/index-D1VsVJjE.js +29 -0
- package/dist/index.html +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
- package/dist/assets/index-BfilE-bZ.js +0 -29
package/dist/index.html
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_neronotte/theme-studio",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
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.
|
|
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
|
|
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"
|