@privateaim/core-http-kit 0.7.0 → 0.8.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.
- package/CHANGELOG.md +27 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.1](https://github.com/PrivateAIM/hub/compare/v0.8.0...v0.8.1) (2024-08-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* devDependencies
|
|
10
|
+
* @privateaim/core-kit bumped from ^0.8.0 to ^0.8.1
|
|
11
|
+
* peerDependencies
|
|
12
|
+
* @privateaim/core-kit bumped from ^0.8.0 to ^0.8.1
|
|
13
|
+
|
|
14
|
+
## [0.8.0](https://github.com/PrivateAIM/hub/compare/v0.7.0...v0.8.0) (2024-07-02)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** bump authup to v1.0.0.beta-19 ([3410786](https://github.com/PrivateAIM/hub/commit/34107860d7f810cea7b2024b0f303cd70d32a5fe))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Dependencies
|
|
23
|
+
|
|
24
|
+
* The following workspace dependencies were updated
|
|
25
|
+
* devDependencies
|
|
26
|
+
* @privateaim/core-kit bumped from ^0.7.0 to ^0.8.0
|
|
27
|
+
* peerDependencies
|
|
28
|
+
* @privateaim/core-kit bumped from ^0.7.0 to ^0.8.0
|
|
29
|
+
|
|
3
30
|
## [0.7.0](https://github.com/PrivateAIM/hub/compare/v0.6.0...v0.7.0) (2024-06-26)
|
|
4
31
|
|
|
5
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/core-http-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"exports": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@authup/kit": "^1.0.0-beta.
|
|
30
|
-
"@privateaim/core-kit": "^0.
|
|
29
|
+
"@authup/kit": "^1.0.0-beta.19",
|
|
30
|
+
"@privateaim/core-kit": "^0.8.1",
|
|
31
31
|
"hapic": "^2.5.1",
|
|
32
32
|
"rapiq": "^0.9.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@authup/kit": "^1.0.0-beta.
|
|
36
|
-
"@privateaim/core-kit": "^0.
|
|
35
|
+
"@authup/kit": "^1.0.0-beta.19",
|
|
36
|
+
"@privateaim/core-kit": "^0.8.1",
|
|
37
37
|
"hapic": "^2.5.1",
|
|
38
38
|
"rapiq": "^0.9.0"
|
|
39
39
|
},
|