Comparing version 5.1.0 to 5.1.1
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global.Prando = factory()); | ||
}(this, (function () { 'use strict'; | ||
(global = global || self, global.Prando = factory()); | ||
}(this, function () { 'use strict'; | ||
@@ -183,3 +183,3 @@ var Prando = /** @class */ (function () { | ||
}))); | ||
})); | ||
module.exports.default = module.exports; // Terrible injection just so it works regardless of how it's required |
{ | ||
"name": "prando", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Deterministic pseudo-random number generator for JavaScript and TypeScript", | ||
@@ -39,14 +39,14 @@ "main": "./dist/Prando.umd.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/core": "^7.5.0", | ||
"@babel/preset-env": "^7.5.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"coveralls": "^3.0.2", | ||
"jest": "^23.6.0", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.67.4", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.2.2" | ||
"babel-jest": "^24.8.0", | ||
"coveralls": "^3.0.4", | ||
"jest": "^24.8.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.16.6", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.2" | ||
} | ||
} |
203270
18
1011