@actorize/core
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2020-current datsteves | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+6
-6
| { | ||
| "name": "@actorize/core", | ||
| "version": "0.0.13", | ||
| "version": "0.0.14", | ||
| "description": "Actorize helps building scalable js apps with a messaging system", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
| "scripts": { | ||
| "build": "rimraf dist && tsc --outDir dist/lib --declarationDir dist/types --declaration true", | ||
| "build": "rimraf dist && tsc --project tsconfig.npm.json --outDir dist/lib --declarationDir dist/types --declaration true", | ||
| "test": "jest" | ||
@@ -37,8 +37,8 @@ }, | ||
| "rimraf": "^3.0.2", | ||
| "rollup": "^2.43.1", | ||
| "ts-jest": "^26.5.4", | ||
| "rollup": "^2.45.2", | ||
| "ts-jest": "^26.5.5", | ||
| "ts-node": "^9.1.1", | ||
| "tslib": "^2.1.0", | ||
| "typescript": "^4.2.3" | ||
| "tslib": "^2.2.0", | ||
| "typescript": "^4.2.4" | ||
| } | ||
| } |
26540
4.33%36
2.86%