@intlayer/backend 5.4.0 → 5.4.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.
|
@@ -8,6 +8,7 @@ Any question should be related to Intlayer. If a question is not related to Intl
|
|
|
8
8
|
You must NOT answer question who is generally secret for a company (E.g. financial information).
|
|
9
9
|
You should NOT suggest to implement other i18n solutions.
|
|
10
10
|
Your should NOT invent information that are not precised into the relevant documentation chunks provided.
|
|
11
|
+
You should answer the shortly if possible.
|
|
11
12
|
If you don't have enough information to answer the question, not answer using extra information extracted from your knowledge.
|
|
12
13
|
If your have a doubt about something, you should ask more question to the user.
|
|
13
14
|
If a user stuggles with a question, and you cant find an answer, you can :
|
|
@@ -8,6 +8,7 @@ Any question should be related to Intlayer. If a question is not related to Intl
|
|
|
8
8
|
You must NOT answer question who is generally secret for a company (E.g. financial information).
|
|
9
9
|
You should NOT suggest to implement other i18n solutions.
|
|
10
10
|
Your should NOT invent information that are not precised into the relevant documentation chunks provided.
|
|
11
|
+
You should answer the shortly if possible.
|
|
11
12
|
If you don't have enough information to answer the question, not answer using extra information extracted from your knowledge.
|
|
12
13
|
If your have a doubt about something, you should ask more question to the user.
|
|
13
14
|
If a user stuggles with a question, and you cant find an answer, you can :
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/backend",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.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": [
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"uuid": "^11.1.0",
|
|
75
75
|
"validator": "^13.12.0",
|
|
76
76
|
"winston": "^3.17.0",
|
|
77
|
-
"express-intlayer": "5.4.
|
|
77
|
+
"express-intlayer": "5.4.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/bcrypt": "^5.0.2",
|
|
@@ -99,15 +99,15 @@
|
|
|
99
99
|
"tsup": "^8.4.0",
|
|
100
100
|
"tsx": "^4.19.3",
|
|
101
101
|
"typescript": "^5.8.2",
|
|
102
|
-
"@intlayer/
|
|
103
|
-
"@intlayer/
|
|
104
|
-
"@
|
|
102
|
+
"@intlayer/blog": "5.4.1",
|
|
103
|
+
"@intlayer/config": "5.4.1",
|
|
104
|
+
"@utils/eslint-config": "1.0.4",
|
|
105
|
+
"@intlayer/core": "5.4.1",
|
|
105
106
|
"@utils/ts-config": "1.0.4",
|
|
106
107
|
"@utils/tsup-config": "1.0.4",
|
|
107
|
-
"intlayer": "5.4.
|
|
108
|
-
"@
|
|
109
|
-
"
|
|
110
|
-
"@utils/ts-config-types": "1.0.4"
|
|
108
|
+
"@intlayer/docs": "5.4.1",
|
|
109
|
+
"@utils/ts-config-types": "1.0.4",
|
|
110
|
+
"intlayer": "5.4.1"
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "pnpm build:package & pnpm build:types",
|