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