@ingcreators/annot-core 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ingcreators/annot-core",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Annot SDK — SVG-first screenshot annotation format, storage abstractions, and editor primitives. The foundation shared by the PWA, Chrome extension, Electron desktop, VSCode extension, and the headless annotator.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ingcreators",
@@ -34,6 +34,10 @@
34
34
  "types": "./dist/xmp/xmp-bytes.d.ts",
35
35
  "default": "./dist/xmp-bytes.js"
36
36
  },
37
+ "./element-tree": {
38
+ "types": "./dist/element-tree/index.d.ts",
39
+ "default": "./dist/element-tree.js"
40
+ },
37
41
  "./styles/*": "./styles/*"
38
42
  },
39
43
  "files": [
@@ -53,7 +57,7 @@
53
57
  "vite-plugin-dts": "^5.0.3"
54
58
  },
55
59
  "dependencies": {
56
- "js-yaml": "^4.1.1",
60
+ "js-yaml": "^4.2.0",
57
61
  "pako": "^2.1.0"
58
62
  },
59
63
  "scripts": {