@ctx-core/auth0-ui 12.2.72 → 12.2.75

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,44 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.75
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 20.8.0
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.18
10
+ - @ctx-core/dialog@20.0.20
11
+ - @ctx-core/dom@11.1.16
12
+ - @ctx-core/jwt@10.1.10
13
+ - @ctx-core/object@22.1.10
14
+
15
+ ## 12.2.74
16
+
17
+ ### Patch Changes
18
+
19
+ - svelte: ^3.47.0 -> ^3.48.0
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/fetch-undici@2.1.5
23
+ - @ctx-core/auth0@34.2.17
24
+ - @ctx-core/dialog-ui-svelte@1.0.18
25
+ - @ctx-core/svelte@10.1.17
26
+
27
+ ## 12.2.73
28
+
29
+ ### Patch Changes
30
+
31
+ - update dependencies
32
+ - Updated dependencies
33
+ - @ctx-core/auth0@34.2.16
34
+ - @ctx-core/auth0-management@9.0.55
35
+ - @ctx-core/dialog@20.0.19
36
+ - @ctx-core/dom@11.1.15
37
+ - @ctx-core/error@11.4.6
38
+ - @ctx-core/fetch-undici@2.1.4
39
+ - @ctx-core/http@9.0.29
40
+ - @ctx-core/svelte@10.1.16
41
+
3
42
  ## 12.2.72
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,75 +1,74 @@
1
1
  {
2
- "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.72",
4
- "description": "ctx-core auth0 ui component & express endpoints",
5
- "keywords": [
6
- "ctx-core",
7
- "auth0"
8
- ],
9
- "homepage": "https://github.com/ctx-core/auth0-ui#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/auth0-ui/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/auth0-ui.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "svelte": "./lib/index.js",
21
- "types": "./lib/index.d.ts",
22
- "exports": {
23
- ".": "./lib/index.js",
24
- "./package.json": "./package.json"
25
- },
26
- "scripts": {
27
- "build": "npm run compile",
28
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
29
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
30
- "compile": "npm run compile:source && npm run compile:declaration",
31
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
32
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
33
- "exec": "$@",
34
- "prepublishOnly": "npm run clean && npm run build"
35
- },
36
- "dependencies": {
37
- "@ctx-core/auth0": "^34.2.15",
38
- "@ctx-core/auth0-management": "^9.0.54",
39
- "@ctx-core/dialog": "^20.0.18",
40
- "@ctx-core/dialog-ui-svelte": "^1.0.17",
41
- "@ctx-core/dom": "^11.1.14",
42
- "@ctx-core/error": "^11.4.5",
43
- "@ctx-core/fetch-undici": "^2.1.3",
44
- "@ctx-core/function": "^20.7.1",
45
- "@ctx-core/http": "^9.0.28",
46
- "@ctx-core/jwt": "^10.1.8",
47
- "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.8",
49
- "@ctx-core/svelte": "^10.1.15",
50
- "@swc/cli": "^0.1.57",
51
- "@swc/core": "^1.2.171",
52
- "auth0-js": "^9.19.0",
53
- "jsonwebtoken": "^8.5.1",
54
- "polka": "next"
55
- },
56
- "devDependencies": {
57
- "@sveltejs/adapter-auto": "next",
58
- "@sveltejs/kit": "next",
59
- "@types/auth0-js": "^9.14.6",
60
- "@types/jsonwebtoken": "^8.5.8",
61
- "@types/trouter": "^3.1.1",
62
- "rimraf": "^3.0.2",
63
- "svelte": "^3.47.0",
64
- "svelte-check": "^2.7.0",
65
- "svelte-preprocess": "^4.10.6",
66
- "svelte2tsx": "^0.5.9",
67
- "tslib": "^2.4.0",
68
- "typescript": "next"
69
- },
70
- "publishConfig": {
71
- "access": "public",
72
- "cache": "~/.npm"
73
- },
74
- "sideEffects": false
75
- }
2
+ "name": "@ctx-core/auth0-ui",
3
+ "version": "12.2.75",
4
+ "description": "ctx-core auth0 ui component & express endpoints",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "auth0"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/auth0-ui#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/auth0-ui/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/auth0-ui.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "svelte": "./lib/index.js",
21
+ "types": "./lib/index.d.ts",
22
+ "exports": {
23
+ ".": "./lib/index.js",
24
+ "./package.json": "./package.json"
25
+ },
26
+ "dependencies": {
27
+ "@ctx-core/auth0": "^34.2.18",
28
+ "@ctx-core/auth0-management": "^9.0.55",
29
+ "@ctx-core/dialog": "^20.0.20",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.18",
31
+ "@ctx-core/dom": "^11.1.16",
32
+ "@ctx-core/error": "^11.4.6",
33
+ "@ctx-core/fetch-undici": "^2.1.5",
34
+ "@ctx-core/function": "^20.8.0",
35
+ "@ctx-core/http": "^9.0.29",
36
+ "@ctx-core/jwt": "^10.1.10",
37
+ "@ctx-core/logger": "^9.0.45",
38
+ "@ctx-core/object": "^22.1.10",
39
+ "@ctx-core/svelte": "^10.1.17",
40
+ "@swc/cli": "^0.1.57",
41
+ "@swc/core": "^1.2.177",
42
+ "auth0-js": "^9.19.0",
43
+ "jsonwebtoken": "^8.5.1",
44
+ "polka": "next"
45
+ },
46
+ "devDependencies": {
47
+ "@sveltejs/adapter-auto": "next",
48
+ "@sveltejs/kit": "next",
49
+ "@types/auth0-js": "^9.14.6",
50
+ "@types/jsonwebtoken": "^8.5.8",
51
+ "@types/trouter": "^3.1.1",
52
+ "rimraf": "^3.0.2",
53
+ "svelte": "^3.48.0",
54
+ "svelte-check": "^2.7.0",
55
+ "svelte-preprocess": "^4.10.6",
56
+ "svelte2tsx": "^0.5.9",
57
+ "tslib": "^2.4.0",
58
+ "typescript": "next"
59
+ },
60
+ "publishConfig": {
61
+ "access": "public",
62
+ "cache": "~/.npm"
63
+ },
64
+ "sideEffects": false,
65
+ "scripts": {
66
+ "build": "npm run compile",
67
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
68
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
69
+ "compile": "npm run compile:source && npm run compile:declaration",
70
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
71
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
72
+ "exec": "$@"
73
+ }
74
+ }
Binary file