@ctx-core/auth0-ui 12.2.72 → 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,20 @@
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
+
3
18
  ## 12.2.72
4
19
 
5
20
  ### 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.72",
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.15",
38
- "@ctx-core/auth0-management": "^9.0.54",
39
- "@ctx-core/dialog": "^20.0.18",
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.14",
42
- "@ctx-core/error": "^11.4.5",
43
- "@ctx-core/fetch-undici": "^2.1.3",
41
+ "@ctx-core/dom": "^11.1.15",
42
+ "@ctx-core/error": "^11.4.6",
43
+ "@ctx-core/fetch-undici": "^2.1.4",
44
44
  "@ctx-core/function": "^20.7.1",
45
- "@ctx-core/http": "^9.0.28",
45
+ "@ctx-core/http": "^9.0.29",
46
46
  "@ctx-core/jwt": "^10.1.8",
47
47
  "@ctx-core/logger": "^9.0.45",
48
- "@ctx-core/object": "^22.1.8",
49
- "@ctx-core/svelte": "^10.1.15",
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"
@@ -72,4 +72,4 @@
72
72
  "cache": "~/.npm"
73
73
  },
74
74
  "sideEffects": false
75
- }
75
+ }
Binary file