@ctx-core/auth0-ui 12.1.2 → 12.1.6

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,60 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: package.json: exports
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@27.0.3
10
+ - @ctx-core/auth0-management@7.0.3
11
+ - @ctx-core/dialog@17.0.2
12
+ - @ctx-core/dom@11.0.42
13
+ - @ctx-core/error@11.1.11
14
+ - @ctx-core/fetch@11.0.95
15
+ - @ctx-core/function@20.2.14
16
+ - @ctx-core/http@9.0.12
17
+ - @ctx-core/jwt@10.0.40
18
+ - @ctx-core/logger@9.0.34
19
+ - @ctx-core/object@22.0.2
20
+ - @ctx-core/store@27.0.49
21
+
22
+ ## 12.1.5
23
+
24
+ ### Patch Changes
25
+
26
+ - package.json: svelte: ./dist/index.js
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0@27.0.2
30
+ - @ctx-core/auth0-management@7.0.2
31
+ - @ctx-core/dialog@17.0.1
32
+ - @ctx-core/dom@11.0.41
33
+ - @ctx-core/error@11.1.10
34
+ - @ctx-core/fetch@11.0.94
35
+ - @ctx-core/function@20.2.13
36
+ - @ctx-core/http@9.0.11
37
+ - @ctx-core/jwt@10.0.39
38
+ - @ctx-core/logger@9.0.33
39
+ - @ctx-core/object@22.0.1
40
+ - @ctx-core/store@27.0.48
41
+
42
+ ## 12.1.4
43
+
44
+ ### Patch Changes
45
+
46
+ - update dependencies
47
+
48
+ ## 12.1.3
49
+
50
+ ### Patch Changes
51
+
52
+ - svelte: 3.44.2 -> 3.44.3
53
+ - Updated dependencies
54
+ - @ctx-core/auth0@27.0.1
55
+ - @ctx-core/auth0-management@7.0.1
56
+ - @ctx-core/store@27.0.47
57
+
3
58
  ## 12.1.2
4
59
 
5
60
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.1.2",
3
+ "version": "12.1.6",
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.0",
28
- "@ctx-core/auth0-management": "^7.0.0",
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.46",
29
+ "@ctx-core/auth0": "^27.0.3",
30
+ "@ctx-core/auth0-management": "^7.0.3",
31
+ "@ctx-core/dialog": "^17.0.2",
32
+ "@ctx-core/dom": "^11.0.42",
33
+ "@ctx-core/error": "^11.1.11",
34
+ "@ctx-core/fetch": "^11.0.95",
35
+ "@ctx-core/function": "^20.2.14",
36
+ "@ctx-core/http": "^9.0.12",
37
+ "@ctx-core/jwt": "^10.0.40",
38
+ "@ctx-core/logger": "^9.0.34",
39
+ "@ctx-core/object": "^22.0.2",
40
+ "@ctx-core/store": "^27.0.49",
39
41
  "@swc/cli": "^0.1.55",
40
42
  "@swc/core": "^1.2.120",
41
43
  "auth0-js": "^9.18.0",
@@ -43,14 +45,15 @@
43
45
  "polka": "^0.5.2"
44
46
  },
45
47
  "devDependencies": {
46
- "@ctx-core/ctx-core-package-tools": "^8.0.85",
47
- "@ctx-core/dialog-ui-svelte": "^1.0.0",
48
+ "@ctx-core/ctx-core-package-tools": "^8.0.89",
49
+ "@ctx-core/dialog-ui-svelte": "^1.0.3",
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",
53
- "svelte": "3.44.2",
55
+ "rimraf": "^3.0.2",
56
+ "svelte": "^3.44.3",
54
57
  "svelte-check": "^2.2.10",
55
58
  "svelte-preprocess": "^4.10.0",
56
59
  "svelte2tsx": "^0.4.11",
@@ -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/svelte.config.js CHANGED
@@ -10,9 +10,7 @@ const config = {
10
10
  package: {
11
11
  dir: 'dist',
12
12
  emitTypes: false
13
- },
14
- // hydrate the <div id="svelte"> element in src/app.html
15
- target: '#svelte'
13
+ }
16
14
  }
17
15
  }
18
16
  export default config