@ctx-core/auth0-ui 12.2.56 → 12.2.59

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,41 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.59
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: exports: update
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@34.2.4
11
+ - @ctx-core/auth0-management@9.0.44
12
+ - @ctx-core/dialog@20.0.14
13
+ - @ctx-core/dialog-ui-svelte@1.0.16
14
+ - @ctx-core/dom@11.1.10
15
+ - @ctx-core/error@11.4.2
16
+ - @ctx-core/fetch-undici@1.2.15
17
+ - @ctx-core/function@20.6.1
18
+ - @ctx-core/http@9.0.25
19
+ - @ctx-core/jwt@10.1.4
20
+ - @ctx-core/logger@9.0.45
21
+ - @ctx-core/object@22.1.4
22
+ - @ctx-core/svelte@10.1.12
23
+
24
+ ## 12.2.58
25
+
26
+ ### Patch Changes
27
+
28
+ - update dependencies
29
+ - Updated dependencies
30
+ - @ctx-core/auth0-management@9.0.43
31
+ - @ctx-core/fetch-undici@1.2.14
32
+
33
+ ## 12.2.57
34
+
35
+ ### Patch Changes
36
+
37
+ - svelte-check: ^2.5.0 -> ^2.6.0
38
+
3
39
  ## 12.2.56
4
40
 
5
41
  ### 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.56",
3
+ "version": "12.2.59",
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,21 +34,21 @@
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": "workspace:^34.2.4",
38
+ "@ctx-core/auth0-management": "workspace:^9.0.44",
39
+ "@ctx-core/dialog": "workspace:^20.0.14",
40
+ "@ctx-core/dialog-ui-svelte": "workspace:^1.0.16",
41
+ "@ctx-core/dom": "workspace:^11.1.10",
42
+ "@ctx-core/error": "workspace:^11.4.2",
43
+ "@ctx-core/fetch-undici": "workspace:^1.2.15",
44
+ "@ctx-core/function": "workspace:^20.6.1",
45
+ "@ctx-core/http": "workspace:^9.0.25",
46
+ "@ctx-core/jwt": "workspace:^10.1.4",
47
+ "@ctx-core/logger": "workspace:^9.0.45",
48
+ "@ctx-core/object": "workspace:^22.1.4",
49
+ "@ctx-core/svelte": "workspace:^10.1.12",
52
50
  "@swc/cli": "^0.1.57",
53
- "@swc/core": "^1.2.164",
51
+ "@swc/core": "^1.2.165",
54
52
  "auth0-js": "^9.19.0",
55
53
  "jsonwebtoken": "^8.5.1",
56
54
  "polka": "next"
@@ -63,9 +61,9 @@
63
61
  "@types/trouter": "^3.1.1",
64
62
  "rimraf": "^3.0.2",
65
63
  "svelte": "^3.47.0",
66
- "svelte-check": "^2.5.0",
64
+ "svelte-check": "^2.6.0",
67
65
  "svelte-preprocess": "^4.10.5",
68
- "svelte2tsx": "^0.5.7",
66
+ "svelte2tsx": "^0.5.8",
69
67
  "tslib": "^2.3.1",
70
68
  "typescript": "next"
71
69
  },
@@ -74,4 +72,4 @@
74
72
  "cache": "~/.npm"
75
73
  },
76
74
  "sideEffects": false
77
- }
75
+ }
Binary file