@ctx-core/auth0-ui 12.2.85 → 12.2.88

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 +25 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.88
4
+
5
+ ### Patch Changes
6
+
7
+ - .js + .d.ts instead of .ts
8
+ - Updated dependencies
9
+ - @ctx-core/fetch-undici@2.1.16
10
+
11
+ ## 12.2.87
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0-management@9.0.66
18
+ - @ctx-core/fetch-undici@2.1.15
19
+
20
+ ## 12.2.86
21
+
22
+ ### Patch Changes
23
+
24
+ - @ctx-core/auth0: 34.3.1
25
+ - Updated dependencies
26
+ - @ctx-core/auth0-management@9.0.65
27
+
3
28
  ## 12.2.85
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.85",
3
+ "version": "12.2.88",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,21 +24,21 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^34.3.0",
28
- "@ctx-core/auth0-management": "^9.0.64",
29
- "@ctx-core/dialog": "^20.0.28",
27
+ "@ctx-core/auth0": "^34.4.1",
28
+ "@ctx-core/auth0-management": "^9.0.66",
29
+ "@ctx-core/dialog": "^20.1.0",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.19",
31
31
  "@ctx-core/dom": "^11.1.21",
32
- "@ctx-core/error": "^11.4.8",
33
- "@ctx-core/fetch-undici": "^2.1.12",
32
+ "@ctx-core/error": "^11.5.0",
33
+ "@ctx-core/fetch-undici": "^2.1.16",
34
34
  "@ctx-core/function": "^20.8.0",
35
35
  "@ctx-core/http": "^9.0.31",
36
- "@ctx-core/jwt": "^10.1.12",
36
+ "@ctx-core/jwt": "^10.1.13",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.2.0",
39
- "@ctx-core/svelte": "^10.1.24",
38
+ "@ctx-core/object": "^22.2.1",
39
+ "@ctx-core/svelte": "^10.2.0",
40
40
  "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.194",
41
+ "@swc/core": "^1.2.196",
42
42
  "auth0-js": "^9.19.0",
43
43
  "jsonwebtoken": "^8.5.1",
44
44
  "polka": "next"
@@ -51,7 +51,7 @@
51
51
  "@types/trouter": "^3.1.1",
52
52
  "rimraf": "^3.0.2",
53
53
  "svelte": "^3.48.0",
54
- "svelte-check": "^2.7.1",
54
+ "svelte-check": "^2.7.2",
55
55
  "svelte-preprocess": "^4.10.6",
56
56
  "svelte2tsx": "^0.5.10",
57
57
  "tslib": "^2.4.0",