@fedify/fedify 1.6.0-experiment.0 → 1.6.1-dev.826

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.6.0-experiment.0",
3
+ "version": "1.6.1-dev.826+95a0d541",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
@@ -87,7 +87,6 @@
87
87
  "@opentelemetry/api": "^1.9.0",
88
88
  "@opentelemetry/semantic-conventions": "^1.27.0",
89
89
  "@phensley/language-tag": "^1.9.0",
90
- "@types/bun": "^1.2.14",
91
90
  "asn1js": "^3.0.5",
92
91
  "byte-encodings": "^1.0.11",
93
92
  "json-canon": "^1.0.1",
@@ -100,11 +99,11 @@
100
99
  "urlpattern-polyfill": "^10.1.0"
101
100
  },
102
101
  "devDependencies": {
103
- "@hongminhee/deno-mock-fetch": "jsr:^0.3.2",
104
- "@std/assert": "jsr:^0.226.0",
105
- "@std/path": "jsr:^1.0.9",
106
- "@std/url": "jsr:1.0.0-rc.3",
107
- "@std/yaml": "jsr:^1.0.6",
102
+ "@hongminhee/deno-mock-fetch": "npm:@jsr/hongminhee__deno-mock-fetch@^0.3.2",
103
+ "@std/assert": "npm:@jsr/std__assert@^0.226.0",
104
+ "@std/path": "npm:@jsr/std__path@^1.0.9",
105
+ "@std/url": "npm:@jsr/std__url@1.0.0-rc.3",
106
+ "@std/yaml": "npm:@jsr/std__yaml@^1.0.6",
108
107
  "@types/node": "^22.15.21",
109
108
  "fast-check": "^3.22.0",
110
109
  "tsdown": "^0.12.2",
@@ -112,7 +111,8 @@
112
111
  },
113
112
  "scripts": {
114
113
  "build": "deno task codegen && tsdown",
115
- "prepublish": "deno task codegen && tsdown",
116
- "test": "deno task codegen && tsdown && cd dist/ && node --test"
114
+ "prepublish": "deno task codegen && tsdown && deno task check-version",
115
+ "test": "deno task codegen && tsdown && cd dist/ && node --test",
116
+ "test:bun": "deno task codegen && tsdown && cd dist/ && bun test --timeout 60000"
117
117
  }
118
118
  }