@feasibleone/blong-gogo 1.13.0 → 1.13.2

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 +15 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.2](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.1...blong-gogo-v1.13.2) (2026-03-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove ut-config dependency from package.json ([02fea32](https://github.com/feasibleone/blong/commit/02fea3272ad034662f43ce8b40d146f48ed2b3fd))
9
+ * update jose dependency to version 6.2.1 and adjust related configurations ([111b597](https://github.com/feasibleone/blong/commit/111b597d48eec66f9d79358b21ffcfc386d64e55))
10
+
11
+ ## [1.13.1](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.0...blong-gogo-v1.13.1) (2026-03-16)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * build ([8d5e84b](https://github.com/feasibleone/blong/commit/8d5e84bbf3095c3600b00e6bc5d9988abd2f538f))
17
+
3
18
  ## [1.13.0](https://github.com/feasibleone/blong/compare/blong-gogo-v1.12.2...blong-gogo-v1.13.0) (2026-03-16)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong-gogo",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/feasibleone/blong.git"
6
6
  },
@@ -38,7 +38,7 @@
38
38
  "fastify-plugin": "^5.1.0",
39
39
  "glob": "^13.0.6",
40
40
  "got": "^14.6.6",
41
- "jose": "^5.7.0",
41
+ "jose": "^6.2.1",
42
42
  "knex": "^3.1.0",
43
43
  "ky": "^1.14.2",
44
44
  "lru-cache": "^11.2.4",
@@ -57,7 +57,6 @@
57
57
  "ulidx": "^2.4.1",
58
58
  "ut-bitsyntax": "^6.2.7",
59
59
  "ut-bus": "^7.65.2",
60
- "ut-config": "^7.10.0",
61
60
  "ut-dns-discovery": "^6.2.3",
62
61
  "ut-function.interpolate": "1.1.3",
63
62
  "ut-function.merge": "^1.5.6",