Skip to content

Commit

Permalink
Fix export name for customframework and version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Oct 3, 2024
1 parent d2855ab commit 69180f2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [20.1.4] - 2024-10-01
## [20.2.0] - 2024-10-01

- Adds `customFramework` util functions to minimize code required in custom frameworks like remix, astro etc.
- Adds `customframework` util functions to minimize code required in custom frameworks like remix, astro etc.

## [20.1.3] - 2024-09-30

Expand Down
2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const version = "20.1.4";
export const version = "20.2.0";

export const cdiSupported = ["5.1"];

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-node",
"version": "20.1.4",
"version": "20.2.0",
"description": "NodeJS driver for SuperTokens core",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -65,15 +65,15 @@
"types": "./nextjs/index.d.ts",
"default": "./nextjs/index.js"
},
"./customFramework": {
"./customframework": {
"types": "./custom/index.d.ts",
"default": "./custom/index.js"
},
"./customFramework/index": {
"./customframework/index": {
"types": "./custom/index.d.ts",
"default": "./custom/index.js"
},
"./customFramework/index.js": {
"./customframework/index.js": {
"types": "./custom/index.d.ts",
"default": "./custom/index.js"
},
Expand Down

0 comments on commit 69180f2

Please sign in to comment.