lucy-cli 2.0.0-alpha.17 → 2.0.0-alpha.18
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/.yarnrc.yml +0 -1
- package/files/templates/expo[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo[D]/files/scripts/reset-project.ts +0 -0
- package/old/index.ts +0 -0
- package/package.json +9 -10
- package/patches/velo-sync+0.0.9.patch +4 -4
- package/src/index.ts +0 -0
- package/.turbo/cookies/1.cookie +0 -0
- package/.turbo/cookies/10.cookie +0 -0
- package/.turbo/cookies/11.cookie +0 -0
- package/.turbo/cookies/12.cookie +0 -0
- package/.turbo/cookies/13.cookie +0 -0
- package/.turbo/cookies/14.cookie +0 -0
- package/.turbo/cookies/15.cookie +0 -0
- package/.turbo/cookies/16.cookie +0 -0
- package/.turbo/cookies/17.cookie +0 -0
- package/.turbo/cookies/18.cookie +0 -0
- package/.turbo/cookies/2.cookie +0 -0
- package/.turbo/cookies/3.cookie +0 -0
- package/.turbo/cookies/4.cookie +0 -0
- package/.turbo/cookies/5.cookie +0 -0
- package/.turbo/cookies/6.cookie +0 -0
- package/.turbo/cookies/7.cookie +0 -0
- package/.turbo/cookies/8.cookie +0 -0
- package/.turbo/cookies/9.cookie +0 -0
- package/.turbo/daemon/ee24a4f4ab6aa3c0-turbo.log.2025-07-31 +0 -0
- package/.turbo/daemon/ee24a4f4ab6aa3c0-turbo.log.2025-08-01 +0 -0
- package/.turbo/daemon/ee24a4f4ab6aa3c0-turbo.log.2025-08-02 +0 -0
- package/.upload-cache.sqlite.db +0 -0
- package/pnpm-workspace.yaml +0 -7
package/.yarnrc.yml
CHANGED
File without changes
|
File without changes
|
package/old/index.ts
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,9 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"type": "module",
|
3
3
|
"name": "lucy-cli",
|
4
|
-
"version": "2.0.0-alpha.
|
4
|
+
"version": "2.0.0-alpha.18",
|
5
5
|
"description": "Lucy Framework for WIX Studio Editor",
|
6
6
|
"main": ".dist/index.js",
|
7
|
+
"scripts": {
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
9
|
+
"build": "tsc",
|
10
|
+
"dev": "tsc -w",
|
11
|
+
"postinstall": "patch-package"
|
12
|
+
},
|
7
13
|
"repository": {
|
8
14
|
"type": "git",
|
9
15
|
"url": "git+https://github.com/Integral-Systems/wix-lucy-cli.git"
|
@@ -63,7 +69,6 @@
|
|
63
69
|
"merge2": "^1.4.1",
|
64
70
|
"optimist": "^0.6.1",
|
65
71
|
"patch-package": "^8.0.0",
|
66
|
-
"postinstall-postinstall": "^2.1.0",
|
67
72
|
"prettier": "^3.0.3",
|
68
73
|
"sass": "^1.65.1",
|
69
74
|
"simple-git": "^3.20.0",
|
@@ -71,7 +76,7 @@
|
|
71
76
|
"ts-node": "^10.9.1",
|
72
77
|
"typedoc": "0.28.8",
|
73
78
|
"typescript": "^5.6.3",
|
74
|
-
"velo-sync": "0.0.9",
|
79
|
+
"velo-sync": "^0.0.9",
|
75
80
|
"yargs": "^18.0.0"
|
76
81
|
},
|
77
82
|
"devDependencies": {
|
@@ -99,11 +104,5 @@
|
|
99
104
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
100
105
|
"npm": "^11.0.0",
|
101
106
|
"ts-node": "^10.9.1"
|
102
|
-
},
|
103
|
-
"scripts": {
|
104
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
105
|
-
"build": "tsc",
|
106
|
-
"dev": "tsc -w",
|
107
|
-
"postinstall": "patch-package"
|
108
107
|
}
|
109
|
-
}
|
108
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
diff --git a/dist/tasks/sync-task.js b/dist/tasks/sync-task.js
|
2
|
-
index
|
3
|
-
--- a/dist/tasks/sync-task.js
|
4
|
-
+++ b/dist/tasks/sync-task.js
|
1
|
+
diff --git a/node_modules/velo-sync/dist/tasks/sync-task.js b/node_modules/velo-sync/dist/tasks/sync-task.js
|
2
|
+
index bf9e91c..9a351ec 100644
|
3
|
+
--- a/node_modules/velo-sync/dist/tasks/sync-task.js
|
4
|
+
+++ b/node_modules/velo-sync/dist/tasks/sync-task.js
|
5
5
|
@@ -30,7 +30,7 @@ exports.default = syncTask;
|
6
6
|
function runImport(filename, collection, schemaFilename, importOnly, dryrun) {
|
7
7
|
return new Promise(async (resolve) => {
|
package/src/index.ts
CHANGED
File without changes
|
package/.turbo/cookies/1.cookie
DELETED
File without changes
|
package/.turbo/cookies/10.cookie
DELETED
File without changes
|
package/.turbo/cookies/11.cookie
DELETED
File without changes
|
package/.turbo/cookies/12.cookie
DELETED
File without changes
|
package/.turbo/cookies/13.cookie
DELETED
File without changes
|
package/.turbo/cookies/14.cookie
DELETED
File without changes
|
package/.turbo/cookies/15.cookie
DELETED
File without changes
|
package/.turbo/cookies/16.cookie
DELETED
File without changes
|
package/.turbo/cookies/17.cookie
DELETED
File without changes
|
package/.turbo/cookies/18.cookie
DELETED
File without changes
|
package/.turbo/cookies/2.cookie
DELETED
File without changes
|
package/.turbo/cookies/3.cookie
DELETED
File without changes
|
package/.turbo/cookies/4.cookie
DELETED
File without changes
|
package/.turbo/cookies/5.cookie
DELETED
File without changes
|
package/.turbo/cookies/6.cookie
DELETED
File without changes
|
package/.turbo/cookies/7.cookie
DELETED
File without changes
|
package/.turbo/cookies/8.cookie
DELETED
File without changes
|
package/.turbo/cookies/9.cookie
DELETED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/.upload-cache.sqlite.db
DELETED
Binary file
|