croswil_comp_adm 2.0.20 → 2.0.22
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.js +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "croswil_comp_adm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.22",
|
|
4
4
|
"description": "Libreria di componenti Appdelmobile",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rollup -c",
|
|
8
|
+
"build2": "rollup -c && yarn pack --filename croswil_comp_adm.tgz",
|
|
8
9
|
"dev": "rollup -c -w"
|
|
9
10
|
},
|
|
10
11
|
"files": [
|
|
@@ -30,11 +31,12 @@
|
|
|
30
31
|
"./proto": "./dist/proto.js"
|
|
31
32
|
},
|
|
32
33
|
"peerDependencies": {
|
|
33
|
-
"svelte": "^4.2.15"
|
|
34
|
+
"svelte": "^4.2.15",
|
|
35
|
+
"three": "^0.182.0"
|
|
34
36
|
},
|
|
35
37
|
"dependencies": {
|
|
36
38
|
"air-datepicker": "^3.6.0",
|
|
37
|
-
"markuno_lib": "^1.2.
|
|
39
|
+
"markuno_lib": "^1.2.134"
|
|
38
40
|
},
|
|
39
41
|
"devDependencies": {
|
|
40
42
|
"@floating-ui/dom": "^1.6.2",
|