@ctx-core/auth0-ui 12.2.67 → 12.2.70

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,33 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.70
4
+
5
+ ### Patch Changes
6
+
7
+ - tslib: ^2.3.1 -> ^2.4.0
8
+ - Updated dependencies
9
+ - @ctx-core/dialog-ui-svelte@1.0.17
10
+
11
+ ## 12.2.69
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@34.2.13
18
+ - @ctx-core/dialog@20.0.16
19
+ - @ctx-core/dom@11.1.12
20
+ - @ctx-core/jwt@10.1.6
21
+ - @ctx-core/object@22.1.6
22
+
23
+ ## 12.2.68
24
+
25
+ ### Patch Changes
26
+
27
+ - update dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0-management@9.0.52
30
+
3
31
  ## 12.2.67
4
32
 
5
33
  ### 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.67",
3
+ "version": "12.2.70",
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.11",
38
- "@ctx-core/auth0-management": "^9.0.51",
39
- "@ctx-core/dialog": "^20.0.15",
40
- "@ctx-core/dialog-ui-svelte": "^1.0.16",
41
- "@ctx-core/dom": "^11.1.11",
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.17",
41
+ "@ctx-core/dom": "^11.1.12",
42
42
  "@ctx-core/error": "^11.4.3",
43
43
  "@ctx-core/fetch-undici": "^2.1.1",
44
- "@ctx-core/function": "^20.6.1",
44
+ "@ctx-core/function": "^20.7.0",
45
45
  "@ctx-core/http": "^9.0.26",
46
- "@ctx-core/jwt": "^10.1.5",
46
+ "@ctx-core/jwt": "^10.1.6",
47
47
  "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.5",
48
+ "@ctx-core/object": "^22.1.6",
49
49
  "@ctx-core/svelte": "^10.1.13",
50
50
  "@swc/cli": "^0.1.57",
51
- "@swc/core": "^1.2.165",
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