@intlayer/backend 5.7.2-canary.1 → 5.7.2-canary.2
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/package.json +7 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/backend",
|
|
3
|
-
"version": "5.7.2-canary.
|
|
3
|
+
"version": "5.7.2-canary.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer Backend is a an application that allow you to manage your Intlayer content and interact with the intlayer editor.",
|
|
6
6
|
"keywords": [
|
|
@@ -49,9 +49,6 @@
|
|
|
49
49
|
"./dist",
|
|
50
50
|
"./package.json"
|
|
51
51
|
],
|
|
52
|
-
"overrides": {
|
|
53
|
-
"nanostores": "npm:nanostores-cjs@0.7.1"
|
|
54
|
-
},
|
|
55
52
|
"dependencies": {
|
|
56
53
|
"@ai-sdk/anthropic": "^1.2.11",
|
|
57
54
|
"@ai-sdk/deepseek": "^0.2.14",
|
|
@@ -81,7 +78,7 @@
|
|
|
81
78
|
"stripe": "^18.2.1",
|
|
82
79
|
"validator": "^13.12.0",
|
|
83
80
|
"winston": "^3.17.0",
|
|
84
|
-
"express-intlayer": "5.7.2-canary.
|
|
81
|
+
"express-intlayer": "5.7.2-canary.2"
|
|
85
82
|
},
|
|
86
83
|
"devDependencies": {
|
|
87
84
|
"@types/body-parser": "^1.19.5",
|
|
@@ -105,14 +102,14 @@
|
|
|
105
102
|
"tsx": "^4.19.4",
|
|
106
103
|
"typescript": "^5.8.3",
|
|
107
104
|
"vitest": "^3.2.2",
|
|
108
|
-
"@intlayer/
|
|
109
|
-
"@intlayer/
|
|
110
|
-
"@intlayer/docs": "5.7.2-canary.1",
|
|
111
|
-
"@utils/ts-config": "1.0.4",
|
|
105
|
+
"@intlayer/docs": "5.7.2-canary.2",
|
|
106
|
+
"@intlayer/core": "5.7.2-canary.2",
|
|
112
107
|
"@utils/eslint-config": "1.0.4",
|
|
108
|
+
"@utils/ts-config": "1.0.4",
|
|
113
109
|
"@utils/ts-config-types": "1.0.4",
|
|
114
110
|
"@utils/tsup-config": "1.0.4",
|
|
115
|
-
"intlayer": "5.7.2-canary.
|
|
111
|
+
"@intlayer/config": "5.7.2-canary.2",
|
|
112
|
+
"intlayer": "5.7.2-canary.2"
|
|
116
113
|
},
|
|
117
114
|
"scripts": {
|
|
118
115
|
"build": "pnpm build:package & pnpm build:types",
|