@treeseed/core 0.10.8 → 0.10.10
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/dist/env.yaml +6 -1
- package/package.json +2 -2
package/dist/env.yaml
CHANGED
|
@@ -120,6 +120,7 @@ entries:
|
|
|
120
120
|
- local-cloudflare
|
|
121
121
|
- github-variable
|
|
122
122
|
- cloudflare-var
|
|
123
|
+
- railway-var
|
|
123
124
|
scopes:
|
|
124
125
|
- local
|
|
125
126
|
- staging
|
|
@@ -151,6 +152,7 @@ entries:
|
|
|
151
152
|
- local-cloudflare
|
|
152
153
|
- github-variable
|
|
153
154
|
- cloudflare-var
|
|
155
|
+
- railway-var
|
|
154
156
|
scopes:
|
|
155
157
|
- local
|
|
156
158
|
- staging
|
|
@@ -182,6 +184,7 @@ entries:
|
|
|
182
184
|
- local-cloudflare
|
|
183
185
|
- github-variable
|
|
184
186
|
- cloudflare-var
|
|
187
|
+
- railway-var
|
|
185
188
|
scopes:
|
|
186
189
|
- local
|
|
187
190
|
- staging
|
|
@@ -212,6 +215,7 @@ entries:
|
|
|
212
215
|
- local-cloudflare
|
|
213
216
|
- github-secret
|
|
214
217
|
- cloudflare-secret
|
|
218
|
+
- railway-secret
|
|
215
219
|
scopes:
|
|
216
220
|
- local
|
|
217
221
|
- staging
|
|
@@ -242,6 +246,7 @@ entries:
|
|
|
242
246
|
- local-cloudflare
|
|
243
247
|
- github-variable
|
|
244
248
|
- cloudflare-var
|
|
249
|
+
- railway-var
|
|
245
250
|
scopes:
|
|
246
251
|
- local
|
|
247
252
|
- staging
|
|
@@ -273,6 +278,7 @@ entries:
|
|
|
273
278
|
- local-cloudflare
|
|
274
279
|
- github-variable
|
|
275
280
|
- cloudflare-var
|
|
281
|
+
- railway-var
|
|
276
282
|
scopes:
|
|
277
283
|
- local
|
|
278
284
|
- staging
|
|
@@ -292,4 +298,3 @@ entries:
|
|
|
292
298
|
localDefaultValueRef: contactEmailDefault
|
|
293
299
|
relevanceRef: smtpEnabled
|
|
294
300
|
requiredWhenRef: smtpNonLocal
|
|
295
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@treeseed/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.10",
|
|
4
4
|
"description": "Treeseed web framework package for Astro/Starlight site runtimes.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@astrojs/sitemap": "3.7.0",
|
|
71
71
|
"@astrojs/starlight": "0.37.6",
|
|
72
72
|
"@tailwindcss/vite": "^4.1.4",
|
|
73
|
-
"@treeseed/sdk": "github:treeseed-ai/sdk#0.10.
|
|
73
|
+
"@treeseed/sdk": "github:treeseed-ai/sdk#0.10.16",
|
|
74
74
|
"astro": "^5.6.1",
|
|
75
75
|
"esbuild": "^0.28.0",
|
|
76
76
|
"katex": "^0.16.22",
|