Ver Fonte

New version: 2.0.3.

Eugene Lazutkin há 7 anos atrás
pai
commit
53440e126d
4 ficheiros alterados com 11 adições e 10 exclusões
  1. 1 0
      README.md
  2. 5 5
      package-lock.json
  3. 1 1
      package.json
  4. 4 4
      yarn.lock

+ 1 - 0
README.md

@@ -231,6 +231,7 @@ Following static methods are available:
 
 ## Release History
 
+- 2.0.3 *Added TypeScript typings and the badge.*
 - 2.0.2 *Workaround for Node 6: use `'finish'` event instead of `_final()`.*
 - 2.0.1 *Improved documentation.*
 - 2.0.0 *Upgraded to use Duplex instead of EventEmitter as the base.*

+ 5 - 5
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "stream-chain",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -11,12 +11,12 @@
       "dev": true
     },
     "heya-unify": {
-      "version": "0.2.5",
-      "resolved": "https://registry.npmjs.org/heya-unify/-/heya-unify-0.2.5.tgz",
-      "integrity": "sha1-FsNP1CbETusy+JyrI02qrymvxJs=",
+      "version": "0.2.7",
+      "resolved": "https://registry.npmjs.org/heya-unify/-/heya-unify-0.2.7.tgz",
+      "integrity": "sha512-d/4NacYl52tt4ofbP7gz+YmbjLrI2jkrRxSSd1a26yXfRS1vQxmZkZ6L+O1xUsgDSwx4HCDWR5U+ZFykdoHVig==",
       "dev": true,
       "requires": {
-        "heya-ice": ">=0.1"
+        "heya-ice": "^0.1.11"
       }
     },
     "heya-unit": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "stream-chain",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "description": "Chain functions as transform streams.",
   "main": "main.js",
   "scripts": {

+ 4 - 4
yarn.lock

@@ -2,15 +2,15 @@
 # yarn lockfile v1
 
 
-heya-ice@>=0.1:
+heya-ice@>=0.1, heya-ice@^0.1.11:
   version "0.1.11"
   resolved "https://registry.yarnpkg.com/heya-ice/-/heya-ice-0.1.11.tgz#5d6da59c60b59c7023a83470fb6e9771d7705849"
 
 heya-unify@>=0.2:
-  version "0.2.5"
-  resolved "https://registry.yarnpkg.com/heya-unify/-/heya-unify-0.2.5.tgz#16c34fd426c44eeb32f89cab234daaaf29afc49b"
+  version "0.2.7"
+  resolved "https://registry.yarnpkg.com/heya-unify/-/heya-unify-0.2.7.tgz#ce5775d521ef19dff3a571dc23c33d8b3ef32aa9"
   dependencies:
-    heya-ice ">=0.1"
+    heya-ice "^0.1.11"
 
 heya-unit@^0.3.0:
   version "0.3.0"