Skip to content

Commit

Permalink
deps: minipass@7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 2, 2023
1 parent 0a47af5 commit 39d7f04
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 46 deletions.
3 changes: 0 additions & 3 deletions node_modules/minipass/dist/cjs/package.json

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions node_modules/minipass/dist/commonjs/package.json
@@ -0,0 +1 @@
{"type":"commonjs"}
File renamed without changes.
1 change: 1 addition & 0 deletions node_modules/minipass/dist/esm/package.json
@@ -0,0 +1 @@
{"type":"module"}
3 changes: 0 additions & 3 deletions node_modules/minipass/dist/mjs/package.json

This file was deleted.

66 changes: 33 additions & 33 deletions node_modules/minipass/package.json
@@ -1,22 +1,29 @@
{
"name": "minipass",
"version": "7.0.3",
"version": "7.0.4",
"description": "minimal implementation of a PassThrough stream",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"types": "./dist/cjs/index.js",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"./package.json": "./package.json"
}
},
"files": [
"dist"
Expand All @@ -25,24 +32,13 @@
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preprepare": "rm -rf dist",
"prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh",
"prepare": "tshy",
"pretest": "npm run prepare",
"presnap": "npm run prepare",
"test": "c8 tap",
"snap": "c8 tap",
"test": "tap",
"snap": "tap",
"format": "prettier --write . --loglevel warn",
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
},
"tap": {
"coverage": false,
"node-arg": [
"--enable-source-maps",
"--no-warnings",
"--loader",
"ts-node/esm"
],
"ts": false
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
},
"prettier": {
"semi": false,
Expand All @@ -56,18 +52,17 @@
"endOfLine": "lf"
},
"devDependencies": {
"@types/end-of-stream": "^1.4.2",
"@types/node": "^20.1.2",
"@types/tap": "^15.0.8",
"c8": "^7.13.0",
"prettier": "^2.6.2",
"tap": "^16.3.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.3",
"end-of-stream": "^1.4.0",
"node-abort-controller": "^3.1.1",
"prettier": "^2.6.2",
"sync-content": "^1.0.2",
"through2": "^2.0.3"
"tap": "^18.3.0",
"through2": "^2.0.3",
"tshy": "^1.2.2",
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
},
"repository": "https://github.com/isaacs/minipass",
"keywords": [
Expand All @@ -78,5 +73,10 @@
"license": "ISC",
"engines": {
"node": ">=16 || 14 >=14.17"
},
"tap": {
"include": [
"test/*.ts"
]
}
}
10 changes: 5 additions & 5 deletions package-lock.json
Expand Up @@ -128,7 +128,7 @@
"libnpmversion": "^5.0.0",
"make-fetch-happen": "^13.0.0",
"minimatch": "^9.0.3",
"minipass": "^7.0.3",
"minipass": "^7.0.4",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^9.4.0",
Expand Down Expand Up @@ -10157,9 +10157,9 @@
}
},
"node_modules/minipass": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
"integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
"inBundle": true,
"engines": {
"node": ">=16 || 14 >=14.17"
Expand Down Expand Up @@ -17189,7 +17189,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"minipass": "^7.0.3",
"minipass": "^7.0.4",
"nock": "^13.3.3",
"tap": "^16.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -90,7 +90,7 @@
"libnpmversion": "^5.0.0",
"make-fetch-happen": "^13.0.0",
"minimatch": "^9.0.3",
"minipass": "^7.0.3",
"minipass": "^7.0.4",
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
"node-gyp": "^9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmorg/package.json
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"minipass": "^7.0.3",
"minipass": "^7.0.4",
"nock": "^13.3.3",
"tap": "^16.3.8"
},
Expand Down

0 comments on commit 39d7f04

Please sign in to comment.