@betterer/constraints
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.1.0](https://github.com/phenomnomnominal/betterer/compare/v3.0.3...v3.1.0) (2020-09-18) | ||
**Note:** Version bump only for package @betterer/constraints | ||
# [3.0.0](https://github.com/phenomnomnominal/betterer/compare/v2.4.1...v3.0.0) (2020-07-02) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.smaller = exports.bigger = exports.ConstraintResult = void 0; | ||
var constraint_result_1 = require("./constraint-result"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "ConstraintResult", { enumerable: true, get: function () { return constraint_result_1.ConstraintResult; } }); |
{ | ||
"name": "@betterer/constraints", | ||
"description": "default constraints for @betterer/betterer", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -27,5 +27,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.0.1" | ||
}, | ||
"gitHead": "8a55af6e9ce6a3a73f78d9dbfd545e6a2a3eb17e" | ||
"gitHead": "c1bcd2098be96b7dace9b6bc850e60c7944f0d00" | ||
} |
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
7006
58
Updatedtslib@^2.0.1