@ctx-core/auth0-ui 12.1.3 → 12.1.7

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,69 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: tsconfig.json: "rootDir": "."
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@27.0.4
10
+ - @ctx-core/auth0-management@7.0.4
11
+ - @ctx-core/dialog@17.0.3
12
+ - @ctx-core/dom@11.0.43
13
+ - @ctx-core/error@11.1.12
14
+ - @ctx-core/fetch@11.0.96
15
+ - @ctx-core/function@20.2.15
16
+ - @ctx-core/http@9.0.13
17
+ - @ctx-core/jwt@10.0.41
18
+ - @ctx-core/logger@9.0.35
19
+ - @ctx-core/object@22.0.3
20
+ - @ctx-core/store@27.0.50
21
+
22
+ ## 12.1.6
23
+
24
+ ### Patch Changes
25
+
26
+ - fix: package.json: exports
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@27.0.3
29
+ - @ctx-core/auth0-management@7.0.3
30
+ - @ctx-core/dialog@17.0.2
31
+ - @ctx-core/dom@11.0.42
32
+ - @ctx-core/error@11.1.11
33
+ - @ctx-core/fetch@11.0.95
34
+ - @ctx-core/function@20.2.14
35
+ - @ctx-core/http@9.0.12
36
+ - @ctx-core/jwt@10.0.40
37
+ - @ctx-core/logger@9.0.34
38
+ - @ctx-core/object@22.0.2
39
+ - @ctx-core/store@27.0.49
40
+
41
+ ## 12.1.5
42
+
43
+ ### Patch Changes
44
+
45
+ - package.json: svelte: ./dist/index.js
46
+ - Updated dependencies
47
+ - Updated dependencies
48
+ - @ctx-core/auth0@27.0.2
49
+ - @ctx-core/auth0-management@7.0.2
50
+ - @ctx-core/dialog@17.0.1
51
+ - @ctx-core/dom@11.0.41
52
+ - @ctx-core/error@11.1.10
53
+ - @ctx-core/fetch@11.0.94
54
+ - @ctx-core/function@20.2.13
55
+ - @ctx-core/http@9.0.11
56
+ - @ctx-core/jwt@10.0.39
57
+ - @ctx-core/logger@9.0.33
58
+ - @ctx-core/object@22.0.1
59
+ - @ctx-core/store@27.0.48
60
+
61
+ ## 12.1.4
62
+
63
+ ### Patch Changes
64
+
65
+ - update dependencies
66
+
3
67
  ## 12.1.3
4
68
 
5
69
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.1.3",
3
+ "version": "12.1.7",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,25 +17,27 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "types": "./src/index.ts",
21
- "svelte": "./src/index.js",
20
+ "svelte": "./dist/index.js",
22
21
  "exports": {
23
- ".": "./dist/index.js",
22
+ ".": {
23
+ "import": "./dist/index.js",
24
+ "types": "./src/index.ts"
25
+ },
24
26
  "./package.json": "./package.json"
25
27
  },
26
28
  "dependencies": {
27
- "@ctx-core/auth0": "^27.0.1",
28
- "@ctx-core/auth0-management": "^7.0.1",
29
- "@ctx-core/dialog": "^17.0.0",
30
- "@ctx-core/dom": "^11.0.40",
31
- "@ctx-core/error": "^11.1.9",
32
- "@ctx-core/fetch": "^11.0.93",
33
- "@ctx-core/function": "^20.2.12",
34
- "@ctx-core/http": "^9.0.10",
35
- "@ctx-core/jwt": "^10.0.38",
36
- "@ctx-core/logger": "^9.0.32",
37
- "@ctx-core/object": "^22.0.0",
38
- "@ctx-core/store": "^27.0.47",
29
+ "@ctx-core/auth0": "^27.0.4",
30
+ "@ctx-core/auth0-management": "^7.0.4",
31
+ "@ctx-core/dialog": "^17.0.3",
32
+ "@ctx-core/dom": "^11.0.43",
33
+ "@ctx-core/error": "^11.1.12",
34
+ "@ctx-core/fetch": "^11.0.96",
35
+ "@ctx-core/function": "^20.2.15",
36
+ "@ctx-core/http": "^9.0.13",
37
+ "@ctx-core/jwt": "^10.0.41",
38
+ "@ctx-core/logger": "^9.0.35",
39
+ "@ctx-core/object": "^22.0.3",
40
+ "@ctx-core/store": "^27.0.50",
39
41
  "@swc/cli": "^0.1.55",
40
42
  "@swc/core": "^1.2.120",
41
43
  "auth0-js": "^9.18.0",
@@ -43,13 +45,14 @@
43
45
  "polka": "^0.5.2"
44
46
  },
45
47
  "devDependencies": {
46
- "@ctx-core/ctx-core-package-tools": "^8.0.86",
47
- "@ctx-core/dialog-ui-svelte": "^1.0.1",
48
+ "@ctx-core/ctx-core-package-tools": "^8.0.90",
49
+ "@ctx-core/dialog-ui-svelte": "^1.0.4",
48
50
  "@sveltejs/adapter-auto": "next",
49
51
  "@sveltejs/kit": "next",
50
52
  "@types/jsonwebtoken": "^8.5.6",
51
53
  "@types/polka": "^0.5.3",
52
54
  "@types/trouter": "^3.1.0",
55
+ "rimraf": "^3.0.2",
53
56
  "svelte": "^3.44.3",
54
57
  "svelte-check": "^2.2.10",
55
58
  "svelte-preprocess": "^4.10.0",
@@ -63,7 +66,7 @@
63
66
  },
64
67
  "scripts": {
65
68
  "build": "npm run compile",
66
- "clean": "rm -rf dist",
69
+ "clean": "rimraf dist",
67
70
  "compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
68
71
  "exec": "$@"
69
72
  }
package/tsconfig.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "noUnusedParameters": true,
20
20
  "outDir": "dist",
21
21
  "resolveJsonModule": true,
22
- "rootDir": "src",
22
+ "rootDir": ".",
23
23
  "sourceMap": true,
24
24
  "strict": true,
25
25
  "strictFunctionTypes": true,