@ctx-core/auth0-ui 11.0.1 → 11.0.5

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,43 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 11.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @types/jsonwebtoken: ^8.5.5 -> ^8.5.6
8
+
9
+ ## 11.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - @swc/core: ^1.2.107 -> ^1.2.108
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - @ctx-core/auth0@26.0.1
17
+ - @ctx-core/auth0-management@6.0.103
18
+ - @ctx-core/dialog@15.0.79
19
+ - @ctx-core/dom@11.0.31
20
+ - @ctx-core/error@11.0.19
21
+ - @ctx-core/fetch@11.0.81
22
+ - @ctx-core/function@20.2.4
23
+ - @ctx-core/http@9.0.1
24
+ - @ctx-core/jwt@10.0.29
25
+ - @ctx-core/logger@9.0.20
26
+ - @ctx-core/object@21.0.23
27
+ - @ctx-core/store@27.0.37
28
+
29
+ ## 11.0.3
30
+
31
+ ### Patch Changes
32
+
33
+ - - index.browser.js
34
+
35
+ ## 11.0.2
36
+
37
+ ### Patch Changes
38
+
39
+ - fix: auth0_ui_ctx_I: remove props due to extracting @ctx-core/auth0-service
40
+
3
41
  ## 11.0.1
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "11.0.1",
3
+ "version": "11.0.5",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -27,30 +27,29 @@
27
27
  },
28
28
  "./package.json": "./package.json"
29
29
  },
30
- "browser": "./dist/index.browser.js",
31
30
  "dependencies": {
32
- "@ctx-core/auth0": "^26.0.0",
33
- "@ctx-core/auth0-management": "^6.0.102",
34
- "@ctx-core/dialog": "^15.0.78",
35
- "@ctx-core/dom": "^11.0.30",
36
- "@ctx-core/error": "^11.0.18",
37
- "@ctx-core/fetch": "^11.0.80",
38
- "@ctx-core/function": "^20.2.3",
39
- "@ctx-core/http": "^9.0.0",
40
- "@ctx-core/jwt": "^10.0.28",
41
- "@ctx-core/logger": "^9.0.19",
42
- "@ctx-core/object": "^21.0.22",
43
- "@ctx-core/store": "^27.0.36",
31
+ "@ctx-core/auth0": "^26.0.1",
32
+ "@ctx-core/auth0-management": "^6.0.103",
33
+ "@ctx-core/dialog": "^15.0.79",
34
+ "@ctx-core/dom": "^11.0.31",
35
+ "@ctx-core/error": "^11.0.19",
36
+ "@ctx-core/fetch": "^11.0.81",
37
+ "@ctx-core/function": "^20.2.4",
38
+ "@ctx-core/http": "^9.0.1",
39
+ "@ctx-core/jwt": "^10.0.29",
40
+ "@ctx-core/logger": "^9.0.20",
41
+ "@ctx-core/object": "^21.0.23",
42
+ "@ctx-core/store": "^27.0.37",
44
43
  "auth0-js": "^9.18.0",
45
44
  "jsonwebtoken": "^8.5.1",
46
45
  "polka": "^0.5.2"
47
46
  },
48
47
  "devDependencies": {
49
48
  "@ctx-core/ctx-core-package-tools": "^8.0.77",
50
- "@ctx-core/dev-tools": "^7.2.0",
49
+ "@ctx-core/dev-tools": "^7.2.1",
51
50
  "@swc/cli": "^0.1.51",
52
- "@swc/core": "^1.2.107",
53
- "@types/jsonwebtoken": "^8.5.5",
51
+ "@swc/core": "^1.2.108",
52
+ "@types/jsonwebtoken": "^8.5.6",
54
53
  "@types/polka": "^0.5.3",
55
54
  "svelte": "3.44.1",
56
55
  "typescript": "^4.4.4"
@@ -1,6 +0,0 @@
1
- export * from './auth0_ui_Ctx.js';
2
- export * from './auth0_ui_ctx_key.js';
3
- export * from './auth_script_html_.js';
4
- export * from './getContext_auth0_ui_ctx.js';
5
-
6
- //# sourceMappingURL=index.browser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.browser.js"],"sourcesContent":["export * from './auth0_ui_Ctx.js'\nexport * from './auth0_ui_ctx_key.js'\nexport * from './auth_script_html_.js'\nexport * from './getContext_auth0_ui_ctx.js'\n"],"names":[],"mappings":"cAAc,CAAmB;cACnB,CAAuB;cACvB,CAAwB;cACxB,CAA8B"}
@@ -1,4 +0,0 @@
1
- export * from './auth0_ui_Ctx.js'
2
- export * from './auth0_ui_ctx_key.js'
3
- export * from './auth_script_html_.js'
4
- export * from './getContext_auth0_ui_ctx.js'