@twin.org/standards-w3c-did 0.0.3-next.63 → 0.0.3-next.65

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 (2) hide show
  1. package/docs/changelog.md +28 -0
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.65](https://github.com/iotaledger/twin-standards/compare/standards-w3c-did-v0.0.3-next.64...standards-w3c-did-v0.0.3-next.65) (2026-06-02)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-w3c-did:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.64 to 0.0.3-next.65
16
+
17
+ ## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-w3c-did-v0.0.3-next.63...standards-w3c-did-v0.0.3-next.64) (2026-06-01)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **standards-w3c-did:** Synchronize repo versions
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * devDependencies
29
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.63 to 0.0.3-next.64
30
+
3
31
  ## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-w3c-did-v0.0.3-next.62...standards-w3c-did-v0.0.3-next.63) (2026-05-19)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-did",
3
- "version": "0.0.3-next.63",
3
+ "version": "0.0.3-next.65",
4
4
  "description": "Data models for the W3C DID Core specification.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/iotaledger/standards.git",
7
+ "url": "git+https://github.com/iotaledger/twin-standards.git",
8
8
  "directory": "packages/standards-w3c-did"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -47,7 +47,7 @@
47
47
  "specification"
48
48
  ],
49
49
  "bugs": {
50
- "url": "git+https://github.com/iotaledger/standards/issues"
50
+ "url": "git+https://github.com/iotaledger/twin-standards/issues"
51
51
  },
52
52
  "homepage": "https://twindev.org"
53
53
  }