lucy-cli 0.7.1 → 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 +1 -1
- 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
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",
|