@ctx-core/auth0-ui 12.2.70 → 12.2.73

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,56 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.73
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.16
10
+ - @ctx-core/auth0-management@9.0.55
11
+ - @ctx-core/dialog@20.0.19
12
+ - @ctx-core/dom@11.1.15
13
+ - @ctx-core/error@11.4.6
14
+ - @ctx-core/fetch-undici@2.1.4
15
+ - @ctx-core/http@9.0.29
16
+ - @ctx-core/svelte@10.1.16
17
+
18
+ ## 12.2.72
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/function: 20.7.1
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - @ctx-core/auth0@34.2.15
26
+ - @ctx-core/auth0-management@9.0.54
27
+ - @ctx-core/dialog@20.0.18
28
+ - @ctx-core/dom@11.1.14
29
+ - @ctx-core/error@11.4.5
30
+ - @ctx-core/fetch-undici@2.1.3
31
+ - @ctx-core/http@9.0.28
32
+ - @ctx-core/jwt@10.1.8
33
+ - @ctx-core/object@22.1.8
34
+ - @ctx-core/svelte@10.1.15
35
+ - @ctx-core/function@20.7.2
36
+
37
+ ## 12.2.71
38
+
39
+ ### Patch Changes
40
+
41
+ - @ctx-core/array: 26.2.0
42
+ - Updated dependencies
43
+ - @ctx-core/auth0@34.2.14
44
+ - @ctx-core/auth0-management@9.0.53
45
+ - @ctx-core/dialog@20.0.17
46
+ - @ctx-core/dom@11.1.13
47
+ - @ctx-core/error@11.4.4
48
+ - @ctx-core/fetch-undici@2.1.2
49
+ - @ctx-core/http@9.0.27
50
+ - @ctx-core/jwt@10.1.7
51
+ - @ctx-core/object@22.1.7
52
+ - @ctx-core/svelte@10.1.14
53
+
3
54
  ## 12.2.70
4
55
 
5
56
  ### Patch Changes
Binary file
@@ -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":"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":"AAAA,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":"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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.70",
3
+ "version": "12.2.73",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -34,21 +34,21 @@
34
34
  "prepublishOnly": "npm run clean && npm run build"
35
35
  },
36
36
  "dependencies": {
37
- "@ctx-core/auth0": "^34.2.13",
38
- "@ctx-core/auth0-management": "^9.0.52",
39
- "@ctx-core/dialog": "^20.0.16",
37
+ "@ctx-core/auth0": "^34.2.16",
38
+ "@ctx-core/auth0-management": "^9.0.55",
39
+ "@ctx-core/dialog": "^20.0.19",
40
40
  "@ctx-core/dialog-ui-svelte": "^1.0.17",
41
- "@ctx-core/dom": "^11.1.12",
42
- "@ctx-core/error": "^11.4.3",
43
- "@ctx-core/fetch-undici": "^2.1.1",
44
- "@ctx-core/function": "^20.7.0",
45
- "@ctx-core/http": "^9.0.26",
46
- "@ctx-core/jwt": "^10.1.6",
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
47
  "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.6",
49
- "@ctx-core/svelte": "^10.1.13",
48
+ "@ctx-core/object": "^22.1.9",
49
+ "@ctx-core/svelte": "^10.1.16",
50
50
  "@swc/cli": "^0.1.57",
51
- "@swc/core": "^1.2.171",
51
+ "@swc/core": "^1.2.172",
52
52
  "auth0-js": "^9.19.0",
53
53
  "jsonwebtoken": "^8.5.1",
54
54
  "polka": "next"
Binary file