@open-flash/stream
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -0,1 +1,7 @@ | ||
# 0.4.0 (2021-05-02) | ||
- **[Breaking change]** Update to use native ESM. | ||
- **[Feature]** Add `Float64LE32` support. | ||
- **[Internal]** Update dependencies. | ||
# 0.3.0 (2020-01-16) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@open-flash/stream", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/open-flash/stream", | ||
"description": "Streams for Open Flash", | ||
"main": "index", | ||
"types": "index.d.ts", | ||
"private": false, | ||
"publishConfig": { | ||
@@ -21,2 +18,11 @@ "access": "public" | ||
"license": "MIT", | ||
"scripts": { | ||
"clean": "rimraf \"./@(lib|test)\"", | ||
"lint": "eslint \"./src/**/*.ts\"", | ||
"format": "eslint --fix \"./src/**/*.ts\"", | ||
"build": "tsc --build src/lib/tsconfig.json", | ||
"prepack": "yarn run build", | ||
"test:build": "tsc --build src/test/tsconfig.json", | ||
"test": "yarn run test:build && mocha \"test/**/*.spec.js\"" | ||
}, | ||
"pre-commit": { | ||
@@ -28,31 +34,32 @@ "run": [ | ||
"engines": { | ||
"node": ">=13.2" | ||
"node": ">=14.13.1" | ||
}, | ||
"dependencies": { | ||
"incident": "^3.2.0", | ||
"incident": "^3.2.1", | ||
"semantic-types": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.5", | ||
"@types/gulp": "^4.0.6", | ||
"@types/minimist": "^1.2.0", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.12", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.6.1", | ||
"gulp": "^4.0.2", | ||
"gulp-cli": "^2.2.0", | ||
"minimist": "^1.2.0", | ||
"ts-node": "^8.5.2", | ||
"tslint": "^5.20.1", | ||
"turbo-gulp": "^0.20.2", | ||
"typescript": "^3.7.2" | ||
"@types/chai": "^4.2.17", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.25.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"mocha": "^8.3.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.2.4" | ||
}, | ||
"c88": { | ||
"match": [ | ||
"build/test/lib/*.{js,mjs}", | ||
"build/test/lib/**/*.{js,mjs}" | ||
] | ||
"type": "module", | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./lib/": "./lib/" | ||
}, | ||
"gitHead": "897100f78d0b1b69aedb7c5e826dee3465d19b87" | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
"./lib/" | ||
] | ||
} |
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
11
Yes
111363
20
788
1
Updatedincident@^3.2.1