@mattiasbuelens/web-streams-adapter
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3
{ | ||
"name": "@mattiasbuelens/web-streams-adapter", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.3", | ||
"description": "Adapters for converting between different implementations of WHATWG Streams", | ||
"main": "dist/web-streams-adapter", | ||
"module": "dist/web-streams-adapter.mjs", | ||
"types": "types/index.d.ts", | ||
"types": "dist/web-streams-adapter.d.ts", | ||
"files": [ | ||
"dist/", | ||
"types/" | ||
"dist/" | ||
], | ||
"scripts": { | ||
"build-bundle": "rollup -c", | ||
"build-types": "tsc -p ./src/tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./types", | ||
"build": "npm run build-bundle && npm run build-types", | ||
"test": "cd test && ts-node --expose_gc --project tsconfig.json run-web-platform-tests.ts" | ||
"build": "rollup -c", | ||
"prebuild": "tsc --noEmit -p ./src/tsconfig.json", | ||
"test": "cd test && node -r ts-node/register --expose_gc run-web-platform-tests.ts" | ||
}, | ||
@@ -28,16 +26,14 @@ "repository": { | ||
"homepage": "https://github.com/MattiasBuelens/web-streams-adapter#readme", | ||
"dependencies": { | ||
"@types/whatwg-streams": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@mattiasbuelens/web-streams-polyfill": "^0.1.0", | ||
"@types/minimatch": "^3.0.3", | ||
"@types/node": "^9.6.7", | ||
"minimatch": "^3.0.4", | ||
"rollup": "^0.58.2", | ||
"rollup-plugin-typescript2": "^0.13.0", | ||
"ts-node": "^6.0.1", | ||
"typescript": "^2.8.3", | ||
"wpt-runner": "^2.4.0" | ||
"@types/micromatch": "^3.1.0", | ||
"@types/node": "^10.12.30", | ||
"micromatch": "^3.1.10", | ||
"rollup": "^1.6.0", | ||
"rollup-plugin-dts": "^0.12.0", | ||
"ts-node": "^8.0.3", | ||
"tslib": "^1.9.3", | ||
"typescript": "^3.3.3", | ||
"web-streams-polyfill": "^2.0.0", | ||
"wpt-runner": "^2.7.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79147
0
1143
10
8
- Removed@types/whatwg-streams@^0.0.7
- Removed@types/whatwg-streams@0.0.7(transitive)