@ctx-core/auth0-ui 12.2.71 → 12.2.74

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,51 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.74
4
+
5
+ ### Patch Changes
6
+
7
+ - svelte: ^3.47.0 -> ^3.48.0
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/fetch-undici@2.1.5
11
+ - @ctx-core/auth0@34.2.17
12
+ - @ctx-core/dialog-ui-svelte@1.0.18
13
+ - @ctx-core/svelte@10.1.17
14
+
15
+ ## 12.2.73
16
+
17
+ ### Patch Changes
18
+
19
+ - update dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/auth0@34.2.16
22
+ - @ctx-core/auth0-management@9.0.55
23
+ - @ctx-core/dialog@20.0.19
24
+ - @ctx-core/dom@11.1.15
25
+ - @ctx-core/error@11.4.6
26
+ - @ctx-core/fetch-undici@2.1.4
27
+ - @ctx-core/http@9.0.29
28
+ - @ctx-core/svelte@10.1.16
29
+
30
+ ## 12.2.72
31
+
32
+ ### Patch Changes
33
+
34
+ - @ctx-core/function: 20.7.1
35
+ - Updated dependencies
36
+ - Updated 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/dom@11.1.14
41
+ - @ctx-core/error@11.4.5
42
+ - @ctx-core/fetch-undici@2.1.3
43
+ - @ctx-core/http@9.0.28
44
+ - @ctx-core/jwt@10.1.8
45
+ - @ctx-core/object@22.1.8
46
+ - @ctx-core/svelte@10.1.15
47
+ - @ctx-core/function@20.7.2
48
+
3
49
  ## 12.2.71
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,75 +1,74 @@
1
1
  {
2
- "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.71",
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": "workspace:^34.2.14",
38
- "@ctx-core/auth0-management": "workspace:^9.0.53",
39
- "@ctx-core/dialog": "workspace:^20.0.17",
40
- "@ctx-core/dialog-ui-svelte": "workspace:^1.0.17",
41
- "@ctx-core/dom": "workspace:^11.1.13",
42
- "@ctx-core/error": "workspace:^11.4.4",
43
- "@ctx-core/fetch-undici": "workspace:^2.1.2",
44
- "@ctx-core/function": "workspace:^20.7.0",
45
- "@ctx-core/http": "workspace:^9.0.27",
46
- "@ctx-core/jwt": "workspace:^10.1.7",
47
- "@ctx-core/logger": "workspace:^9.0.45",
48
- "@ctx-core/object": "workspace:^22.1.7",
49
- "@ctx-core/svelte": "workspace:^10.1.14",
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
2
+ "name": "@ctx-core/auth0-ui",
3
+ "version": "12.2.74",
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.17",
28
+ "@ctx-core/auth0-management": "^9.0.55",
29
+ "@ctx-core/dialog": "^20.0.19",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.18",
31
+ "@ctx-core/dom": "^11.1.15",
32
+ "@ctx-core/error": "^11.4.6",
33
+ "@ctx-core/fetch-undici": "^2.1.5",
34
+ "@ctx-core/function": "^20.7.1",
35
+ "@ctx-core/http": "^9.0.29",
36
+ "@ctx-core/jwt": "^10.1.9",
37
+ "@ctx-core/logger": "^9.0.45",
38
+ "@ctx-core/object": "^22.1.9",
39
+ "@ctx-core/svelte": "^10.1.17",
40
+ "@swc/cli": "^0.1.57",
41
+ "@swc/core": "^1.2.174",
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
+ }
75
74
  }
Binary file