Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix(cjs): missing named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 30, 2021
1 parent 902f8e5 commit e3466b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@
"glob": "7.2.0",
"mkdirp": "1.0.4",
"path-type": "5.0.0",
"resolve-cwd": "3.0.0",
"tslib": "2.3.1"
"resolve-cwd": "3.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.15.8",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.prod.cjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
"importHelpers": false,
"module": "commonjs",
"outDir": "./cjs",
"paths": {
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,6 @@ __metadata:
tsc-prog: 2.2.1
tsconfig: 7.0.0
tsconfig-paths: 3.11.0
tslib: 2.3.1
typescript: 4.5.0-beta
yargs: 17.2.1
peerDependencies:
Expand Down Expand Up @@ -9533,20 +9532,20 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"tslib@npm:2.3.1, tslib@npm:^2":
version: 2.3.1
resolution: "tslib@npm:2.3.1"
checksum: de17a98d4614481f7fcb5cd53ffc1aaf8654313be0291e1bfaee4b4bb31a20494b7d218ff2e15017883e8ea9626599b3b0e0229c18383ba9dce89da2adf15cb9
languageName: node
linkType: hard

"tslib@npm:^1.8.1, tslib@npm:^1.9.0":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd
languageName: node
linkType: hard

"tslib@npm:^2":
version: 2.3.1
resolution: "tslib@npm:2.3.1"
checksum: de17a98d4614481f7fcb5cd53ffc1aaf8654313be0291e1bfaee4b4bb31a20494b7d218ff2e15017883e8ea9626599b3b0e0229c18383ba9dce89da2adf15cb9
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down

0 comments on commit e3466b7

Please sign in to comment.