@ctx-core/auth0-ui 12.2.68 → 12.2.71

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,42 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.71
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/array: 26.2.0
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.14
10
+ - @ctx-core/auth0-management@9.0.53
11
+ - @ctx-core/dialog@20.0.17
12
+ - @ctx-core/dom@11.1.13
13
+ - @ctx-core/error@11.4.4
14
+ - @ctx-core/fetch-undici@2.1.2
15
+ - @ctx-core/http@9.0.27
16
+ - @ctx-core/jwt@10.1.7
17
+ - @ctx-core/object@22.1.7
18
+ - @ctx-core/svelte@10.1.14
19
+
20
+ ## 12.2.70
21
+
22
+ ### Patch Changes
23
+
24
+ - tslib: ^2.3.1 -> ^2.4.0
25
+ - Updated dependencies
26
+ - @ctx-core/dialog-ui-svelte@1.0.17
27
+
28
+ ## 12.2.69
29
+
30
+ ### Patch Changes
31
+
32
+ - update dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/auth0@34.2.13
35
+ - @ctx-core/dialog@20.0.16
36
+ - @ctx-core/dom@11.1.12
37
+ - @ctx-core/jwt@10.1.6
38
+ - @ctx-core/object@22.1.6
39
+
3
40
  ## 12.2.68
4
41
 
5
42
  ### 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.68",
3
+ "version": "12.2.71",
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.12",
38
- "@ctx-core/auth0-management": "^9.0.52",
39
- "@ctx-core/dialog": "^20.0.15",
40
- "@ctx-core/dialog-ui-svelte": "^1.0.16",
41
- "@ctx-core/dom": "^11.1.11",
42
- "@ctx-core/error": "^11.4.3",
43
- "@ctx-core/fetch-undici": "^2.1.1",
44
- "@ctx-core/function": "^20.6.1",
45
- "@ctx-core/http": "^9.0.26",
46
- "@ctx-core/jwt": "^10.1.5",
47
- "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.5",
49
- "@ctx-core/svelte": "^10.1.13",
37
+ "@ctx-core/auth0": "workspace:^34.2.14",
38
+ "@ctx-core/auth0-management": "workspace:^9.0.53",
39
+ "@ctx-core/dialog": "workspace:^20.0.17",
40
+ "@ctx-core/dialog-ui-svelte": "workspace:^1.0.17",
41
+ "@ctx-core/dom": "workspace:^11.1.13",
42
+ "@ctx-core/error": "workspace:^11.4.4",
43
+ "@ctx-core/fetch-undici": "workspace:^2.1.2",
44
+ "@ctx-core/function": "workspace:^20.7.0",
45
+ "@ctx-core/http": "workspace:^9.0.27",
46
+ "@ctx-core/jwt": "workspace:^10.1.7",
47
+ "@ctx-core/logger": "workspace:^9.0.45",
48
+ "@ctx-core/object": "workspace:^22.1.7",
49
+ "@ctx-core/svelte": "workspace:^10.1.14",
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": {
Binary file