@fedify/vocab 2.0.0-dev.0 → 2.0.0-dev.159

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.
@@ -2,11 +2,9 @@
2
2
  import { Temporal } from "@js-temporal/polyfill";
3
3
  globalThis.addEventListener = () => {};
4
4
 
5
- import { Activity, Announce, Collection, Create, CryptographicKey, Follow, Hashtag, Link, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Question, Source, vocab_exports } from "./vocab-DBispxj5.js";
6
- import { assertInstanceOf } from "./utils-BSWXlrig.js";
7
- import { mockDocumentLoader, test } from "@fedify/fixture";
5
+ import { Activity, Announce, Collection, Create, CryptographicKey, Follow, Hashtag, LanguageString, Link, Note, Object as Object$1, OrderedCollectionPage, Person, Place, Question, Source, decodeMultibase, mockDocumentLoader, test, vocab_exports } from "./vocab-C7F-mtGX.js";
6
+ import { assertInstanceOf } from "./utils-Dm0Onkcz.js";
8
7
  import { deepStrictEqual, notDeepStrictEqual, ok, rejects, throws } from "node:assert/strict";
9
- import { LanguageString, decodeMultibase } from "@fedify/vocab-runtime";
10
8
  import { pascalCase } from "es-toolkit";
11
9
  import { areAllScalarTypes, loadSchemaFiles } from "@fedify/vocab-tools";
12
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab",
3
- "version": "2.0.0-dev.0",
3
+ "version": "2.0.0-dev.159+6c07cd44",
4
4
  "homepage": "https://fedify.dev/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "node": ">=22.0.0",
20
20
  "bun": ">=1.1.0"
21
21
  },
22
- "description": "Vocabularies library for @fedify/fedify",
22
+ "description": "Activity Vocabulary library",
23
23
  "type": "module",
24
24
  "main": "./dist/mod.cjs",
25
25
  "module": "./dist/mod.js",
@@ -47,8 +47,8 @@
47
47
  "jsonld": "^9.0.0",
48
48
  "multicodec": "^3.2.1",
49
49
  "pkijs": "^3.3.3",
50
- "@fedify/vocab-tools": "2.0.0",
51
- "@fedify/webfinger": "2.0.0"
50
+ "@fedify/webfinger": "2.0.0-dev.159+6c07cd44",
51
+ "@fedify/vocab-tools": "2.0.0-dev.159+6c07cd44"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^22.17.0",
@@ -57,7 +57,7 @@
57
57
  "tsdown": "^0.12.9",
58
58
  "typescript": "^5.9.3",
59
59
  "@fedify/fixture": "2.0.0",
60
- "@fedify/vocab-runtime": "2.0.0"
60
+ "@fedify/vocab-runtime": "2.0.0-dev.159+6c07cd44"
61
61
  },
62
62
  "keywords": [
63
63
  "Fedify",
File without changes
File without changes