@breautek/iterator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
{"processes":{"f42fefab-fd80-448a-8c04-8eb9b63e51ec":{"parent":null,"children":[]}},"files":{"/home/totalpave/development/breautek/iterator/src/Iterator.ts":["f42fefab-fd80-448a-8c04-8eb9b63e51ec"]},"externalIds":{}} | ||
{"processes":{"03b377b3-863b-45b6-bc51-f108a378f30d":{"parent":null,"children":[]}},"files":{"/home/totalpave/development/breautek/iterator/src/Iterator.ts":["03b377b3-863b-45b6-bc51-f108a378f30d"]},"externalIds":{}} |
# Changelog | ||
## 1.0.2 | ||
- Added default export | ||
## 1.0.1 | ||
@@ -4,0 +7,0 @@ - Corrected dependencies |
@@ -17,1 +17,2 @@ export declare class Iterator<T> { | ||
} | ||
export default Iterator; |
@@ -43,2 +43,3 @@ "use strict"; | ||
exports.Iterator = Iterator; | ||
exports.default = Iterator; | ||
//# sourceMappingURL=Iterator.js.map |
{ | ||
"name": "@breautek/iterator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Iterator implementation", | ||
@@ -17,3 +17,2 @@ "main": "lib/Iterator.js", | ||
"build": "npm run-script lint && tsc", | ||
"build-lib": "rm -r ./lib && tsc", | ||
"lint": "eslint --ext .ts './src/**/*.ts'", | ||
@@ -24,3 +23,3 @@ "unit": "jasmine-ts", | ||
"clean": "rm -r ./lib && rm -r ./docs", | ||
"prepublishOnly": "npm run-script build-lib" | ||
"prepublishOnly": "npm run-script build" | ||
}, | ||
@@ -27,0 +26,0 @@ "repository": { |
@@ -82,1 +82,3 @@ /* | ||
} | ||
export default Iterator; |
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
66397
788