Unverified Commit 090d18c0 authored by Hong Minhee's avatar Hong Minhee
Browse files

Replace @hongminhee/suite with @alinea/suite

Replaced @hongminhee/suite (which is a downstream fork)
with @alinea/suite (which is a upstream).
parent 959ec58b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
+2 −2
Original line number Diff line number Diff line
@@ -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"
  ],
+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";
+1 −1
Original line number Diff line number Diff line
@@ -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:",
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
  "exclude": [
    "docs/"
  ],
  "nodeModulesDir": "none",
  "tasks": {
    "codegen": "deno task -f @fedify/cli codegen",
    "check": {
Loading