lucy-cli 0.7.0 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/settings.json +2 -4
- package/package.json +2 -2
- package/src/settings.json +2 -4
package/dist/settings.json
CHANGED
@@ -10,11 +10,9 @@
|
|
10
10
|
"exclude": ["**/*.js"]
|
11
11
|
},
|
12
12
|
"initialized": false,
|
13
|
-
"wixPackages": {
|
14
|
-
"@hey-api/openapi-ts": "0.55.1"
|
15
|
-
},
|
13
|
+
"wixPackages": {},
|
16
14
|
"devPackages": {
|
17
|
-
"@wix/cli": "
|
15
|
+
"@wix/cli": "latest"
|
18
16
|
},
|
19
17
|
"scripts": {
|
20
18
|
"postinstall": "wix sync-types",
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"type": "module",
|
3
3
|
"name": "lucy-cli",
|
4
|
-
"version": "0.7.
|
4
|
+
"version": "0.7.2",
|
5
5
|
"description": "Lucy Framework for WIX Studio Editor",
|
6
6
|
"main": ".dist/index.js",
|
7
7
|
"scripts": {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"Studio"
|
20
20
|
],
|
21
21
|
"author": "Gradlon von Känel",
|
22
|
-
"license": "
|
22
|
+
"license": "MIT",
|
23
23
|
"bugs": {
|
24
24
|
"url": "https://github.com/Integral-Systems/wix-lucy-cli/issues"
|
25
25
|
},
|
package/src/settings.json
CHANGED
@@ -10,11 +10,9 @@
|
|
10
10
|
"exclude": ["**/*.js"]
|
11
11
|
},
|
12
12
|
"initialized": false,
|
13
|
-
"wixPackages": {
|
14
|
-
"@hey-api/openapi-ts": "0.55.1"
|
15
|
-
},
|
13
|
+
"wixPackages": {},
|
16
14
|
"devPackages": {
|
17
|
-
"@wix/cli": "
|
15
|
+
"@wix/cli": "latest"
|
18
16
|
},
|
19
17
|
"scripts": {
|
20
18
|
"postinstall": "wix sync-types",
|