Skip to content

Commit

Permalink
meta: update package.json files and exports (#17218)
Browse files Browse the repository at this point in the history
  • Loading branch information
lohart13 committed Mar 28, 2024
1 parent d58b0c2 commit a857165
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,14 @@
"default": "./lib/decorators/legacy/index.js"
}
},
"./_non-semver-use-at-your-own-risk_/*": {
"default": "./lib/*"
},
"./_non-semver-use-at-your-own-risk_/*": "./lib/*",
"./package.json": "./package.json"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"lib",
"types",
"index.js"
"lib"
],
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/db2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/ibmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
}
},
"files": [
"lib"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"types": "./lib/node/index.d.ts"
}
},
"files": [
"lib"
],
"sideEffects": false,
"homepage": "https://sequelize.org",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions packages/validator-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
"license": "MIT",
"type": "commonjs",
"publishConfig": {
Expand Down

0 comments on commit a857165

Please sign in to comment.