bl-to-buffer
Advanced tools
+15
-0
@@ -6,2 +6,17 @@ # Change Log | ||
| # [1.1.0](https://github.com/bluelovers/ws-ipfs/compare/bl-to-buffer@1.0.21...bl-to-buffer@1.1.0) (2023-09-30) | ||
| ### BREAKING CHANGES | ||
| * update deps | ||
| ### 📌 Dependencies | ||
| * update deps ([f1afdb4](https://github.com/bluelovers/ws-ipfs/commit/f1afdb41eb9b5a1a93ad0e1d8e38e838fde6cc5a)) | ||
| ## [1.0.21](https://github.com/bluelovers/ws-ipfs/compare/bl-to-buffer@1.0.15...bl-to-buffer@1.0.21) (2022-06-01) | ||
@@ -8,0 +23,0 @@ |
+12
-4
| { | ||
| "name": "bl-to-buffer", | ||
| "version": "1.0.21", | ||
| "version": "1.1.0", | ||
| "description": "", | ||
@@ -11,3 +11,4 @@ "homepage": "https://github.com/bluelovers/ws-ipfs/tree/master/packages/bl-to-buffer#readme", | ||
| "type": "git", | ||
| "url": "git+https://github.com/bluelovers/ws-ipfs.git" | ||
| "url": "git+https://github.com/bluelovers/ws-ipfs.git", | ||
| "directory": "packages/bl-to-buffer" | ||
| }, | ||
@@ -21,4 +22,10 @@ "license": "ISC", | ||
| "test": "echo \"Error: no test specified\"", | ||
| "test:jest": "jest --passWithNoTests", | ||
| "test:jest:coverage": "yarn run test:jest -- --coverage", | ||
| "test:jest:snapshot": "yarn run test:jest -- -u", | ||
| "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
| "test:snapshot": "yarn run test -- -u", | ||
| "test:tsd": "ynpx tsd", | ||
| "npm:publish": "npm publish", | ||
| "preversion": "yarn run test", | ||
| "prepublish:lockfile": "npx sync-lockfile .", | ||
@@ -30,3 +37,4 @@ "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test", | ||
| "tsc:default": "tsc -p tsconfig.json", | ||
| "tsc:esm": "tsc -p tsconfig.esm.json" | ||
| "tsc:esm": "tsc -p tsconfig.esm.json", | ||
| "tsc:showConfig": "ynpx get-current-tsconfig -p" | ||
| }, | ||
@@ -36,3 +44,3 @@ "dependencies": { | ||
| }, | ||
| "gitHead": "09da8042641a1aa80ab3fceb5312fa0b2082176b" | ||
| "gitHead": "9ff032a1c6083f2c4ecdd6d292129e0e9850a22d" | ||
| } |
8738
8.09%