+1
-1
| MIT License | ||
| Copyright (c) 2025 pipeljs | ||
| Copyright (c) 2024 pipel | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+6
-9
| { | ||
| "name": "pipeljs", | ||
| "version": "0.3.39", | ||
| "version": "0.3.40", | ||
| "description": "A Promise-like Reactive Stream Library", | ||
@@ -34,6 +34,2 @@ "author": "GolderBrother <https://github.com/GolderBrother>", | ||
| "coverage": "vitest run --coverage", | ||
| "publish": "npm publish", | ||
| "publish:beta": "npm publish --tag beta", | ||
| "build-and-publish": "npm run build && npm publish", | ||
| "build-and-publish:beta": "npm run build && npm publish --tag beta", | ||
| "release": "standard-version", | ||
@@ -43,6 +39,7 @@ "release-major": "standard-version --release-as major", | ||
| "release-patch": "standard-version --release-as patch", | ||
| "release-major-publish": "npm run release-major && npm run build-and-publish", | ||
| "release-minor-publish": "npm run release-minor && npm run build-and-publish", | ||
| "release-patch-publish": "npm run release-patch && npm run build-and-publish", | ||
| "release-and-publish:beta": "npm run release && npm run publish:beta" | ||
| "release-and-publish": "npm run release && npm run publish", | ||
| "release-and-publish:beta": "npm run release && npm run publish:beta", | ||
| "release-and-publish:major": "npm run release-major && npm run build && npm publish", | ||
| "release-and-publish:minor": "npm run release-minor && npm run build && npm publish", | ||
| "release-and-publish:patch": "npm run release-patch && npm run build && npm publish" | ||
| }, | ||
@@ -49,0 +46,0 @@ "devDependencies": { |
+1
-1
@@ -1,2 +0,2 @@ | ||
| # Pipeljs | ||
| # Pipel | ||
@@ -3,0 +3,0 @@ <div align="center"> |
223723
-0.06%