Skip to content

Commit f654ec7

Browse files
committed
## 12.0.20
### Patch Changes - fix: "exports": "./package.json": "./package.json" - Updated dependencies [undefined] - @ctx-core/auth0@25.0.20 - @ctx-core/env@13.0.14 - @ctx-core/error@11.0.13 - @ctx-core/function@20.0.12 - @ctx-core/object@21.0.12 - @ctx-core/package@9.0.13 - @ctx-core/store@27.0.11
1 parent 3844e91 commit f654ec7

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

‎CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @ctx-core/auth0-lock
22

3+
## 12.0.20
4+
5+
### Patch Changes
6+
7+
- fix: "exports": "./package.json": "./package.json"
8+
- Updated dependencies [undefined]
9+
- @ctx-core/auth0@25.0.20
10+
- @ctx-core/env@13.0.14
11+
- @ctx-core/error@11.0.13
12+
- @ctx-core/function@20.0.12
13+
- @ctx-core/object@21.0.12
14+
- @ctx-core/package@9.0.13
15+
- @ctx-core/store@27.0.11
16+
317
## 12.0.19
418

519
### Patch Changes

‎package.json‎

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ctx-core/auth0-lock",
3-
"version": "12.0.19",
3+
"version": "12.0.20",
44
"description": "ctx-core auth0-lock",
55
"keywords": [
66
"ctx-core",
@@ -22,9 +22,11 @@
2222
"module": "./dist/index.js",
2323
"types": "./dist/index.d.ts",
2424
"exports": {
25-
"require": "./dist/index.cjs",
26-
"import": "./dist/index.js",
27-
"package.json": "./package.json"
25+
".": {
26+
"require": "./dist/index.cjs",
27+
"import": "./dist/index.js"
28+
},
29+
"./package.json": "./package.json"
2830
},
2931
"scripts": {
3032
"build": "npm run clean && npm run copy-mjs && npm run generate_ctx_I_file && npm run compile",
@@ -36,19 +38,19 @@
3638
"generate_ctx_I_file": "./node_modules/.bin/generate_ctx_I_file"
3739
},
3840
"dependencies": {
39-
"@ctx-core/auth0": "workspace:^25.0.19",
40-
"@ctx-core/env": "workspace:^13.0.13",
41-
"@ctx-core/error": "workspace:^11.0.12",
42-
"@ctx-core/function": "workspace:^20.0.11",
43-
"@ctx-core/object": "workspace:^21.0.11",
44-
"@ctx-core/package": "workspace:^9.0.12",
45-
"@ctx-core/store": "workspace:^27.0.10",
41+
"@ctx-core/auth0": "workspace:^25.0.20",
42+
"@ctx-core/env": "workspace:^13.0.14",
43+
"@ctx-core/error": "workspace:^11.0.13",
44+
"@ctx-core/function": "workspace:^20.0.12",
45+
"@ctx-core/object": "workspace:^21.0.12",
46+
"@ctx-core/package": "workspace:^9.0.13",
47+
"@ctx-core/store": "workspace:^27.0.11",
4648
"auth0-lock": "^11.30.4",
4749
"esm": "^3.2.25",
4850
"svelte": "3.38.3"
4951
},
5052
"devDependencies": {
51-
"@ctx-core/dev-tools": "workspace:^7.0.13",
53+
"@ctx-core/dev-tools": "workspace:^7.0.14",
5254
"@types/auth0": "^2.33.4",
5355
"@types/auth0-js": "^9.14.5",
5456
"@types/auth0-lock": "^11.27.3",

0 commit comments

Comments
 (0)