Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 16, 2023
1 parent b2e06a7 commit 23e86e6
Show file tree
Hide file tree
Showing 33 changed files with 22 additions and 128 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"devDependencies": {
"aegir": "^40.0.11"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"workspaces": [
"packages/*"
]
Expand Down
4 changes: 0 additions & 4 deletions packages/blob-to-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/browser-readablestream-to-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-batched-bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-buffer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-drain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions packages/it-filter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"references": [
{
"path": "../it-all"
},
{
"path": "../it-peekable"
}
]
}
4 changes: 0 additions & 4 deletions packages/it-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-flat-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
10 changes: 3 additions & 7 deletions packages/it-foreach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -134,11 +130,11 @@
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"release": "aegir release"
},
"dependencies": {
"it-peekable": "^3.0.0"
},
"devDependencies": {
"aegir": "^40.0.11",
"it-all": "^3.0.0"
},
"dependencies": {
"it-peekable": "^3.0.0"
}
}
3 changes: 3 additions & 0 deletions packages/it-foreach/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"references": [
{
"path": "../it-all"
},
{
"path": "../it-peekable"
}
]
}
4 changes: 0 additions & 4 deletions packages/it-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-last/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
10 changes: 3 additions & 7 deletions packages/it-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -134,11 +130,11 @@
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"release": "aegir release"
},
"dependencies": {
"it-peekable": "^3.0.0"
},
"devDependencies": {
"aegir": "^40.0.11",
"it-all": "^3.0.0"
},
"dependencies": {
"it-peekable": "^3.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/it-map/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"include": [
"src",
"test"
],
"references": [
{
"path": "../it-all"
},
{
"path": "../it-peekable"
}
]
}
6 changes: 1 addition & 5 deletions packages/it-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -135,7 +131,7 @@
"release": "aegir release"
},
"dependencies": {
"it-pushable": "^3.1.0"
"it-pushable": "^3.2.0"
},
"devDependencies": {
"aegir": "^40.0.11",
Expand Down
6 changes: 1 addition & 5 deletions packages/it-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down Expand Up @@ -132,7 +128,7 @@
},
"dependencies": {
"formidable": "^2.0.1",
"it-pushable": "^3.1.0"
"it-pushable": "^3.2.0"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
Expand Down
4 changes: 0 additions & 4 deletions packages/it-ndjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-parallel-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-parallel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-peekable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-protobuf-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,5 @@
"protons": "^7.0.2",
"uint8-varint": "^2.0.1",
"uint8arrays": "^4.0.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
}
}
4 changes: 0 additions & 4 deletions packages/it-reduce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-skip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-split/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-take/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions packages/it-to-browser-readablestream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"bugs": {
"url": "https://github.com/achingbrain/it/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
Loading

0 comments on commit 23e86e6

Please sign in to comment.