@privateaim/core-kit 0.8.7 → 0.8.8

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.8](https://github.com/PrivateAIM/hub/compare/v0.8.7...v0.8.8) (2025-04-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * migrated to authup v1.0.0-beta.25 ([a5f6b65](https://github.com/PrivateAIM/hub/commit/a5f6b65499ee3a8c4b4bbdcda47979fa73ee5c48))
9
+ * reusable client authentication hook ([0a608cd](https://github.com/PrivateAIM/hub/commit/0a608cd94984314166c15fa11684e022b5ceb53e))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * devDependencies
16
+ * @privateaim/kit bumped from ^0.8.7 to ^0.8.8
17
+ * peerDependencies
18
+ * @privateaim/kit bumped from ^0.8.7 to ^0.8.8
19
+
3
20
  ## [0.8.7](https://github.com/PrivateAIM/hub/compare/v0.8.6...v0.8.7) (2025-03-12)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/core-kit",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -26,12 +26,12 @@
26
26
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
27
27
  },
28
28
  "devDependencies": {
29
- "@authup/core-kit": "^1.0.0-beta.24",
30
- "@privateaim/kit": "^0.8.7"
29
+ "@authup/core-kit": "^1.0.0-beta.26",
30
+ "@privateaim/kit": "^0.8.8"
31
31
  },
32
32
  "peerDependencies": {
33
- "@authup/core-kit": "^1.0.0-beta.24",
34
- "@privateaim/kit": "^0.8.7"
33
+ "@authup/core-kit": "^1.0.0-beta.26",
34
+ "@privateaim/kit": "^0.8.8"
35
35
  },
36
36
  "gitHead": "5d3b6f4ce1edf2383bdfbf66e913a08c8a3a2e40",
37
37
  "publishConfig": {