@ctx-core/auth0-ui 12.2.57 → 12.2.60

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,52 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.60
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: @ctx-core/\* dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.5
10
+ - @ctx-core/auth0-management@9.0.45
11
+ - @ctx-core/dialog@20.0.15
12
+ - @ctx-core/dom@11.1.11
13
+ - @ctx-core/error@11.4.3
14
+ - @ctx-core/fetch-undici@1.2.16
15
+ - @ctx-core/http@9.0.26
16
+ - @ctx-core/jwt@10.1.5
17
+ - @ctx-core/object@22.1.5
18
+ - @ctx-core/svelte@10.1.13
19
+
20
+ ## 12.2.59
21
+
22
+ ### Patch Changes
23
+
24
+ - package.json: exports: update
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/auth0@34.2.4
28
+ - @ctx-core/auth0-management@9.0.44
29
+ - @ctx-core/dialog@20.0.14
30
+ - @ctx-core/dialog-ui-svelte@1.0.16
31
+ - @ctx-core/dom@11.1.10
32
+ - @ctx-core/error@11.4.2
33
+ - @ctx-core/fetch-undici@1.2.15
34
+ - @ctx-core/function@20.6.1
35
+ - @ctx-core/http@9.0.25
36
+ - @ctx-core/jwt@10.1.4
37
+ - @ctx-core/logger@9.0.45
38
+ - @ctx-core/object@22.1.4
39
+ - @ctx-core/svelte@10.1.12
40
+
41
+ ## 12.2.58
42
+
43
+ ### Patch Changes
44
+
45
+ - update dependencies
46
+ - Updated dependencies
47
+ - @ctx-core/auth0-management@9.0.43
48
+ - @ctx-core/fetch-undici@1.2.14
49
+
3
50
  ## 12.2.57
4
51
 
5
52
  ### 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.57",
3
+ "version": "12.2.60",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -20,9 +20,7 @@
20
20
  "svelte": "./lib/index.js",
21
21
  "types": "./lib/index.d.ts",
22
22
  "exports": {
23
- ".": {
24
- "import": "./lib/index.js"
25
- },
23
+ ".": "./lib/index.js",
26
24
  "./package.json": "./package.json"
27
25
  },
28
26
  "scripts": {
@@ -36,19 +34,19 @@
36
34
  "prepublishOnly": "npm run clean && npm run build"
37
35
  },
38
36
  "dependencies": {
39
- "@ctx-core/auth0": "^34.2.2",
40
- "@ctx-core/auth0-management": "^9.0.42",
41
- "@ctx-core/dialog": "^20.0.12",
42
- "@ctx-core/dialog-ui-svelte": "^1.0.15",
43
- "@ctx-core/dom": "^11.1.9",
44
- "@ctx-core/error": "^11.4.1",
45
- "@ctx-core/fetch-undici": "^1.2.13",
46
- "@ctx-core/function": "^20.6.0",
47
- "@ctx-core/http": "^9.0.24",
48
- "@ctx-core/jwt": "^10.1.3",
49
- "@ctx-core/logger": "^9.0.44",
50
- "@ctx-core/object": "^22.1.3",
51
- "@ctx-core/svelte": "^10.1.11",
37
+ "@ctx-core/auth0": "^34.2.5",
38
+ "@ctx-core/auth0-management": "^9.0.45",
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": "^1.2.16",
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",
52
50
  "@swc/cli": "^0.1.57",
53
51
  "@swc/core": "^1.2.165",
54
52
  "auth0-js": "^9.19.0",
@@ -74,4 +72,4 @@
74
72
  "cache": "~/.npm"
75
73
  },
76
74
  "sideEffects": false
77
- }
75
+ }
Binary file