@ctx-core/auth0-ui 12.2.36 → 12.2.40

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,38 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.40
4
+
5
+ ### Patch Changes
6
+
7
+ - version bump
8
+
9
+ ## 12.2.39
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/auth0@33.2.1
16
+ - @ctx-core/auth0-management@9.0.29
17
+
18
+ ## 12.2.38
19
+
20
+ ### Patch Changes
21
+
22
+ - update dependencies
23
+ - Updated dependencies
24
+ - @ctx-core/auth0-management@9.0.28
25
+
26
+ ## 12.2.37
27
+
28
+ ### Patch Changes
29
+
30
+ - 9a7b2cb1b: update dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/auth0@33.2.0
35
+
3
36
  ## 12.2.36
4
37
 
5
38
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,76 +1,77 @@
1
1
  {
2
- "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.36",
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
- ".": {
24
- "import": "./lib/index.js"
25
- },
26
- "./package.json": "./package.json"
27
- },
28
- "dependencies": {
29
- "@ctx-core/auth0": "^33.1.2",
30
- "@ctx-core/auth0-management": "^9.0.27",
31
- "@ctx-core/dialog": "^20.0.5",
32
- "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
- "@ctx-core/dom": "^11.1.7",
34
- "@ctx-core/error": "^11.4.0",
35
- "@ctx-core/fetch-undici": "^1.2.3",
36
- "@ctx-core/function": "*",
37
- "@ctx-core/http": "^9.0.23",
38
- "@ctx-core/jwt": "^10.1.1",
39
- "@ctx-core/logger": "^9.0.44",
40
- "@ctx-core/object": "*",
41
- "@ctx-core/svelte": "^10.1.8",
42
- "@swc/cli": "^0.1.55",
43
- "@swc/core": "^1.2.139",
44
- "auth0-js": "^9.19.0",
45
- "jsonwebtoken": "^8.5.1",
46
- "polka": "next"
47
- },
48
- "devDependencies": {
49
- "@sveltejs/adapter-auto": "next",
50
- "@sveltejs/kit": "next",
51
- "@types/auth0-js": "^9.14.5",
52
- "@types/jsonwebtoken": "^8.5.8",
53
- "@types/trouter": "^3.1.1",
54
- "rimraf": "^3.0.2",
55
- "svelte": "^3.46.4",
56
- "svelte-check": "^2.4.3",
57
- "svelte-preprocess": "^4.10.3",
58
- "svelte2tsx": "^0.5.3",
59
- "tslib": "^2.3.1",
60
- "typescript": "next"
61
- },
62
- "publishConfig": {
63
- "access": "public",
64
- "cache": "~/.npm"
65
- },
66
- "sideEffects": false,
67
- "scripts": {
68
- "build": "npm run compile",
69
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
70
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
71
- "compile": "npm run compile:source && npm run compile:declaration",
72
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
73
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
74
- "exec": "$@"
75
- }
2
+ "name": "@ctx-core/auth0-ui",
3
+ "version": "12.2.40",
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
+ ".": {
24
+ "import": "./lib/index.js"
25
+ },
26
+ "./package.json": "./package.json"
27
+ },
28
+ "scripts": {
29
+ "build": "npm run compile",
30
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
31
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
32
+ "compile": "npm run compile:source && npm run compile:declaration",
33
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
34
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
35
+ "exec": "$@",
36
+ "prepublishOnly": "npm run clean && npm run build"
37
+ },
38
+ "dependencies": {
39
+ "@ctx-core/auth0": "^33.2.1",
40
+ "@ctx-core/auth0-management": "^9.0.29",
41
+ "@ctx-core/dialog": "^20.0.5",
42
+ "@ctx-core/dialog-ui-svelte": "^1.0.14",
43
+ "@ctx-core/dom": "^11.1.7",
44
+ "@ctx-core/error": "^11.4.0",
45
+ "@ctx-core/fetch-undici": "^1.2.4",
46
+ "@ctx-core/function": "*",
47
+ "@ctx-core/http": "^9.0.23",
48
+ "@ctx-core/jwt": "^10.1.1",
49
+ "@ctx-core/logger": "^9.0.44",
50
+ "@ctx-core/object": "*",
51
+ "@ctx-core/svelte": "^10.1.8",
52
+ "@swc/cli": "^0.1.55",
53
+ "@swc/core": "^1.2.145",
54
+ "auth0-js": "^9.19.0",
55
+ "jsonwebtoken": "^8.5.1",
56
+ "polka": "next"
57
+ },
58
+ "devDependencies": {
59
+ "@sveltejs/adapter-auto": "next",
60
+ "@sveltejs/kit": "next",
61
+ "@types/auth0-js": "^9.14.6",
62
+ "@types/jsonwebtoken": "^8.5.8",
63
+ "@types/trouter": "^3.1.1",
64
+ "rimraf": "^3.0.2",
65
+ "svelte": "^3.46.4",
66
+ "svelte-check": "^2.4.5",
67
+ "svelte-preprocess": "^4.10.4",
68
+ "svelte2tsx": "^0.5.5",
69
+ "tslib": "^2.3.1",
70
+ "typescript": "next"
71
+ },
72
+ "publishConfig": {
73
+ "access": "public",
74
+ "cache": "~/.npm"
75
+ },
76
+ "sideEffects": false
76
77
  }