@tsdotnet/collection-base
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.indexIterable = void 0; | ||
function arrayLikeIterable(source) { | ||
@@ -9,0 +10,0 @@ if (source instanceof Array) |
@@ -7,6 +7,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CollectionBase = exports.ReadOnlyCollectionBase = exports.indexIterable = exports.arrayLikeIterable = exports.copyIterableTo = void 0; | ||
const tslib_1 = require("tslib"); | ||
const arrayLikeIterable_1 = tslib_1.__importStar(require("./arrayLikeIterable")); | ||
exports.arrayLikeIterable = arrayLikeIterable_1.default; | ||
exports.indexIterable = arrayLikeIterable_1.indexIterable; | ||
Object.defineProperty(exports, "indexIterable", { enumerable: true, get: function () { return arrayLikeIterable_1.indexIterable; } }); | ||
const CollectionBase_1 = tslib_1.__importDefault(require("./CollectionBase")); | ||
@@ -13,0 +14,0 @@ exports.CollectionBase = CollectionBase_1.default; |
{ | ||
"name": "@tsdotnet/collection-base", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -14,7 +14,7 @@ "author": "electricessence", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
"build": "npm install && run-p build:*", | ||
"build": "npm i && run-p build:*", | ||
"bump": "npm run precommit && npm version patch", | ||
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none && node ./.build/create-nojekyll.js", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm prune && npm install && run-p lint test && run-p build:* && npm run validate", | ||
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
@@ -36,4 +36,4 @@ "preversion": "run-p lint test", | ||
"@types/jasmine": "^3.5.10", | ||
"@typescript-eslint/eslint-plugin": "2.31.0", | ||
"@typescript-eslint/parser": "2.31.0", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"copyfiles": "^2.2.0", | ||
@@ -50,3 +50,3 @@ "eslint": "^7.0.0", | ||
"typedoc": "^0.17.6", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37392
728