@intlayer/backend 5.3.3 → 5.3.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/backend",
3
- "version": "5.3.3",
3
+ "version": "5.3.5",
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": [
@@ -74,7 +74,7 @@
74
74
  "uuid": "^11.0.5",
75
75
  "validator": "^13.12.0",
76
76
  "winston": "^3.17.0",
77
- "express-intlayer": "5.3.3"
77
+ "express-intlayer": "5.3.5"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@types/bcrypt": "^5.0.2",
@@ -99,15 +99,15 @@
99
99
  "tsup": "^8.3.5",
100
100
  "tsx": "^4.19.2",
101
101
  "typescript": "^5.7.3",
102
- "@intlayer/blog": "5.3.3",
103
- "@intlayer/config": "5.3.3",
104
- "@intlayer/core": "5.3.3",
105
- "@intlayer/docs": "5.3.3",
102
+ "@intlayer/config": "5.3.5",
106
103
  "@utils/eslint-config": "1.0.4",
104
+ "@intlayer/core": "5.3.5",
105
+ "@utils/ts-config-types": "1.0.4",
107
106
  "@utils/ts-config": "1.0.4",
107
+ "intlayer": "5.3.5",
108
108
  "@utils/tsup-config": "1.0.4",
109
- "@utils/ts-config-types": "1.0.4",
110
- "intlayer": "5.3.3"
109
+ "@intlayer/blog": "5.3.5",
110
+ "@intlayer/docs": "5.3.5"
111
111
  },
112
112
  "scripts": {
113
113
  "build": "pnpm build:package & pnpm build:types",
@@ -122,6 +122,7 @@
122
122
  "prettier:fix": "prettier . --write",
123
123
  "reset": "pnpm clean & pnpm build",
124
124
  "start": "NODE_ENV=production node dist/esm/index.mjs --max-old-space-size=384",
125
- "start:stripe": "stripe listen --forward-to localhost:3100/webhook/stripe"
125
+ "start:stripe": "stripe listen --forward-to localhost:3100/webhook/stripe",
126
+ "test": ""
126
127
  }
127
128
  }