@intlayer/backend 5.7.6-canary.0 → 5.7.6
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/backend",
|
|
3
|
-
"version": "5.7.6
|
|
3
|
+
"version": "5.7.6",
|
|
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": [
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"stripe": "^18.3.0",
|
|
79
79
|
"validator": "^13.12.0",
|
|
80
80
|
"winston": "^3.17.0",
|
|
81
|
-
"express-intlayer": "5.7.6
|
|
81
|
+
"express-intlayer": "5.7.6"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@types/body-parser": "^1.19.5",
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"tsx": "^4.19.4",
|
|
103
103
|
"typescript": "^5.8.3",
|
|
104
104
|
"vitest": "^3.2.2",
|
|
105
|
-
"@intlayer/config": "5.7.6
|
|
106
|
-
"@intlayer/
|
|
107
|
-
"@utils/ts-config": "1.0.4",
|
|
108
|
-
"@utils/ts-config-types": "1.0.4",
|
|
109
|
-
"@intlayer/core": "5.7.6-canary.0",
|
|
105
|
+
"@intlayer/config": "5.7.6",
|
|
106
|
+
"@intlayer/core": "5.7.6",
|
|
110
107
|
"@utils/eslint-config": "1.0.4",
|
|
108
|
+
"@utils/ts-config": "1.0.4",
|
|
111
109
|
"@utils/tsup-config": "1.0.4",
|
|
112
|
-
"
|
|
110
|
+
"@utils/ts-config-types": "1.0.4",
|
|
111
|
+
"@intlayer/docs": "5.7.6",
|
|
112
|
+
"intlayer": "5.7.6"
|
|
113
113
|
},
|
|
114
114
|
"scripts": {
|
|
115
115
|
"build": "pnpm clean & pnpm build:ci",
|