Skip to content

Commit 6d3fcbc

Browse files
committed
[CONJS-322] TypeScript types/share.d.ts and types/callback.d.ts are not published
1 parent 831fd11 commit 6d3fcbc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mariadb",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "fast mariadb or mysql connector.",
55
"main": "promise.js",
66
"types": "types/index.d.ts",
@@ -17,9 +17,9 @@
1717
"private": false,
1818
"scripts": {
1919
"test": "npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base",
20-
"test:base": "mocha --no-parallel --timeout 5000 \"test/**/*.js\" ",
21-
"test:lint": "eslint \"*.js\" \"{lib,test}/**/*.js\" ",
22-
"test:types": "eslint \"types/*.ts\" ",
20+
"test:base": "mocha --no-parallel --timeout 5000 \"test/**/*.js\"",
21+
"test:lint": "eslint \"*.js\" \"{lib,test}/**/*.js\"",
22+
"test:types": "eslint \"types/*.ts\"",
2323
"test:types-prettier": "prettier --write \"types/*.ts\"",
2424
"test:prettier": "prettier --write \"*.js\" \"{tools,lib,test,benchmarks}/**/*.js\"",
2525
"coverage": "npm run coverage:test && npm run coverage:create && npm run coverage:send",
@@ -44,6 +44,8 @@
4444
"files": [
4545
"lib",
4646
"types/index.d.ts",
47+
"types/callback.d.ts",
48+
"types/share.d.ts",
4749
"promise.js",
4850
"check-node.js",
4951
"callback.js"
@@ -82,4 +84,4 @@
8284
"url": "https://jira.mariadb.org/projects/CONJS/"
8385
},
8486
"homepage": "https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme"
85-
}
87+
}

0 commit comments

Comments
 (0)