asva-helpers
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "asva-helpers", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Simple helper classes", | ||
"main": "dist/src/index.js", | ||
"module": "dist/src/index.esm.js", | ||
"types": "dist/src/index.d.ts", | ||
@@ -29,2 +30,5 @@ "private": false, | ||
"homepage": "https://github.com/asvae/utility-classes#readme", | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
@@ -36,3 +40,2 @@ "@types/jasmine": "^2.8.6", | ||
"babel-plugin-transform-async-to-generator": "^6.24.1", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"babel-preset-env": "^1.6.1", | ||
@@ -50,2 +53,3 @@ "clean-webpack-plugin": "^0.1.16", | ||
"requirejs": "^2.3.5", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"ts-loader": "^4.2.0", | ||
@@ -52,0 +56,0 @@ "typedoc": "^0.11.1", |
@@ -32,3 +32,3 @@ { | ||
// "noEmit": true, /* Do not emit outputs. */ | ||
// "importHelpers": true, /* Import emit helpers from 'tslib'. */ | ||
"importHelpers": true, /* Import emit helpers from 'tslib'. */ | ||
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ | ||
@@ -79,2 +79,2 @@ // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ | ||
} | ||
} | ||
} |
123123
2601
1
+ Addedtslib@^1.9.3
+ Addedtslib@1.14.1(transitive)