baset-core
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="0.11.0"></a> | ||
# [0.11.0](https://github.com/Igmat/baset/compare/v0.10.0...v0.11.0) (2018-03-08) | ||
### Bug Fixes | ||
* **core:** duplicated methods in scaffolder ([bd52c7b](https://github.com/Igmat/baset/commit/bd52c7b)) | ||
### Features | ||
* **core:** generating and writing scaffolded specs ([7f68128](https://github.com/Igmat/baset/commit/7f68128)) | ||
* **core:** initial scaffolder implementation ([be067e4](https://github.com/Igmat/baset/commit/be067e4)) | ||
<a name="0.10.0"></a> | ||
@@ -8,0 +25,0 @@ # [0.10.0](https://github.com/Igmat/baset/compare/v0.9.1...v0.10.0) (2018-03-07) |
@@ -9,2 +9,3 @@ import * as dataTypes from './dataTypes'; | ||
export { Tester } from './tester'; | ||
export { Scaffolder } from './scaffolder'; | ||
export { utils, dataTypes }; |
@@ -26,2 +26,4 @@ "use strict"; | ||
exports.Tester = tester_1.Tester; | ||
var scaffolder_1 = require("./scaffolder"); | ||
exports.Scaffolder = scaffolder_1.Scaffolder; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "baset-core", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Core library for BaseT project.", | ||
@@ -31,4 +31,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/chance": "^1.0.0", | ||
"@types/node": "^9.3.0", | ||
"baset": "^0.10.0", | ||
"baset": "^0.11.0", | ||
"doctoc": "^1.3.0", | ||
@@ -39,4 +40,6 @@ "tslint": "^5.9.1", | ||
"dependencies": { | ||
"baset-vm": "^0.9.0" | ||
"baset-vm": "^0.9.0", | ||
"chance": "^1.0.13", | ||
"typescript": "next" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58065
34
677
3
6
+ Addedchance@^1.0.13
+ Addedtypescript@next
+ Addedchance@1.1.12(transitive)
+ Addedtypescript@5.8.0-dev.20241109(transitive)