@sd-jwt/utils 0.16.1-next.1 → 0.17.1-next.0

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/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.17.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.16.0...v0.17.0) (2025-10-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * alter base64url to internal utils package for RN support ([#328](https://github.com/openwallet-foundation/sd-jwt-js/issues/328)) ([09708e7](https://github.com/openwallet-foundation/sd-jwt-js/commit/09708e7881c1e3e003444d7200af686eda4b8a55))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.16.0](https://github.com/openwallet-foundation/sd-jwt-js/compare/v0.15.1...v0.16.0) (2025-10-07)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-jwt/utils",
3
- "version": "0.16.1-next.1+09708e7",
3
+ "version": "0.17.1-next.0+9f37cdf",
4
4
  "description": "sd-jwt draft 7 implementation in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "license": "Apache-2.0",
39
39
  "devDependencies": {
40
- "@sd-jwt/crypto-nodejs": "0.16.1-next.1+09708e7"
40
+ "@sd-jwt/crypto-nodejs": "0.17.1-next.0+9f37cdf"
41
41
  },
42
42
  "dependencies": {
43
- "@sd-jwt/types": "0.16.1-next.1+09708e7",
43
+ "@sd-jwt/types": "0.17.1-next.0+9f37cdf",
44
44
  "js-base64": "^3.7.8"
45
45
  },
46
46
  "publishConfig": {
@@ -59,5 +59,5 @@
59
59
  "esm"
60
60
  ]
61
61
  },
62
- "gitHead": "09708e7881c1e3e003444d7200af686eda4b8a55"
62
+ "gitHead": "9f37cdfbae982a647e61589fd88dfd79305105c1"
63
63
  }