@ctx-core/auth0-ui 14.0.0 → 15.0.0

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,11 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - - auth0**ui**o_key: moved to @ctx-core/auth0-spa-svelte: auth0_ui_svelte**ctx**key
8
+
3
9
  ## 14.0.0
4
10
 
5
11
  ### 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.0",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
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')