@intlayer/backend 5.7.2-canary.0 → 5.7.2-canary.1

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.
Files changed (1) hide show
  1. package/package.json +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "5.7.2-canary.0",
3
+ "version": "5.7.2-canary.1",
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,6 +49,9 @@
49
49
  "./dist",
50
50
  "./package.json"
51
51
  ],
52
+ "overrides": {
53
+ "nanostores": "npm:nanostores-cjs@0.7.1"
54
+ },
52
55
  "dependencies": {
53
56
  "@ai-sdk/anthropic": "^1.2.11",
54
57
  "@ai-sdk/deepseek": "^0.2.14",
@@ -78,7 +81,7 @@
78
81
  "stripe": "^18.2.1",
79
82
  "validator": "^13.12.0",
80
83
  "winston": "^3.17.0",
81
- "express-intlayer": "5.7.2-canary.0"
84
+ "express-intlayer": "5.7.2-canary.1"
82
85
  },
83
86
  "devDependencies": {
84
87
  "@types/body-parser": "^1.19.5",
@@ -102,14 +105,14 @@
102
105
  "tsx": "^4.19.4",
103
106
  "typescript": "^5.8.3",
104
107
  "vitest": "^3.2.2",
105
- "@intlayer/config": "5.7.2-canary.0",
106
- "@intlayer/docs": "5.7.2-canary.0",
108
+ "@intlayer/core": "5.7.2-canary.1",
109
+ "@intlayer/config": "5.7.2-canary.1",
110
+ "@intlayer/docs": "5.7.2-canary.1",
111
+ "@utils/ts-config": "1.0.4",
107
112
  "@utils/eslint-config": "1.0.4",
108
- "@intlayer/core": "5.7.2-canary.0",
109
113
  "@utils/ts-config-types": "1.0.4",
110
- "@utils/ts-config": "1.0.4",
111
114
  "@utils/tsup-config": "1.0.4",
112
- "intlayer": "5.7.2-canary.0"
115
+ "intlayer": "5.7.2-canary.1"
113
116
  },
114
117
  "scripts": {
115
118
  "build": "pnpm build:package & pnpm build:types",