@knocklabs/client 0.14.6 → 0.14.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.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.14.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 329ee05: downgrade tanstack store deps to 0.6.x to work in older TS version
|
|
8
|
+
|
|
9
|
+
## 0.14.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- efd1005: Fix CJS builds
|
|
14
|
+
|
|
15
|
+
v0.14.6 of our client SDK did not support CJS. This version fixes CJS support.
|
|
16
|
+
|
|
3
17
|
## 0.14.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knocklabs/client",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.8",
|
|
4
4
|
"description": "The clientside library for interacting with Knock",
|
|
5
5
|
"homepage": "https://github.com/knocklabs/javascript/tree/main/packages/client",
|
|
6
6
|
"author": "@knocklabs",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@babel/runtime": "^7.27.0",
|
|
73
73
|
"@knocklabs/types": "^0.1.5",
|
|
74
|
-
"@tanstack/store": "
|
|
74
|
+
"@tanstack/store": "0.6.0",
|
|
75
75
|
"@types/phoenix": "^1.6.6",
|
|
76
76
|
"axios": "^1.8.4",
|
|
77
77
|
"axios-retry": "^4.5.0",
|
|
78
78
|
"eventemitter2": "^6.4.5",
|
|
79
79
|
"jwt-decode": "^4.0.0",
|
|
80
|
-
"nanoid": "^
|
|
80
|
+
"nanoid": "^3.3.11",
|
|
81
81
|
"phoenix": "1.7.19",
|
|
82
82
|
"urlpattern-polyfill": "^10.0.0",
|
|
83
83
|
"zustand": "^4.5.6"
|