@intlayer/backend 6.0.2 → 6.1.0
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/README.md +275 -2
- package/dist/cjs/utils/AI/askDocQuestion/embeddings.json +38918 -105608
- package/dist/esm/utils/AI/askDocQuestion/embeddings.json +38918 -105608
- package/package.json +31 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/backend",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
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": [
|
|
@@ -50,64 +50,64 @@
|
|
|
50
50
|
"./package.json"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@ai-sdk/anthropic": "^2.0.
|
|
54
|
-
"@ai-sdk/deepseek": "^1.0.
|
|
55
|
-
"@ai-sdk/google": "^2.0.
|
|
56
|
-
"@ai-sdk/mistral": "^2.0.
|
|
57
|
-
"@ai-sdk/openai": "^2.0.
|
|
58
|
-
"@react-email/components": "^0.5.
|
|
59
|
-
"ai": "^5.0.
|
|
60
|
-
"better-auth": "^1.3.
|
|
53
|
+
"@ai-sdk/anthropic": "^2.0.18",
|
|
54
|
+
"@ai-sdk/deepseek": "^1.0.19",
|
|
55
|
+
"@ai-sdk/google": "^2.0.16",
|
|
56
|
+
"@ai-sdk/mistral": "^2.0.16",
|
|
57
|
+
"@ai-sdk/openai": "^2.0.34",
|
|
58
|
+
"@react-email/components": "^0.5.5",
|
|
59
|
+
"ai": "^5.0.51",
|
|
60
|
+
"better-auth": "^1.3.16",
|
|
61
61
|
"compression": "^1.8.1",
|
|
62
62
|
"cookie-parser": "^1.4.7",
|
|
63
63
|
"cors": "^2.8.5",
|
|
64
|
-
"cross-env": "^
|
|
64
|
+
"cross-env": "^10.0.0",
|
|
65
65
|
"deepmerge": "^4.3.1",
|
|
66
|
-
"dotenv": "^
|
|
66
|
+
"dotenv": "^17.2.2",
|
|
67
67
|
"express": "^5.1.0",
|
|
68
68
|
"express-rate-limit": "^8.1.0",
|
|
69
69
|
"helmet": "^8.1.0",
|
|
70
|
-
"mongodb": "^6.
|
|
71
|
-
"mongoose": "^8.18.
|
|
70
|
+
"mongodb": "^6.20.0",
|
|
71
|
+
"mongoose": "^8.18.2",
|
|
72
72
|
"oauth2-server": "^3.1.1",
|
|
73
|
-
"openai": "^5.
|
|
73
|
+
"openai": "^5.23.0",
|
|
74
74
|
"react": "^19.1.1",
|
|
75
|
-
"react-email": "^4.2.
|
|
76
|
-
"resend": "^6.0
|
|
75
|
+
"react-email": "^4.2.11",
|
|
76
|
+
"resend": "^6.1.0",
|
|
77
77
|
"stripe": "^18.5.0",
|
|
78
78
|
"validator": "^13.15.15",
|
|
79
79
|
"winston": "^3.17.0",
|
|
80
|
-
"express-intlayer": "6.0
|
|
80
|
+
"express-intlayer": "6.1.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@types/body-parser": "^1.19.6",
|
|
84
84
|
"@types/compression": "^1.8.1",
|
|
85
85
|
"@types/cookie-parser": "^1.4.9",
|
|
86
|
-
"@types/cors": "^2.8.
|
|
86
|
+
"@types/cors": "^2.8.19",
|
|
87
87
|
"@types/crypto-js": "^4.2.2",
|
|
88
88
|
"@types/csurf": "^1.11.5",
|
|
89
|
-
"@types/express": "^5.0.
|
|
90
|
-
"@types/node": "^24.2
|
|
89
|
+
"@types/express": "^5.0.3",
|
|
90
|
+
"@types/node": "^24.5.2",
|
|
91
91
|
"@types/oauth2-server": "^3.0.18",
|
|
92
|
-
"@types/react": "^19.1.
|
|
92
|
+
"@types/react": "^19.1.13",
|
|
93
93
|
"@types/validator": "^13.12.2",
|
|
94
|
-
"esbuild-fix-imports-plugin": "^1.0.
|
|
95
|
-
"eslint": "^9.
|
|
94
|
+
"esbuild-fix-imports-plugin": "^1.0.22",
|
|
95
|
+
"eslint": "^9.36.0",
|
|
96
96
|
"prettier": "^3.6.2",
|
|
97
97
|
"rimraf": "^6.0.1",
|
|
98
98
|
"tsc-alias": "^1.8.16",
|
|
99
99
|
"tsup": "^8.5.0",
|
|
100
|
-
"tsx": "^4.
|
|
100
|
+
"tsx": "^4.20.5",
|
|
101
101
|
"typescript": "^5.9.2",
|
|
102
102
|
"vitest": "^3.2.4",
|
|
103
|
-
"@intlayer/config": "6.0
|
|
104
|
-
"@
|
|
103
|
+
"@intlayer/config": "6.1.0",
|
|
104
|
+
"@utils/ts-config": "1.0.4",
|
|
105
105
|
"@utils/eslint-config": "1.0.4",
|
|
106
|
-
"@
|
|
107
|
-
"intlayer": "6.0.2",
|
|
106
|
+
"@utils/ts-config-types": "1.0.4",
|
|
108
107
|
"@utils/tsup-config": "1.0.4",
|
|
109
|
-
"@
|
|
110
|
-
"
|
|
108
|
+
"@intlayer/docs": "6.1.0",
|
|
109
|
+
"intlayer": "6.1.0",
|
|
110
|
+
"@intlayer/core": "6.1.0"
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "pnpm clean & pnpm build:ci",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"lint:fix": "eslint . --cache --fix",
|
|
122
122
|
"prettier": "prettier . --check",
|
|
123
123
|
"prettier:fix": "prettier . --write",
|
|
124
|
+
"prepublish": "cp -f ../../README.md ./README.md",
|
|
124
125
|
"start": "cross-env NODE_ENV=production node dist/esm/index.mjs",
|
|
125
126
|
"start:stripe": "stripe listen --forward-to localhost:3100/webhook/stripe",
|
|
126
127
|
"test": "vitest run",
|