@intlayer/backend 6.0.0-canary.0 → 6.0.0-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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "6.0.0-canary.0",
3
+ "version": "6.0.0-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": [
@@ -76,7 +76,7 @@
76
76
  "stripe": "^18.5.0",
77
77
  "validator": "^13.15.15",
78
78
  "winston": "^3.17.0",
79
- "express-intlayer": "6.0.0-canary.0"
79
+ "express-intlayer": "6.0.0-canary.1"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/body-parser": "^1.19.6",
@@ -99,14 +99,14 @@
99
99
  "tsx": "^4.19.4",
100
100
  "typescript": "^5.9.2",
101
101
  "vitest": "^3.2.4",
102
- "@intlayer/config": "6.0.0-canary.0",
103
- "@intlayer/core": "6.0.0-canary.0",
104
- "@intlayer/docs": "6.0.0-canary.0",
102
+ "@intlayer/config": "6.0.0-canary.1",
105
103
  "@utils/eslint-config": "1.0.4",
106
- "@utils/ts-config": "1.0.4",
107
104
  "@utils/ts-config-types": "1.0.4",
105
+ "@utils/ts-config": "1.0.4",
108
106
  "@utils/tsup-config": "1.0.4",
109
- "intlayer": "6.0.0-canary.0"
107
+ "@intlayer/core": "6.0.0-canary.1",
108
+ "@intlayer/docs": "6.0.0-canary.1",
109
+ "intlayer": "6.0.0-canary.1"
110
110
  },
111
111
  "scripts": {
112
112
  "build": "pnpm clean & pnpm build:ci",