@ctx-core/auth0-ui 12.2.54 → 12.2.57

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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.57
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte-check: ^2.5.0 -> ^2.6.0
8
+
9
+ ## 12.2.56
10
+
11
+ ### Patch Changes
12
+
13
+ - svelte: ^3.46.6 -> ^3.47.0
14
+ - svelte-check: ^2.4.6 -> ^2.5.0
15
+ - Updated dependencies
16
+ - @ctx-core/auth0@34.2.2
17
+ - @ctx-core/dialog-ui-svelte@1.0.15
18
+ - @ctx-core/svelte@10.1.11
19
+
20
+ ## 12.2.55
21
+
22
+ ### Patch Changes
23
+
24
+ - update dependencies
25
+ - Updated dependencies
26
+ - @ctx-core/auth0-management@9.0.42
27
+
3
28
  ## 12.2.54
4
29
 
5
30
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.54",
3
+ "version": "12.2.57",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -36,21 +36,21 @@
36
36
  "prepublishOnly": "npm run clean && npm run build"
37
37
  },
38
38
  "dependencies": {
39
- "@ctx-core/auth0": "^34.2.0",
40
- "@ctx-core/auth0-management": "^9.0.41",
39
+ "@ctx-core/auth0": "^34.2.2",
40
+ "@ctx-core/auth0-management": "^9.0.42",
41
41
  "@ctx-core/dialog": "^20.0.12",
42
- "@ctx-core/dialog-ui-svelte": "^1.0.14",
42
+ "@ctx-core/dialog-ui-svelte": "^1.0.15",
43
43
  "@ctx-core/dom": "^11.1.9",
44
44
  "@ctx-core/error": "^11.4.1",
45
- "@ctx-core/fetch-undici": "^1.2.12",
45
+ "@ctx-core/fetch-undici": "^1.2.13",
46
46
  "@ctx-core/function": "^20.6.0",
47
47
  "@ctx-core/http": "^9.0.24",
48
48
  "@ctx-core/jwt": "^10.1.3",
49
49
  "@ctx-core/logger": "^9.0.44",
50
50
  "@ctx-core/object": "^22.1.3",
51
- "@ctx-core/svelte": "^10.1.10",
52
- "@swc/cli": "^0.1.56",
53
- "@swc/core": "^1.2.160",
51
+ "@ctx-core/svelte": "^10.1.11",
52
+ "@swc/cli": "^0.1.57",
53
+ "@swc/core": "^1.2.165",
54
54
  "auth0-js": "^9.19.0",
55
55
  "jsonwebtoken": "^8.5.1",
56
56
  "polka": "next"
@@ -62,10 +62,10 @@
62
62
  "@types/jsonwebtoken": "^8.5.8",
63
63
  "@types/trouter": "^3.1.1",
64
64
  "rimraf": "^3.0.2",
65
- "svelte": "^3.46.4",
66
- "svelte-check": "^2.4.6",
67
- "svelte-preprocess": "^4.10.4",
68
- "svelte2tsx": "^0.5.6",
65
+ "svelte": "^3.47.0",
66
+ "svelte-check": "^2.6.0",
67
+ "svelte-preprocess": "^4.10.5",
68
+ "svelte2tsx": "^0.5.8",
69
69
  "tslib": "^2.3.1",
70
70
  "typescript": "next"
71
71
  },
@@ -74,4 +74,4 @@
74
74
  "cache": "~/.npm"
75
75
  },
76
76
  "sideEffects": false
77
- }
77
+ }
Binary file