@ctx-core/auth0-ui 12.2.73 → 12.2.77

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.2.77
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@9.0.57
10
+ - @ctx-core/dom@11.1.18
11
+ - @ctx-core/fetch-undici@2.1.7
12
+ - @ctx-core/svelte@10.1.20
13
+
14
+ ## 12.2.76
15
+
16
+ ### Patch Changes
17
+
18
+ - @ctx-core/error: ^11.4.6 -> ^11.4.7
19
+ - @ctx-core/svelte: ^10.1.17 -> ^10.1.18
20
+ - @ctx-core/auth0-management: ^9.0.55 -> ^9.0.56
21
+ - @ctx-core/http: ^9.0.29 -> ^9.0.30
22
+ - @ctx-core/fetch-undici: ^2.1.5 -> ^2.1.6
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0@34.2.19
30
+ - @ctx-core/jwt@10.1.11
31
+ - @ctx-core/dialog@20.0.21
32
+ - @ctx-core/dom@11.1.17
33
+
34
+ ## 12.2.75
35
+
36
+ ### Patch Changes
37
+
38
+ - @ctx-core/function: 20.8.0
39
+ - Updated dependencies
40
+ - @ctx-core/auth0@34.2.18
41
+ - @ctx-core/dialog@20.0.20
42
+ - @ctx-core/dom@11.1.16
43
+ - @ctx-core/jwt@10.1.10
44
+ - @ctx-core/object@22.1.10
45
+
46
+ ## 12.2.74
47
+
48
+ ### Patch Changes
49
+
50
+ - svelte: ^3.47.0 -> ^3.48.0
51
+ - Updated dependencies
52
+ - Updated dependencies
53
+ - @ctx-core/fetch-undici@2.1.5
54
+ - @ctx-core/auth0@34.2.17
55
+ - @ctx-core/dialog-ui-svelte@1.0.18
56
+ - @ctx-core/svelte@10.1.17
57
+
3
58
  ## 12.2.73
4
59
 
5
60
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/auth0_ui_ctx_key.ts"],"sourcesContent":["export const auth0_ui_ctx_key = Symbol('auth0_ui_ctx')\n"],"names":["auth0_ui_ctx_key","Symbol"],"mappings":"AAAA,OAAO,MAAMA,gBAAgB,GAAGC,MAAM,CAAC,cAAc,CAAC,CAAA"}
1
+ {"version":3,"sources":["../src/auth0_ui_ctx_key.ts"],"sourcesContent":["export const auth0_ui_ctx_key = Symbol('auth0_ui_ctx')\n"],"names":["auth0_ui_ctx_key","Symbol"],"mappings":"OAAO,MAAMA,gBAAgB,GAAGC,MAAM,CAAC,cAAc,CAAC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/auth_script_html_.ts"],"sourcesContent":["export function auth_script_html_():string {\n\treturn `\n<script>\n\t(function() {\n\t\tvar location = window.location\n\t\tvar search = location.search\n\t\tvar search_values = _values(search.substr(1))\n\t\tvar hash = location.hash\n\t\tvar auth0_token = _values(hash.substr(1))\n\t\tvar auth0_token_json = JSON.stringify(auth0_token)\n\t\tvar redirect_url =\n\t\t\t\t\tsearch_values\n\t\t\t\t\t&& search_values.redirect_url\n\t\tlocalStorage.setItem('auth0_token_json', auth0_token_json)\n\t\tif (redirect_url) {\n\t\t\tlocation.href = redirect_url\n\t\t}\n\t\tfunction _values(string) {\n\t\t\tvar segments = string.split('&')\n\t\t\tvar values = {}\n\t\t\tfor (var i=0; i < segments.length; i++) {\n\t\t\t\tvar pair = segments[i].split('=')\n\t\t\t\tvar key = decodeURIComponent(pair[0])\n\t\t\t\tvar value = decodeURIComponent(pair[1])\n\t\t\t\tvalues[key] = value\n\t\t\t}\n\t\t\treturn values\n\t\t}\n\t})()\n</script>\n\t`.trim()\n}\nexport {\n\tauth_script_html_ as _auth_script_html,\n\tauth_script_html_ as _html__script__auth,\n}\n"],"names":["auth_script_html_","trim","_auth_script_html","_html__script__auth"],"mappings":"OAAO,SAASA,iBAAiB,GAAU;IAC1C,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BR,CAAC,CAACC,IAAI,EAAE,CAAA;CACR;AACD,SACCD,iBAAiB,IAAIE,iBAAiB,EACtCF,iBAAiB,IAAIG,mBAAmB,KACxC"}
1
+ {"version":3,"sources":["../src/auth_script_html_.ts"],"sourcesContent":["export function auth_script_html_():string {\n\treturn `\n<script>\n\t(function() {\n\t\tvar location = window.location\n\t\tvar search = location.search\n\t\tvar search_values = _values(search.substr(1))\n\t\tvar hash = location.hash\n\t\tvar auth0_token = _values(hash.substr(1))\n\t\tvar auth0_token_json = JSON.stringify(auth0_token)\n\t\tvar redirect_url =\n\t\t\t\t\tsearch_values\n\t\t\t\t\t&& search_values.redirect_url\n\t\tlocalStorage.setItem('auth0_token_json', auth0_token_json)\n\t\tif (redirect_url) {\n\t\t\tlocation.href = redirect_url\n\t\t}\n\t\tfunction _values(string) {\n\t\t\tvar segments = string.split('&')\n\t\t\tvar values = {}\n\t\t\tfor (var i=0; i < segments.length; i++) {\n\t\t\t\tvar pair = segments[i].split('=')\n\t\t\t\tvar key = decodeURIComponent(pair[0])\n\t\t\t\tvar value = decodeURIComponent(pair[1])\n\t\t\t\tvalues[key] = value\n\t\t\t}\n\t\t\treturn values\n\t\t}\n\t})()\n</script>\n\t`.trim()\n}\nexport {\n\tauth_script_html_ as _auth_script_html,\n\tauth_script_html_ as _html__script__auth,\n}\n"],"names":["auth_script_html_","trim","_auth_script_html","_html__script__auth"],"mappings":"AAAA,OAAO,SAASA,iBAAiB,GAAU;IAC1C,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BR,CAAC,CAACC,IAAI,EAAE,CAAA;CACR;AACD,SACCD,iBAAiB,IAAIE,iBAAiB,EACtCF,iBAAiB,IAAIG,mBAAmB,KACxC"}
package/package.json CHANGED
@@ -1,75 +1,74 @@
1
1
  {
2
- "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.73",
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.16",
38
- "@ctx-core/auth0-management": "^9.0.55",
39
- "@ctx-core/dialog": "^20.0.19",
40
- "@ctx-core/dialog-ui-svelte": "^1.0.17",
41
- "@ctx-core/dom": "^11.1.15",
42
- "@ctx-core/error": "^11.4.6",
43
- "@ctx-core/fetch-undici": "^2.1.4",
44
- "@ctx-core/function": "^20.7.1",
45
- "@ctx-core/http": "^9.0.29",
46
- "@ctx-core/jwt": "^10.1.8",
47
- "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.9",
49
- "@ctx-core/svelte": "^10.1.16",
50
- "@swc/cli": "^0.1.57",
51
- "@swc/core": "^1.2.172",
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.77",
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.20",
28
+ "@ctx-core/auth0-management": "^9.0.57",
29
+ "@ctx-core/dialog": "^20.0.22",
30
+ "@ctx-core/dialog-ui-svelte": "^1.0.18",
31
+ "@ctx-core/dom": "^11.1.18",
32
+ "@ctx-core/error": "^11.4.7",
33
+ "@ctx-core/fetch-undici": "^2.1.7",
34
+ "@ctx-core/function": "^20.8.0",
35
+ "@ctx-core/http": "^9.0.30",
36
+ "@ctx-core/jwt": "^10.1.11",
37
+ "@ctx-core/logger": "^9.0.45",
38
+ "@ctx-core/object": "^22.1.10",
39
+ "@ctx-core/svelte": "^10.1.20",
40
+ "@swc/cli": "^0.1.57",
41
+ "@swc/core": "^1.2.178",
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