Skip to content

Commit c78d429

Browse files
author
DevBot
committed
fix(tools): re-record interface snapshot after streaming removal; verify:configs env permission
1 parent 1ea45a2 commit c78d429

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"autoflow:release-prepare": "deno run --allow-read --allow-write --allow-run --allow-env tools/autoflow/mod3.ts release-prepare",
110110
"autoflow:publish-existing": "deno run --allow-read --allow-write --allow-run --allow-env tools/autoflow/mod3.ts publish-existing",
111111
"autoflow:test": "deno test --allow-read --allow-write --allow-run --allow-env tools/autoflow/__tests__/",
112-
"verify:configs": "deno run --allow-read tools/verify-package-configs.ts",
113-
"verify:configs:fix": "deno run --allow-read --allow-write tools/verify-package-configs.ts --fix"
112+
"verify:configs": "deno run --allow-read --allow-env tools/verify-package-configs.ts",
113+
"verify:configs:fix": "deno run --allow-read --allow-write --allow-env tools/verify-package-configs.ts --fix"
114114
},
115115
"fmt": {
116116
"useTabs": false,

docs/release/v0.41.0-interface-snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"declarations": {
8080
".": {
81-
"sha256": "9143060e4b44f2c44df0656656a314772ced1321c00829339651e3f0710d0fd7",
81+
"sha256": "95cc58ef49406811e4e9fd7a6897f03e237772b1657cb65d5b686c8b0536d067",
8282
"publicDeclarations": [
8383
"export type {",
8484
"export type { Action, ActionContext, Loader, LoaderContext } from '@openelement/element';",

0 commit comments

Comments
 (0)