@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "A simple set of subscription base classes for implementing .NET style observables.", | ||
@@ -23,3 +23,3 @@ "author": "electricessence", | ||
"scripts": { | ||
"build:dist": "rimraf dist/* && copyfiles -u 1 src/**/*.d.ts dist && tsc", | ||
"build:dist": "rimraf dist/* && tsc && copyfiles -u 1 src/**/*.d.ts dist", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
@@ -46,32 +46,31 @@ "build": "pnpm i && run-p build:*", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^3.0.2", | ||
"@typescript-eslint/parser": "^3.0.2", | ||
"chai": "^4.2.0", | ||
"copyfiles": "^2.3.0", | ||
"eslint": "^7.1.0", | ||
"@types/chai": "^4.2.16", | ||
"@types/mocha": "^8.2.2", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"chai": "^4.3.4", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^7.24.0", | ||
"eslint-config-typescript": "^3.0.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"mocha": "^7.2.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"mocha": "^8.3.2", | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^15.0.1", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.10.2", | ||
"typedoc": "^0.17.7", | ||
"typedoc-plugin-external-module-name": "^3.1.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.35", | ||
"typedoc-plugin-nojekyll": "^1.0.1", | ||
"typescript": "^3.9.3" | ||
"typescript": "^4.2.4" | ||
}, | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^2.0.6", | ||
"@tsdotnet/collection-base": "^2.0.8", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/disposable": "^1.1.20", | ||
"@tsdotnet/exceptions": "^1.0.16", | ||
"@tsdotnet/linked-node-list": "^1.3.13", | ||
"@tsdotnet/ordered-registry": "^1.0.16", | ||
"tslib": "^2.0.0" | ||
"@tsdotnet/disposable": "^1.1.22", | ||
"@tsdotnet/exceptions": "^1.0.17", | ||
"@tsdotnet/linked-node-list": "^1.3.15", | ||
"@tsdotnet/ordered-registry": "^1.0.17", | ||
"tslib": "^2.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37703
19
Updated@tsdotnet/disposable@^1.1.22
Updated@tsdotnet/exceptions@^1.0.17
Updatedtslib@^2.2.0