Comparing version 0.0.14 to 0.0.15
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Rule = exports.Abolish = void 0; | ||
const Abolish = require("./src/Abolish"); | ||
exports.Abolish = Abolish; | ||
const Functions_1 = require("./src/Functions"); | ||
exports.Rule = Functions_1.Rule; | ||
Object.defineProperty(exports, "Rule", { enumerable: true, get: function () { return Functions_1.Rule; } }); |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Get = exports.Set = exports.Pick = exports.Rule = exports.StartCase = exports.UpperFirst = void 0; | ||
const StringToRules_1 = __importDefault(require("./StringToRules")); | ||
@@ -8,0 +9,0 @@ /** |
{ | ||
"name": "abolish", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "A javascript object validator.", | ||
@@ -11,2 +11,5 @@ "main": "dist/index.js", | ||
"private": false, | ||
"scripts": { | ||
"play": "ts-node-dev --respawn --transpileOnly play.ts" | ||
}, | ||
"dependencies": { | ||
@@ -13,0 +16,0 @@ "lodash.has": "^4.5.2", |
@@ -82,4 +82,5 @@ { | ||
"play.ts", | ||
"types" | ||
"types", | ||
"validators" | ||
] | ||
} |
76575
37
2061