@cloudflare/util-en-garde
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [8.0.2](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-en-garde@8.0.1...@cloudflare/util-en-garde@8.0.2) (2020-08-12) | ||
**Note:** Version bump only for package @cloudflare/util-en-garde | ||
## [8.0.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-en-garde@8.0.0...@cloudflare/util-en-garde@8.0.1) (2020-07-28) | ||
@@ -8,0 +16,0 @@ |
@@ -161,1 +161,2 @@ /// <reference types="react" /> | ||
export { t }; | ||
export { isLeft, isRight } from 'fp-ts/lib/Either'; |
@@ -375,2 +375,4 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } | ||
export { t }; | ||
export { t }; // re-export fp-ts | ||
export { isLeft, isRight } from 'fp-ts/lib/Either'; |
@@ -6,2 +6,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "isLeft", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Either.isLeft; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isRight", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Either.isRight; | ||
} | ||
}); | ||
exports.t = exports.eg = exports.ObjectCodec = exports.Codec = exports.EnGardeAssertionError = void 0; | ||
@@ -15,2 +27,4 @@ | ||
var _Either = require("fp-ts/lib/Either"); | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } } | ||
@@ -17,0 +31,0 @@ |
{ | ||
"name": "@cloudflare/util-en-garde", | ||
"description": "", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"types": "./dist/index.d.ts", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "746ed9679fe58954f77c8b094727163f1b726917" | ||
"gitHead": "6dd6698bbda420f3d28dc3ff87f34ac5ef0416bd" | ||
} |
@@ -411,1 +411,3 @@ import * as t from 'io-ts'; | ||
export { t }; | ||
// re-export fp-ts | ||
export { isLeft, isRight } from 'fp-ts/lib/Either'; |
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
82818
19541
1298