alchemy 2.0.0-beta.71 → 2.0.0-beta.72
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.
|
@@ -115,22 +115,22 @@ declare const StateGroup_base: HttpApiGroup.HttpApiGroup<"state", HttpApiEndpoin
|
|
|
115
115
|
readonly stack: Schema.String;
|
|
116
116
|
readonly stage: Schema.String;
|
|
117
117
|
readonly fqn: Schema.String;
|
|
118
|
-
}>>, never, never, never, Schema.toCodecJson<HttpApiSchema.NoContent>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"
|
|
118
|
+
}>>, never, never, never, Schema.toCodecJson<HttpApiSchema.NoContent>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"listStacks", "GET", "/state/stacks", never, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"listStages", "GET", "/state/stacks/:stack/stages", Schema.toCodecStringTree<Schema.Struct<{
|
|
119
119
|
readonly stack: Schema.String;
|
|
120
|
-
|
|
121
|
-
}>>, 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
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"getStackOutput", "GET", "/state/stacks/:stack/stages/:stage/output", Schema.toCodecStringTree<Schema.Struct<{
|
|
122
121
|
readonly stack: Schema.String;
|
|
123
122
|
readonly stage: Schema.String;
|
|
124
|
-
}>>, never, never, never, Schema.toCodecJson<Schema.UndefinedOr<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"
|
|
123
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.UndefinedOr<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"getReplacedResources", "GET", "/state/stacks/:stack/stages/:stage/replaced-resources", Schema.toCodecStringTree<Schema.Struct<{
|
|
125
124
|
readonly stack: Schema.String;
|
|
126
125
|
readonly stage: Schema.String;
|
|
127
|
-
|
|
128
|
-
}>>, 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<{
|
|
126
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"listResources", "GET", "/state/stacks/:stack/stages/:stage/resources", Schema.toCodecStringTree<Schema.Struct<{
|
|
129
127
|
readonly stack: Schema.String;
|
|
130
128
|
readonly stage: Schema.String;
|
|
131
|
-
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"
|
|
129
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.$Array<Schema.String>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"getState", "GET", "/state/stacks/:stack/stages/:stage/resources/:fqn", Schema.toCodecStringTree<Schema.Struct<{
|
|
132
130
|
readonly stack: Schema.String;
|
|
133
|
-
|
|
131
|
+
readonly stage: Schema.String;
|
|
132
|
+
readonly fqn: Schema.String;
|
|
133
|
+
}>>, never, never, never, Schema.toCodecJson<Schema.UndefinedOr<Schema.Any>>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"setStackOutput", "PUT", "/state/stacks/:stack/stages/:stage/output", Schema.toCodecStringTree<Schema.Struct<{
|
|
134
134
|
readonly stack: Schema.String;
|
|
135
135
|
readonly stage: Schema.String;
|
|
136
136
|
}>>, never, Schema.toCodecJson<Schema.Any>, never, Schema.toCodecJson<Schema.Any>, never, StateAuth, BearerTokenValidator> | HttpApiEndpoint.HttpApiEndpoint<"setState", "PUT", "/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.72",
|
|
4
4
|
"description": "Infrastructure as Effects for TypeScript.",
|
|
5
5
|
"homepage": "https://alchemy.run",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"@clack/prompts": "^1.7.0",
|
|
370
370
|
"@distilled.cloud/aws": "1.0.0-rc.4",
|
|
371
371
|
"@distilled.cloud/axiom": "1.0.0-rc.4",
|
|
372
|
-
"@alchemy.run/cloudflare-runtime": "2.0.0-beta.
|
|
372
|
+
"@alchemy.run/cloudflare-runtime": "2.0.0-beta.72",
|
|
373
373
|
"@distilled.cloud/cloudflare": "1.0.0-rc.4",
|
|
374
374
|
"@distilled.cloud/core": "1.0.0-rc.4",
|
|
375
375
|
"@distilled.cloud/neon": "1.0.0-rc.4",
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"@cloudflare/containers": "^0.3.7",
|
|
405
405
|
"@cloudflare/puppeteer": "^1.1.0",
|
|
406
406
|
"@cloudflare/workers-types": "^4.20250805.0",
|
|
407
|
-
"@alchemy.run/cloudflare-frameworks": "2.0.0-beta.
|
|
407
|
+
"@alchemy.run/cloudflare-frameworks": "2.0.0-beta.72",
|
|
408
408
|
"@effect/platform-bun": ">=4.0.0-beta.105 || >=4.0.0",
|
|
409
409
|
"@effect/platform-node": ">=4.0.0-beta.105 || >=4.0.0",
|
|
410
410
|
"@effect/platform-node-shared": ">=4.0.0-beta.105 || >=4.0.0",
|