@processandtools/rp-article-designer 1.0.0 → 1.0.1
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.cjs +1 -8
- package/dist/index.js +1 -2571
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@processandtools/rp-article-designer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "3D Article Designer component library for furniture visualization using React Three Fiber",
|
|
5
5
|
"author": "Otman Abid Lmerabetine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"dev": "vite",
|
|
37
37
|
"build": "tsc -b && vite build",
|
|
38
38
|
"build:lib": "vite build --mode production",
|
|
39
|
-
"build:protected": "npm run build:lib && javascript-obfuscator dist --output dist",
|
|
39
|
+
"build:protected": "npm run build:lib && npx javascript-obfuscator dist --output dist",
|
|
40
40
|
"lint": "eslint .",
|
|
41
41
|
"preview": "vite preview",
|
|
42
|
-
"prepublishOnly": "npm run build:
|
|
42
|
+
"prepublishOnly": "npm run build:protected",
|
|
43
43
|
"test:pack": "npm pack"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|