@knocklabs/client 0.8.19 → 0.8.20
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 +33 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.8.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Re-releasing packages
|
|
8
|
+
|
|
9
|
+
## 0.8.19
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7786ec5: chore: upgrade to yarn modern and update local package references
|
|
14
|
+
- 9dd0d15: feat: add onUserTokenExpiring callback option to client
|
|
15
|
+
|
|
16
|
+
## 0.8.18
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- e53c200: fix: strip socket manager options from http requests
|
|
21
|
+
- d4ba1f2: chore: add shared types package
|
|
22
|
+
|
|
23
|
+
## 0.8.17
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 345ebc1: feat: add option to automatically manage open socket connections
|
|
28
|
+
|
|
29
|
+
## 0.8.16
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- 7bc5e4a: fix: add @babel/runtime dependency
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knocklabs/client",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.20",
|
|
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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
52
52
|
"@babel/preset-env": "^7.16.7",
|
|
53
53
|
"@babel/preset-typescript": "^7.16.7",
|
|
54
|
-
"@knocklabs/types": "0.1.
|
|
54
|
+
"@knocklabs/types": "0.1.3",
|
|
55
55
|
"@types/jsonwebtoken": "^9.0.5",
|
|
56
56
|
"@types/phoenix": "^1.5.4",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
@@ -76,4 +76,4 @@
|
|
|
76
76
|
"phoenix": "1.6.16",
|
|
77
77
|
"zustand": "^3.7.2"
|
|
78
78
|
}
|
|
79
|
-
}
|
|
79
|
+
}
|