@3yourmind/yoco
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -0,1 +1,3 @@ | ||
export * from './schema'; | ||
export * as Yoco from './types'; | ||
export * from './validator'; |
@@ -14,6 +14,9 @@ "use strict"; | ||
}); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -23,3 +26,6 @@ return result; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Yoco = void 0; | ||
__exportStar(require("./schema"), exports); | ||
exports.Yoco = __importStar(require("./types")); | ||
__exportStar(require("./validator"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,5 +17,8 @@ { | ||
], | ||
"dependencies": { | ||
"zod": "^3.8.2" | ||
}, | ||
"description": "3YOURMIND Icon Font", | ||
"devDependencies": { | ||
"icon-font-buildr": "^1.3.4" | ||
"icon-font-buildr": "^1.4.2" | ||
}, | ||
@@ -41,4 +44,4 @@ "files": [ | ||
"style": "style.css", | ||
"version": "2.1.2", | ||
"gitHead": "6fb327afa803882b0e64cb0f2725550ff334381b" | ||
"version": "2.2.0", | ||
"gitHead": "40c3801d0aa50319c5703e024bebde896666caea" | ||
} |
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
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
213757
145
422
4
1
+ Addedzod@^3.8.2
+ Addedzod@3.24.1(transitive)