@pdf-testkit/core 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdf-testkit/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Semantic structural model, extractors, and diff engine for pdf-testkit",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,13 +20,9 @@
20
20
  "test": "vitest run"
21
21
  },
22
22
  "peerDependencies": {
23
- "@formepdf/core": "*",
24
23
  "pdfjs-dist": "^4.10 || ^5"
25
24
  },
26
25
  "peerDependenciesMeta": {
27
- "@formepdf/core": {
28
- "optional": true
29
- },
30
26
  "pdfjs-dist": {
31
27
  "optional": true
32
28
  }
@@ -37,5 +33,12 @@
37
33
  },
38
34
  "publishConfig": {
39
35
  "access": "public"
40
- }
36
+ },
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "git+https://github.com/danmolitor/pdf-testkit.git",
40
+ "directory": "packages/core"
41
+ },
42
+ "homepage": "https://github.com/danmolitor/pdf-testkit#readme",
43
+ "bugs": "https://github.com/danmolitor/pdf-testkit/issues"
41
44
  }