@intlayer/backend 4.1.5 → 4.1.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "4.1.5",
3
+ "version": "4.1.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": [
@@ -73,7 +73,7 @@
73
73
  "uuid": "^11.0.5",
74
74
  "validator": "^13.12.0",
75
75
  "winston": "^3.17.0",
76
- "express-intlayer": "4.1.5"
76
+ "express-intlayer": "4.1.6"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@types/bcrypt": "^5.0.2",
@@ -97,15 +97,15 @@
97
97
  "tsup": "^8.3.5",
98
98
  "tsx": "^4.19.2",
99
99
  "typescript": "^5.7.3",
100
- "@intlayer/blog": "4.1.5",
101
- "@intlayer/config": "4.1.5",
102
- "@intlayer/core": "4.1.5",
103
- "@intlayer/docs": "4.1.5",
104
- "@utils/eslint-config": "1.0.4",
100
+ "@intlayer/config": "4.1.6",
101
+ "@intlayer/core": "4.1.6",
105
102
  "@utils/ts-config": "1.0.4",
106
103
  "@utils/ts-config-types": "1.0.4",
104
+ "intlayer": "4.1.6",
105
+ "@utils/eslint-config": "1.0.4",
107
106
  "@utils/tsup-config": "1.0.4",
108
- "intlayer": "4.1.5"
107
+ "@intlayer/blog": "4.1.6",
108
+ "@intlayer/docs": "4.1.6"
109
109
  },
110
110
  "scripts": {
111
111
  "build": "pnpm build:package & pnpm build:types",