@twin.org/standards-w3c-did 0.9.1-next.4 → 0.9.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.
@@ -1 +1 @@
1
- {"version":3,"file":"IDidVerifiablePresentation.js","sourceRoot":"","sources":["../../../src/models/IDidVerifiablePresentation.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDidVerifiablePresentationV1 } from \"./IDidVerifiablePresentationV1.js\";\nimport type { IDidVerifiablePresentationV2 } from \"./IDidVerifiablePresentationV2.js\";\n\n/**\n * Interface describing a verifiable presentation.\n */\nexport type IDidVerifiablePresentation =\n\t| IDidVerifiablePresentationV1\n\t| IDidVerifiablePresentationV2;\n"]}
1
+ {"version":3,"file":"IDidVerifiablePresentation.js","sourceRoot":"","sources":["../../../src/models/IDidVerifiablePresentation.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDidVerifiablePresentationV1 } from \"./IDidVerifiablePresentationV1.js\";\nimport type { IDidVerifiablePresentationV2 } from \"./IDidVerifiablePresentationV2.js\";\n\n/**\n * Interface describing a verifiable presentation.\n */\nexport type IDidVerifiablePresentation =\n\tIDidVerifiablePresentationV1 | IDidVerifiablePresentationV2;\n"]}
package/docs/changelog.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/iotaledger/twin-standards/compare/standards-w3c-did-v0.9.1...standards-w3c-did-v0.9.1) (2026-07-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
9
+ * release to production ([#246](https://github.com/iotaledger/twin-standards/issues/246)) ([6e6796b](https://github.com/iotaledger/twin-standards/commit/6e6796bd76aa70a9215eeb300ff479cde79368b8))
10
+ * release to production ([#265](https://github.com/iotaledger/twin-standards/issues/265)) ([b7b7b00](https://github.com/iotaledger/twin-standards/commit/b7b7b002b37fb737129967b582e2aa7a2b6d1f86))
11
+
12
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-standards/compare/standards-w3c-did-v0.9.1-next.4...standards-w3c-did-v0.9.1-next.5) (2026-07-20)
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * **standards-w3c-did:** Synchronize repo versions
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * devDependencies
24
+ * @twin.org/standards-ld-contexts bumped from 0.9.1-next.4 to 0.9.1-next.5
25
+
3
26
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-standards/compare/standards-w3c-did-v0.9.1-next.3...standards-w3c-did-v0.9.1-next.4) (2026-07-20)
4
27
 
5
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-did",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1",
4
4
  "description": "Data models for the W3C DID Core specification.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,14 +11,14 @@
11
11
  "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=20.0.0"
14
+ "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "next",
18
- "@twin.org/crypto": "next",
19
- "@twin.org/data-json-ld": "next",
20
- "@twin.org/nameof": "next",
21
- "@twin.org/web": "next"
17
+ "@twin.org/core": "^0.9.1",
18
+ "@twin.org/crypto": "^0.9.1",
19
+ "@twin.org/data-json-ld": "^0.9.1",
20
+ "@twin.org/nameof": "^0.9.1",
21
+ "@twin.org/web": "^0.9.1"
22
22
  },
23
23
  "main": "./dist/es/index.js",
24
24
  "types": "./dist/types/index.d.ts",