chore: update
This commit is contained in:
+26
-5
@@ -2,7 +2,7 @@
|
||||
"author": "Isaac Z. Schlueter",
|
||||
"name": "tar",
|
||||
"description": "tar for node",
|
||||
"version": "7.5.7",
|
||||
"version": "7.5.9",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/isaacs/node-tar.git"
|
||||
@@ -13,7 +13,7 @@
|
||||
"test": "tap",
|
||||
"pretest": "npm run prepare",
|
||||
"presnap": "npm run prepare",
|
||||
"prepare": "tshy",
|
||||
"prepare": "tshy && bash scripts/build.sh",
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish",
|
||||
"prepublishOnly": "git push origin --follow-tags",
|
||||
@@ -31,6 +31,7 @@
|
||||
"@types/node": "^25.0.9",
|
||||
"chmodr": "^2.0.2",
|
||||
"end-of-stream": "^1.4.3",
|
||||
"esbuild": "^0.27.3",
|
||||
"events-to-array": "^2.0.3",
|
||||
"mutate-fs": "^2.1.1",
|
||||
"nock": "^13.5.4",
|
||||
@@ -50,7 +51,17 @@
|
||||
"tshy": {
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": "./src/index.ts",
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
"default": "./dist/esm/index.min.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/commonjs/index.d.ts",
|
||||
"default": "./dist/commonjs/index.min.js"
|
||||
}
|
||||
},
|
||||
"./raw": "./src/index.ts",
|
||||
"./c": "./src/create.ts",
|
||||
"./create": "./src/create.ts",
|
||||
"./replace": "./src/create.ts",
|
||||
@@ -74,6 +85,16 @@
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
"default": "./dist/esm/index.min.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/commonjs/index.d.ts",
|
||||
"default": "./dist/commonjs/index.min.js"
|
||||
}
|
||||
},
|
||||
"./raw": {
|
||||
"import": {
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
"default": "./dist/esm/index.js"
|
||||
@@ -265,7 +286,7 @@
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./dist/commonjs/index.js",
|
||||
"main": "./dist/commonjs/index.min.js",
|
||||
"types": "./dist/commonjs/index.d.ts",
|
||||
"module": "./dist/esm/index.js"
|
||||
"module": "./dist/esm/index.min.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user