Skip to content

Commit 106ee4d

Browse files
committed
Update package
1 parent d206d11 commit 106ee4d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-data-api-fetch",
3-
"version": "0.1.0",
3+
"version": "0.1.5",
44
"description": "MongoDB Atlas Data API SDK for Cloudflare Workers",
55
"author": "Surmon",
66
"contributors": [
@@ -26,18 +26,15 @@
2626
"dist"
2727
],
2828
"sideEffects": false,
29-
"main": "dist/mongodb-data-api.cjs.js",
30-
"module": "dist/mongodb-data-api.esm.js",
31-
"types": "dist/mongodb-data-api.esm.d.ts",
29+
"main": "dist/mongodb-data-api-fetch.cjs.js",
30+
"module": "dist/mongodb-data-api-fetch.esm.js",
31+
"types": "dist/mongodb-data-api-fetch.esm.d.ts",
3232
"scripts": {
33-
"lint": "eslint --ext .ts src/**",
34-
"format": "prettier --write --parser typescript \"src/**/*.ts\"",
3533
"test": "npm run test:type && npm run test:unit",
3634
"test:unit": "jest",
3735
"test:type": "tsc -p ./tests-dts/tsconfig.json && tsc -p ./tests-dts/tsconfig.build.json",
3836
"build": "libundler",
39-
"rebirth": "npm run lint && npm run test && npm run build",
40-
"release": ". ./scripts/release.sh"
37+
"rebirth": "npm run test && npm run build"
4138
},
4239
"dependencies": {
4340
"mongodb": "^4.12.0"
@@ -46,13 +43,8 @@
4643
"@surmon-china/libundler": "^2.3.0",
4744
"@types/jest": "^29.2.0",
4845
"@types/node": "^18.11.9",
49-
"@typescript-eslint/eslint-plugin": "^5.44.0",
5046
"@typescript-eslint/parser": "^5.44.0",
51-
"eslint": "^8.28.0",
52-
"eslint-config-prettier": "^8.5.0",
53-
"eslint-plugin-prettier": "^4.2.0",
5447
"jest": "^29.3.0",
55-
"prettier": "^2.5.1",
5648
"ts-jest": "^29.0.0",
5749
"typescript": "^4.9.0",
5850
"jest-environment-jsdom": "^29.3.1"

0 commit comments

Comments
 (0)