alchemy 2.0.0-beta.69 → 2.0.0-beta.70
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/lib/State/HttpStateApi.d.ts +7 -7
- package/package.json +22 -22
|
@@ -107,22 +107,22 @@ export declare const VersionResponse: Schema.Struct<{
|
|
|
107
107
|
export declare const GetVersion: HttpApiEndpoint.HttpApiEndpoint<"getVersion", "GET", "/version", never, never, never, never, Schema.toCodecJson<Schema.Struct<{
|
|
108
108
|
readonly version: Schema.Number;
|
|
109
109
|
}>>, never, never, never>;
|
|
110
|
-
declare const StateGroup_base: HttpApiGroup.HttpApiGroup<"state", HttpApiEndpoint.HttpApiEndpoint<"listStacks", "GET", "/state/stacks", never, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"
|
|
111
|
-
readonly stack: Schema.String;
|
|
112
|
-
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"deleteStack", "DELETE", "/state/stacks/:stack", Schema.toCodecStringTree<Schema.Struct<{
|
|
110
|
+
declare const StateGroup_base: HttpApiGroup.HttpApiGroup<"state", HttpApiEndpoint.HttpApiEndpoint<"listStacks", "GET", "/state/stacks", never, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"deleteStack", "DELETE", "/state/stacks/:stack", Schema.toCodecStringTree<Schema.Struct<{
|
|
113
111
|
readonly stack: Schema.String;
|
|
114
112
|
}>>, Schema.toCodecStringTree<Schema.Struct<{
|
|
115
113
|
readonly stage: Schema.optional<Schema.String>;
|
|
116
|
-
}>>, never, never, Schema.toCodecJson<HttpApiSchema.NoContent>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"
|
|
114
|
+
}>>, never, never, Schema.toCodecJson<HttpApiSchema.NoContent>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"listStages", "GET", "/state/stacks/:stack/stages", Schema.toCodecStringTree<Schema.Struct<{
|
|
115
|
+
readonly stack: Schema.String;
|
|
116
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"getReplacedResources", "GET", "/state/stacks/:stack/stages/:stage/replaced-resources", Schema.toCodecStringTree<Schema.Struct<{
|
|
117
117
|
readonly stack: Schema.String;
|
|
118
118
|
readonly stage: Schema.String;
|
|
119
|
-
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"
|
|
119
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"getStackOutput", "GET", "/state/stacks/:stack/stages/:stage/output", Schema.toCodecStringTree<Schema.Struct<{
|
|
120
120
|
readonly stack: Schema.String;
|
|
121
121
|
readonly stage: Schema.String;
|
|
122
|
-
}>>, never, never, never, Schema.toCodecJson<Schema
|
|
122
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.UndefinedOr<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"listResources", "GET", "/state/stacks/:stack/stages/:stage/resources", Schema.toCodecStringTree<Schema.Struct<{
|
|
123
123
|
readonly stack: Schema.String;
|
|
124
124
|
readonly stage: Schema.String;
|
|
125
|
-
}>>, never, never, never, Schema.toCodecJson<Schema
|
|
125
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"setStackOutput", "PUT", "/state/stacks/:stack/stages/:stage/output", Schema.toCodecStringTree<Schema.Struct<{
|
|
126
126
|
readonly stack: Schema.String;
|
|
127
127
|
readonly stage: Schema.String;
|
|
128
128
|
}>>, never, Schema.toCodecJson<Schema.Any>, never, Schema.toCodecJson<Schema.Any>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"deleteState", "DELETE", "/state/stacks/:stack/stages/:stage/resources/:fqn", Schema.toCodecStringTree<Schema.Struct<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alchemy",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.70",
|
|
4
4
|
"homepage": "https://alchemy.run",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Sam Goodwin <sam@alchemy.run>",
|
|
@@ -352,10 +352,10 @@
|
|
|
352
352
|
"@clack/prompts": "^1.7.0",
|
|
353
353
|
"@distilled.cloud/aws": "1.0.0-rc.2",
|
|
354
354
|
"@distilled.cloud/axiom": "1.0.0-rc.2",
|
|
355
|
-
"@distilled.cloud/cloudflare": "1.0.0-rc.2",
|
|
356
355
|
"@distilled.cloud/cloudflare-rolldown-plugin": "0.16.1",
|
|
357
356
|
"@distilled.cloud/cloudflare-runtime": "0.16.1",
|
|
358
357
|
"@distilled.cloud/cloudflare-vite-plugin": "0.16.1",
|
|
358
|
+
"@distilled.cloud/cloudflare": "1.0.0-rc.2",
|
|
359
359
|
"@distilled.cloud/core": "1.0.0-rc.2",
|
|
360
360
|
"@distilled.cloud/neon": "1.0.0-rc.2",
|
|
361
361
|
"@distilled.cloud/planetscale": "1.0.0-rc.2",
|
|
@@ -386,65 +386,65 @@
|
|
|
386
386
|
},
|
|
387
387
|
"devDependencies": {
|
|
388
388
|
"@aws/durable-execution-sdk-js": "^2.1.0",
|
|
389
|
-
"alchemy-test": "0.0.0",
|
|
390
389
|
"@cloudflare/containers": "^0.3.7",
|
|
391
390
|
"@cloudflare/puppeteer": "^1.1.0",
|
|
392
391
|
"@cloudflare/workers-types": "^4.20250805.0",
|
|
393
|
-
"@effect/platform-bun": ">=4.0.0-beta.102 || >=4.0.0",
|
|
394
|
-
"@effect/platform-node": ">=4.0.0-beta.102 || >=4.0.0",
|
|
395
|
-
"@effect/platform-node-shared": ">=4.0.0-beta.102 || >=4.0.0",
|
|
396
|
-
"@foldkit/vite-plugin": "^0.11.3",
|
|
397
|
-
"@oxc-project/types": "^0.139.0",
|
|
398
|
-
"@tanstack/react-router": "^1.167.4",
|
|
399
392
|
"@distilled.cloud/astro": "0.13.7",
|
|
400
|
-
"astro": "7.1.0",
|
|
401
393
|
"@distilled.cloud/nextjs": "0.13.7",
|
|
402
|
-
"next": "16.2.10",
|
|
403
|
-
"@opennextjs/cloudflare": "1.20.1",
|
|
404
394
|
"@distilled.cloud/nuxt": "0.13.7",
|
|
405
|
-
"nuxt": "4.5.1",
|
|
406
|
-
"nitropack": "2.13.4",
|
|
407
395
|
"@distilled.cloud/octane": "0.13.7",
|
|
408
|
-
"octane": "0.1.22",
|
|
409
|
-
"@octanejs/vite-plugin": "0.1.22",
|
|
410
|
-
"@octanejs/adapter-cloudflare": "0.0.12",
|
|
411
396
|
"@distilled.cloud/sveltekit": "0.13.7",
|
|
412
397
|
"@distilled.cloud/waku": "0.13.7",
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
398
|
+
"@effect/platform-bun": ">=4.0.0-beta.102 || >=4.0.0",
|
|
399
|
+
"@effect/platform-node-shared": ">=4.0.0-beta.102 || >=4.0.0",
|
|
400
|
+
"@effect/platform-node": ">=4.0.0-beta.102 || >=4.0.0",
|
|
401
|
+
"@foldkit/vite-plugin": "^0.11.3",
|
|
402
|
+
"@octanejs/adapter-cloudflare": "0.0.12",
|
|
403
|
+
"@octanejs/vite-plugin": "0.1.22",
|
|
404
|
+
"@opennextjs/cloudflare": "1.20.1",
|
|
405
|
+
"@oxc-project/types": "^0.139.0",
|
|
416
406
|
"@sveltejs/kit": "3.0.0-next.9",
|
|
417
407
|
"@sveltejs/vite-plugin-svelte": "^7.2.0",
|
|
418
|
-
"
|
|
408
|
+
"@tanstack/react-router": "^1.167.4",
|
|
419
409
|
"@tanstack/react-start": "^1.166.15",
|
|
420
410
|
"@types/aws-lambda": "^8.10.152",
|
|
421
411
|
"@types/bun": "latest",
|
|
422
412
|
"@types/node": "latest",
|
|
423
413
|
"@types/pg": "^8.11.0",
|
|
424
414
|
"@types/picomatch": "^4.0.0",
|
|
425
|
-
"@types/react": "^19.2.2",
|
|
426
415
|
"@types/react-dom": "^19.2.2",
|
|
416
|
+
"@types/react": "^19.2.2",
|
|
427
417
|
"@types/ws": "^8.18.1",
|
|
428
418
|
"@vercel/nft": "^1.10.2",
|
|
429
419
|
"@vitejs/plugin-react": "^6.0.2",
|
|
430
420
|
"@vitejs/plugin-rsc": "^0.5.27",
|
|
421
|
+
"alchemy-test": "0.0.0",
|
|
422
|
+
"astro": "7.1.0",
|
|
431
423
|
"better-auth": "^1.6.2",
|
|
432
424
|
"effect": ">=4.0.0-beta.102 || >=4.0.0",
|
|
433
425
|
"foldkit": "^0.137.0",
|
|
426
|
+
"hono": "^4.12.14",
|
|
434
427
|
"iovalkey": "^0.3.3",
|
|
435
428
|
"mongodb": "^6.10.0",
|
|
436
429
|
"mysql2": "^3.15.3",
|
|
430
|
+
"next": "16.2.10",
|
|
431
|
+
"nitropack": "2.13.4",
|
|
432
|
+
"nuxt": "4.5.1",
|
|
433
|
+
"octane": "0.1.22",
|
|
437
434
|
"pg": "^8.13.0",
|
|
438
435
|
"react-devtools-core": "^7.0.1",
|
|
439
436
|
"react-dom": "^19.2.7",
|
|
440
437
|
"react-router": "7.16.0",
|
|
438
|
+
"react-server-dom-webpack": "~19.2.6",
|
|
441
439
|
"solid-js": "latest",
|
|
440
|
+
"svelte": "^5.56.6",
|
|
442
441
|
"tsconfig-paths": "^4.2.0",
|
|
443
442
|
"tsdown": "^0.15.4",
|
|
444
443
|
"tsx": "^4.20.6",
|
|
445
444
|
"typescript": "^7.0.2",
|
|
446
445
|
"uuid": "^14.0.0",
|
|
447
446
|
"vitest": "^4.1.8",
|
|
447
|
+
"waku": "1.0.0-beta.7",
|
|
448
448
|
"wrangler": "^4.103.0",
|
|
449
449
|
"ws": "^8.20.0"
|
|
450
450
|
},
|