ts-invariant
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -62,1 +62,2 @@ import { __extends } from 'tslib'; | ||
export { InvariantError, invariant, processStub as process }; | ||
//# sourceMappingURL=invariant.esm.js.map |
@@ -67,1 +67,2 @@ 'use strict'; | ||
exports.invariant = invariant; | ||
//# sourceMappingURL=invariant.js.map |
{ | ||
"name": "ts-invariant", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "Ben Newman <ben@apollographql.com>", | ||
@@ -40,3 +40,3 @@ "description": "TypeScript implementation of invariant(condition, message)", | ||
}, | ||
"gitHead": "5edf52169e30ce6b9bd8fe1fdd0d9d012581448f" | ||
"gitHead": "3c4e2b011fa15bbc3c2ae2fcc011473d3b06cf3d" | ||
} |
@@ -19,3 +19,3 @@ import typescriptPlugin from 'rollup-plugin-typescript2'; | ||
format: "esm", | ||
sourceMap: true, | ||
sourcemap: true, | ||
globals, | ||
@@ -37,3 +37,3 @@ }, | ||
exports: "named", | ||
sourceMap: true, | ||
sourcemap: true, | ||
name: "ts-invariant", | ||
@@ -40,0 +40,0 @@ globals, |
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
13461
11
187