@lyxa.ai/core 1.0.145-debug.5 → 1.0.145-debug.8
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/types/README.md +1 -1
- package/dist/types/package.json +1 -1
- package/package.json +4 -4
package/dist/types/README.md
CHANGED
package/dist/types/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lyxa.ai/types",
|
|
3
|
-
"version": "1.0.145-debug.
|
|
3
|
+
"version": "1.0.145-debug.8",
|
|
4
4
|
"description": "Lyxa type definitions and validation schemas for both frontend and backend",
|
|
5
5
|
"author": "elie <42282499+Internalizable@users.noreply.github.com>",
|
|
6
6
|
"license": "MIT",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lyxa.ai/core",
|
|
3
|
-
"version": "1.0.145-debug.
|
|
3
|
+
"version": "1.0.145-debug.8",
|
|
4
4
|
"description": "The Core system of the Lyxa services.",
|
|
5
5
|
"author": "elie <42282499+Internalizable@users.noreply.github.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"clean": "rimraf dist",
|
|
15
15
|
"prepare": "npm run build",
|
|
16
16
|
"start": "npx ts-node src/index.ts",
|
|
17
|
-
"publish:types": "
|
|
18
|
-
"publish:core": "npm
|
|
19
|
-
"publish": "npm run publish:types && npm run publish:core"
|
|
17
|
+
"publish:types": "cd dist/types && npm publish",
|
|
18
|
+
"publish:core": "npm publish --ignore-scripts",
|
|
19
|
+
"publish": "npm run build && npm run publish:types && npm run publish:core"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@google-cloud/secret-manager": "^5.6.0",
|