Skip to content

Commit

Permalink
feat: add .js extensions to code splitted declaration chunks to suppo…
Browse files Browse the repository at this point in the history
…rt Node16 and NodeNext ModuleResolution
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent 06f1075 commit 0b727a0
Show file tree
Hide file tree
Showing 353 changed files with 1,293 additions and 1,439 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,42 +47,42 @@
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@types/babel__core": "^7.1.20",
"@types/babel__core": "^7.20.0",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint-plugin-deprecation": "1.3.3",
"@wessberg/ts-config": "^2.0.4",
"@wessberg/ts-config": "^3.1.0",
"@wessberg/prettier-config": "^1.0.0",
"@babel/core": "7.20.12",
"@babel/runtime": "7.20.7",
"@babel/runtime": "7.20.13",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.6",
"@swc/core": "1.3.25",
"@swc/core": "1.3.27",
"@swc/helpers": "0.4.14",
"ava": "3.15.0",
"babel-preset-minify": "^0.5.2",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.6.7",
"helpertypes": "^0.0.19",
"husky": "^8.0.3",
"memfs": "^3.4.13",
"np": "7.6.3",
"npm-check-updates": "16.6.2",
"pnpm": "^7.23.0",
"prettier": "^2.8.2",
"pnpm": "^7.25.1",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"rimraf": "^4.1.1",
"rollup": "^3.10.1",
"sandhog": "^2.0.2",
"semver": "7.3.8",
"standard-changelog": "^2.0.27",
Expand All @@ -108,7 +108,7 @@
"@rollup/pluginutils": "^5.0.2",
"@wessberg/stringutil": "^1.0.19",
"browserslist": "^4.21.4",
"browserslist-generator": "^1.0.66",
"browserslist-generator": "^2.0.1",
"ansi-colors": "^4.1.3",
"compatfactory": "^2.0.9",
"crosspath": "^2.0.0",
Expand Down Expand Up @@ -152,7 +152,8 @@
},
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs"
"require": "./dist/cjs/index.cjs",
"types": "./dist/esm/index.d.ts"
},
"type": "module",
"types": "./dist/esm/index.d.ts",
Expand All @@ -178,7 +179,7 @@
"prettier": "@wessberg/prettier-config",
"ava": {
"files": [
"test/**.test.ts"
"test/**/*.test.ts"
],
"verbose": true,
"timeout": "400s",
Expand Down
Loading

0 comments on commit 0b727a0

Please sign in to comment.