@ctx-core/auth0-ui 14.0.0 → 15.0.1

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,17 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - variable names: auth0_token=>auth0\_\_token
8
+
9
+ ## 15.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - - auth0**ui**o_key: moved to @ctx-core/auth0-spa-svelte: auth0_ui_svelte**ctx**key
14
+
3
15
  ## 14.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "14.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {},
27
27
  "devDependencies": {
28
- "c8": "^7.12.0",
28
+ "c8": "^7.13.0",
29
29
  "check-dts": "^0.7.0",
30
30
  "tsx": "^3.12.3",
31
31
  "typescript": "next",
@@ -6,8 +6,8 @@ export function auth0__script__html_() {
6
6
  var search = location.search
7
7
  var search_values = _values(search.substr(1))
8
8
  var hash = location.hash
9
- var auth0_token = _values(hash.substr(1))
10
- var auth0__token__json = JSON.stringify(auth0_token)
9
+ var auth0__token = _values(hash.substr(1))
10
+ var auth0__token__json = JSON.stringify(auth0__token)
11
11
  var redirect_url = search_values && search_values.redirect_url
12
12
  localStorage.setItem('auth0__token__json', auth0__token__json)
13
13
  if (redirect_url) {
package/src/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export * from './auth0__ui__o_key'
2
1
  export * from './auth0__script__html_'
package/src/index.js CHANGED
@@ -1,2 +1 @@
1
- export * from './auth0__ui__o_key/index.js'
2
1
  export * from './auth0__script__html_/index.js'
@@ -1 +0,0 @@
1
- export declare const auth0__ui__o_key:unique symbol
@@ -1 +0,0 @@
1
- export const auth0__ui__o_key = Symbol('auth0__ui__o')