@transcend-io/penumbra
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "@transcend-io/penumbra", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Crypto streams for the browser.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"directories": { | ||
@@ -11,3 +11,6 @@ "example": "example" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build:clean": "rimraf build && tsc", | ||
"build:watch": "tsc --watch", | ||
"build:publish": "npm run build:clean && npm publish" | ||
}, | ||
@@ -37,4 +40,7 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^12.0.2" | ||
"@types/file-saver": "^2.0.1", | ||
"@types/node": "^10.14.7", | ||
"rimraf": "^2.6.3", | ||
"typescript": "^3.4.5" | ||
} | ||
} |
@@ -26,3 +26,2 @@ ## Usage | ||
fileName: 'myFile.json', // optional values | ||
mime: 'application/json', | ||
} | ||
@@ -29,0 +28,0 @@ ); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30520
9
561
4
46
2