@ctx-core/auth0-ui 12.2.69 → 12.2.72

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,49 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.72
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 20.7.1
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@34.2.15
11
+ - @ctx-core/auth0-management@9.0.54
12
+ - @ctx-core/dialog@20.0.18
13
+ - @ctx-core/dom@11.1.14
14
+ - @ctx-core/error@11.4.5
15
+ - @ctx-core/fetch-undici@2.1.3
16
+ - @ctx-core/http@9.0.28
17
+ - @ctx-core/jwt@10.1.8
18
+ - @ctx-core/object@22.1.8
19
+ - @ctx-core/svelte@10.1.15
20
+ - @ctx-core/function@20.7.2
21
+
22
+ ## 12.2.71
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/array: 26.2.0
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@34.2.14
29
+ - @ctx-core/auth0-management@9.0.53
30
+ - @ctx-core/dialog@20.0.17
31
+ - @ctx-core/dom@11.1.13
32
+ - @ctx-core/error@11.4.4
33
+ - @ctx-core/fetch-undici@2.1.2
34
+ - @ctx-core/http@9.0.27
35
+ - @ctx-core/jwt@10.1.7
36
+ - @ctx-core/object@22.1.7
37
+ - @ctx-core/svelte@10.1.14
38
+
39
+ ## 12.2.70
40
+
41
+ ### Patch Changes
42
+
43
+ - tslib: ^2.3.1 -> ^2.4.0
44
+ - Updated dependencies
45
+ - @ctx-core/dialog-ui-svelte@1.0.17
46
+
3
47
  ## 12.2.69
4
48
 
5
49
  ### Patch Changes
Binary file
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/auth0_ui_ctx_key.ts"],"sourcesContent":["export const auth0_ui_ctx_key = Symbol('auth0_ui_ctx')\n"],"names":["auth0_ui_ctx_key","Symbol"],"mappings":"AAAA,OAAO,MAAMA,gBAAgB,GAAGC,MAAM,CAAC,cAAc,CAAC,CAAA"}
1
+ {"version":3,"sources":["../src/auth0_ui_ctx_key.ts"],"sourcesContent":["export const auth0_ui_ctx_key = Symbol('auth0_ui_ctx')\n"],"names":["auth0_ui_ctx_key","Symbol"],"mappings":"OAAO,MAAMA,gBAAgB,GAAGC,MAAM,CAAC,cAAc,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.69",
3
+ "version": "12.2.72",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -34,21 +34,21 @@
34
34
  "prepublishOnly": "npm run clean && npm run build"
35
35
  },
36
36
  "dependencies": {
37
- "@ctx-core/auth0": "^34.2.13",
38
- "@ctx-core/auth0-management": "^9.0.52",
39
- "@ctx-core/dialog": "^20.0.16",
40
- "@ctx-core/dialog-ui-svelte": "^1.0.16",
41
- "@ctx-core/dom": "^11.1.12",
42
- "@ctx-core/error": "^11.4.3",
43
- "@ctx-core/fetch-undici": "^2.1.1",
44
- "@ctx-core/function": "^20.7.0",
45
- "@ctx-core/http": "^9.0.26",
46
- "@ctx-core/jwt": "^10.1.6",
37
+ "@ctx-core/auth0": "^34.2.15",
38
+ "@ctx-core/auth0-management": "^9.0.54",
39
+ "@ctx-core/dialog": "^20.0.18",
40
+ "@ctx-core/dialog-ui-svelte": "^1.0.17",
41
+ "@ctx-core/dom": "^11.1.14",
42
+ "@ctx-core/error": "^11.4.5",
43
+ "@ctx-core/fetch-undici": "^2.1.3",
44
+ "@ctx-core/function": "^20.7.1",
45
+ "@ctx-core/http": "^9.0.28",
46
+ "@ctx-core/jwt": "^10.1.8",
47
47
  "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.6",
49
- "@ctx-core/svelte": "^10.1.13",
48
+ "@ctx-core/object": "^22.1.8",
49
+ "@ctx-core/svelte": "^10.1.15",
50
50
  "@swc/cli": "^0.1.57",
51
- "@swc/core": "^1.2.168",
51
+ "@swc/core": "^1.2.171",
52
52
  "auth0-js": "^9.19.0",
53
53
  "jsonwebtoken": "^8.5.1",
54
54
  "polka": "next"
@@ -64,7 +64,7 @@
64
64
  "svelte-check": "^2.7.0",
65
65
  "svelte-preprocess": "^4.10.6",
66
66
  "svelte2tsx": "^0.5.9",
67
- "tslib": "^2.3.1",
67
+ "tslib": "^2.4.0",
68
68
  "typescript": "next"
69
69
  },
70
70
  "publishConfig": {
@@ -72,4 +72,4 @@
72
72
  "cache": "~/.npm"
73
73
  },
74
74
  "sideEffects": false
75
- }
75
+ }
Binary file