event-helper
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -0,0 +0,0 @@ (function (factory) { |
{ | ||
"name": "event-helper", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "a evnet handle write by typescript", | ||
"main": "build/index.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
@@ -16,6 +19,8 @@ "start:build": "npm run tsc && node build", | ||
}, | ||
"dependencies": {"tslib": "^1.6.1"}, | ||
"dependencies": { | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^6.0.48", | ||
"@types/node": "^14.14.37", | ||
"@types/should": "^8.3.0", | ||
@@ -27,3 +32,3 @@ "mocha": "^3.3.0", | ||
"tslint": "^5.1.0", | ||
"typescript": "^2.3.2" | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -36,4 +41,6 @@ "keywords": [ | ||
"repository": "https://github.com/githbq/hbq-event-helper.git", | ||
"engines": {"node": ">=7.6"}, | ||
"engines": { | ||
"node": ">=7.6" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
8804
4
159
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.1.0