@sapphire/shapeshift
Advanced tools
Comparing version 2.1.1-next.b08364f.0 to 2.1.1-next.f7e3d67.0
@@ -31,2 +31,3 @@ var SapphireShapeshift = (() => { | ||
__export(src_exports, { | ||
BaseError: () => BaseError, | ||
CombinedError: () => CombinedError, | ||
@@ -42,2 +43,4 @@ CombinedPropertyError: () => CombinedPropertyError, | ||
ValidationError: () => ValidationError, | ||
customInspectSymbol: () => customInspectSymbol, | ||
customInspectSymbolStackLess: () => customInspectSymbolStackLess, | ||
s: () => s | ||
@@ -44,0 +47,0 @@ }); |
@@ -24,2 +24,3 @@ "use strict"; | ||
__export(src_exports, { | ||
BaseError: () => BaseError, | ||
CombinedError: () => CombinedError, | ||
@@ -35,2 +36,4 @@ CombinedPropertyError: () => CombinedPropertyError, | ||
ValidationError: () => ValidationError, | ||
customInspectSymbol: () => customInspectSymbol, | ||
customInspectSymbolStackLess: () => customInspectSymbolStackLess, | ||
s: () => s | ||
@@ -1686,2 +1689,3 @@ }); | ||
0 && (module.exports = { | ||
BaseError, | ||
CombinedError, | ||
@@ -1697,4 +1701,6 @@ CombinedPropertyError, | ||
ValidationError, | ||
customInspectSymbol, | ||
customInspectSymbolStackLess, | ||
s | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sapphire/shapeshift", | ||
"version": "2.1.1-next.b08364f.0", | ||
"version": "2.1.1-next.f7e3d67.0", | ||
"description": "Blazing fast input validation and transformation ⚡", | ||
@@ -31,3 +31,3 @@ "author": "@sapphire", | ||
"check-update": "cliff-jumper --dry-run", | ||
"prepublish": "rollup-type-bundler -e node:util", | ||
"prepack": "rollup-type-bundler -e node:util", | ||
"prepare": "husky install .github/husky" | ||
@@ -38,3 +38,3 @@ }, | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@favware/cliff-jumper": "^1.3.0", | ||
"@favware/cliff-jumper": "^1.3.1", | ||
"@favware/npm-deprecate": "^1.0.4", | ||
@@ -41,0 +41,0 @@ "@favware/rollup-type-bundler": "^1.0.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
604020
5355