Skip to content

Commit 4c47151

Browse files
committed
chore: verion bump
Signed-off-by: will Farrell <willfarrell@proton.me>
1 parent 2bc3c42 commit 4c47151

30 files changed

+690
-120
lines changed

package-lock.json

Lines changed: 613 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastream/monorepo",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "Streams made easy.",
55
"private": true,
66
"type": "module",
@@ -17,20 +17,18 @@
1717
"git:test-staged": "which node && node -v && node --test",
1818
"lint": "npm run build && biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
1919
"start": "docsify serve docs",
20+
"build": "bin/esbuild",
2021
"test": "npm run build && npm run test:unit:node && npm run test:unit:web",
2122
"test:unit:node": "node --test --conditions=node --experimental-test-coverage --test-coverage-lines=94 --test-coverage-branches=92 --test-coverage-functions=93",
2223
"test:unit:web": "node --test --conditions=webstream --experimental-test-coverage --test-coverage-lines=89 --test-coverage-branches=92 --test-coverage-functions=87",
23-
"build": "bin/esbuild",
24-
"release:tag": "git tag $npm_package_version && git push --tags",
25-
"lerna:rm": "npm run lerna:rm:node_modules && npm run lerna:rm:lock",
26-
"lerna:rm:lock": "lerna exec -- rm -rf package-lock.json",
27-
"lerna:rm:node_modules": "lerna exec -- rm -rf node_modules",
28-
"lerna:update": "lerna exec --bail --concurrency 5 npm update && npm install",
29-
"lerna:outdated": "lerna exec --concurrency 5 npm outdated",
30-
"lerna:audit": "lerna exec --concurrency 2 npm audit fix",
31-
"lerna:sync": "lerna publish --exact --yes --skip-npm --skip-git --repo-version $npm_package_version",
32-
"lerna:publish": "npm run lint && npm run build && lerna publish --exact --yes --skip-git --repo-version $npm_package_version",
33-
"lerna:publish:next": "npm run lint && npm run build && lerna publish --exact --yes --skip-git --repo-version $npm_package_version --dist-tag next"
24+
"rm": "npm run rm:coverage && npm run rm:node_modules && npm run rm:lock",
25+
"rm:lock": "find . -name 'pacakge-lock.json' -type d -prune -exec rm -rf '{}' +",
26+
"rm:node_modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
27+
"update": "npm update --workspaces && npm install --workspaces",
28+
"outdated": "npm outdated --workspaces",
29+
"audit": "npm audit fix --workspaces",
30+
"publish": "npm publish --workspaces",
31+
"release:sync": "npm version $npm_package_version --workspaces && find ./packages -name \"package.json\" -exec sed -i '' -E \"s|\\\"@datastream/(.*)\\\": ([^,]*)|\\\"@datastream/\\1\\\": $(npm pkg get version)|g\" {} \\; && npm run rm:node_modules && npm link --workspaces && npm install"
3432
},
3533
"repository": {
3634
"type": "git",

packages/aws/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastream/aws",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "",
55
"type": "module",
66
"engines": {
@@ -147,8 +147,8 @@
147147
},
148148
"homepage": "https://datastream.js.org",
149149
"dependencies": {
150-
"@datastream/aws": "0.0.40",
151-
"@datastream/core": "0.0.40"
150+
"@datastream/aws": "0.0.41",
151+
"@datastream/core": "0.0.41"
152152
},
153153
"gitHead": "69f6650ffe7b31dba8e4b96a3cc5d1e95a1fa971",
154154
"devDependencies": {

packages/base64/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/base64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastream/base64",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "",
55
"type": "module",
66
"engines": {
@@ -65,7 +65,7 @@
6565
},
6666
"homepage": "https://datastream.js.org",
6767
"dependencies": {
68-
"@datastream/core": "0.0.40"
68+
"@datastream/core": "0.0.41"
6969
},
7070
"gitHead": "6ddc0fadabf5f3702a51aebae1fc6b252c6ae8d4"
7171
}

packages/charset/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/charset/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastream/charset",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "",
55
"type": "module",
66
"engines": {
@@ -125,8 +125,8 @@
125125
},
126126
"homepage": "https://datastream.js.org",
127127
"dependencies": {
128-
"@datastream/charset": "0.0.40",
129-
"@datastream/core": "0.0.40",
128+
"@datastream/charset": "0.0.41",
129+
"@datastream/core": "0.0.41",
130130
"charset-detector": "0.0.2",
131131
"iconv-lite": "0.7.0"
132132
},

packages/compress/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastream/compress",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "",
55
"type": "module",
66
"engines": {
@@ -165,8 +165,8 @@
165165
},
166166
"homepage": "https://datastream.js.org",
167167
"dependencies": {
168-
"@datastream/compress": "0.0.40",
169-
"@datastream/core": "0.0.40",
168+
"@datastream/compress": "0.0.41",
169+
"@datastream/core": "0.0.41",
170170
"brotli-wasm": "3.0.1",
171171
"zstd-codec": "0.1.5"
172172
},

0 commit comments

Comments
 (0)