@fedify/fedify 0.9.0-dev.181 → 0.9.0-dev.182

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @fedify/fedify might be problematic. Click here for more details.

package/esm/mod.js CHANGED
@@ -37,8 +37,9 @@
37
37
  * @module
38
38
  */
39
39
  export * from "./federation/mod.js";
40
- export * from "./httpsig/mod.js";
40
+ export { sign, verify } from "./httpsig/mod.js";
41
41
  export * from "./nodeinfo/mod.js";
42
42
  export * from "./runtime/mod.js";
43
+ export * from "./sig/mod.js";
43
44
  export * from "./vocab/mod.js";
44
45
  export { lookupWebFinger } from "./webfinger/mod.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.9.0-dev.181+d5e0642c",
3
+ "version": "0.9.0-dev.182+dace8380",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
package/types/mod.d.ts CHANGED
@@ -37,9 +37,10 @@
37
37
  * @module
38
38
  */
39
39
  export * from "./federation/mod.js";
40
- export * from "./httpsig/mod.js";
40
+ export { sign, verify, type VerifyOptions } from "./httpsig/mod.js";
41
41
  export * from "./nodeinfo/mod.js";
42
42
  export * from "./runtime/mod.js";
43
+ export * from "./sig/mod.js";
43
44
  export * from "./vocab/mod.js";
44
45
  export { lookupWebFinger, type ResourceDescriptor } from "./webfinger/mod.js";
45
46
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,KAAK,kBAAkB,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACpE,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,KAAK,kBAAkB,EAAE,MAAM,oBAAoB,CAAC"}