Loading .github/workflows/build.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,7 @@ jobs: working-directory: ${{ github.workspace }}/fedify/ - run: deno task -f @fedify/fedify codegen - run: deno publish --dry-run - run: pnpm install - run: pnpm publish --recursive --dry-run publish: Loading amqp/deno.json +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ "./mq": "./mq.ts" }, "imports": { "@hongminhee/suite": "jsr:@hongminhee/suite@^0.6.3" "@alinea/suite": "jsr:@alinea/suite@^0.6.3" }, "nodeModulesDir": "auto", "nodeModulesDir": "none", "unstable": [ "temporal" ], Loading amqp/mq.test.ts +1 −1 Original line number Diff line number Diff line import { suite } from "@hongminhee/suite"; import { suite } from "@alinea/suite"; import * as temporal from "@js-temporal/polyfill"; import { assert, assertEquals, assertFalse, assertGreater } from "@std/assert"; import { delay } from "@std/async/delay"; Loading amqp/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ "amqplib": "catalog:" }, "devDependencies": { "@hongminhee/suite": "^0.6.3", "@alinea/suite": "^0.6.3", "@js-temporal/polyfill": "^0.5.1", "@std/assert": "catalog:", "@std/async": "catalog:", Loading deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ "exclude": [ "docs/" ], "nodeModulesDir": "none", "tasks": { "codegen": "deno task -f @fedify/cli codegen", "check": { Loading Loading
.github/workflows/build.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,7 @@ jobs: working-directory: ${{ github.workspace }}/fedify/ - run: deno task -f @fedify/fedify codegen - run: deno publish --dry-run - run: pnpm install - run: pnpm publish --recursive --dry-run publish: Loading
amqp/deno.json +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ "./mq": "./mq.ts" }, "imports": { "@hongminhee/suite": "jsr:@hongminhee/suite@^0.6.3" "@alinea/suite": "jsr:@alinea/suite@^0.6.3" }, "nodeModulesDir": "auto", "nodeModulesDir": "none", "unstable": [ "temporal" ], Loading
amqp/mq.test.ts +1 −1 Original line number Diff line number Diff line import { suite } from "@hongminhee/suite"; import { suite } from "@alinea/suite"; import * as temporal from "@js-temporal/polyfill"; import { assert, assertEquals, assertFalse, assertGreater } from "@std/assert"; import { delay } from "@std/async/delay"; Loading
amqp/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ "amqplib": "catalog:" }, "devDependencies": { "@hongminhee/suite": "^0.6.3", "@alinea/suite": "^0.6.3", "@js-temporal/polyfill": "^0.5.1", "@std/assert": "catalog:", "@std/async": "catalog:", Loading
deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ "exclude": [ "docs/" ], "nodeModulesDir": "none", "tasks": { "codegen": "deno task -f @fedify/cli codegen", "check": { Loading