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.
@@ -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": "1.1.50"
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.1",
4
+ "version": "0.7.2",
5
5
  "description": "Lucy Framework for WIX Studio Editor",
6
6
  "main": ".dist/index.js",
7
7
  "scripts": {
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": "1.1.50"
15
+ "@wix/cli": "latest"
18
16
  },
19
17
  "scripts": {
20
18
  "postinstall": "wix sync-types",