Skip to content

Commit

Permalink
Merge pull request #15 from qoretechnologies/module-not-found-bug-fix
Browse files Browse the repository at this point in the history
Fixed module exports bug updated release version
  • Loading branch information
rishabhmalik759 authored Nov 14, 2022
2 parents c3997f8 + 4c7bdf5 commit 06c0f3f
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 93 deletions.
164 changes: 82 additions & 82 deletions package-lock.json

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

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoretechnologies/qorus-toolkit",
"version": "0.2.2",
"version": "2.2.1",
"description": "Utility library to interact with Qorus Integration Engine",
"keywords": [
"qoretechnologies",
Expand All @@ -12,15 +12,6 @@
"files": [
"dist/**/*"
],
"exports": {
"node": {
"import": "./feature-node.mjs",
"require": "./feature-node.cjs"
},
"browser": {
"import": "./feature.mjs"
}
},
"jest": {
"preset": "ts-jest",
"coverageReporters": [
Expand Down
2 changes: 1 addition & 1 deletion pullRequestRelease.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "0.2.21668413317"}
{"version": "2.2.11668448402"}

0 comments on commit 06c0f3f

Please sign in to comment.