@intlayer/backend 3.3.4 → 3.3.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "3.3.4",
3
+ "version": "3.3.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": [
@@ -72,7 +72,7 @@
72
72
  "uuid": "^11.0.3",
73
73
  "validator": "^13.12.0",
74
74
  "winston": "^3.17.0",
75
- "express-intlayer": "^3.3.4"
75
+ "express-intlayer": "^3.3.6"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@types/bcrypt": "^5.0.2",
@@ -96,12 +96,12 @@
96
96
  "tsup": "^8.3.5",
97
97
  "tsx": "^4.19.2",
98
98
  "typescript": "^5.7.2",
99
- "@intlayer/core": "^3.3.4",
100
- "@utils/ts-config": "^1.0.4",
101
99
  "@utils/ts-config-types": "^1.0.4",
100
+ "intlayer": "^3.3.6",
102
101
  "@utils/tsup-config": "^1.0.4",
103
- "intlayer": "^3.3.4",
104
- "@utils/eslint-config": "^1.0.4"
102
+ "@utils/eslint-config": "^1.0.4",
103
+ "@intlayer/core": "^3.3.6",
104
+ "@utils/ts-config": "^1.0.4"
105
105
  },
106
106
  "scripts": {
107
107
  "build": "pnpm build:package & pnpm build:types",