ricos-schema
Advanced tools
Comparing version 10.89.1 to 10.90.0
@@ -20,3 +20,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.parseFromString = exports.RichContentJTD = void 0; | ||
exports.validate = exports.parseFromString = exports.encodeUnicodeBase64 = exports.decodeUnicodeBase64 = exports.RichContentJTD = void 0; | ||
// Types | ||
@@ -26,2 +26,5 @@ __exportStar(require("./generated/rich_content"), exports); | ||
Object.defineProperty(exports, "RichContentJTD", { enumerable: true, get: function () { return __importDefault(rich_content_jtd_json_1).default; } }); | ||
var unicode_base64_1 = require("./unicode-base64"); | ||
Object.defineProperty(exports, "decodeUnicodeBase64", { enumerable: true, get: function () { return unicode_base64_1.decodeUnicodeBase64; } }); | ||
Object.defineProperty(exports, "encodeUnicodeBase64", { enumerable: true, get: function () { return unicode_base64_1.encodeUnicodeBase64; } }); | ||
var parseFromString_1 = require("./validator/parseFromString"); | ||
@@ -28,0 +31,0 @@ Object.defineProperty(exports, "parseFromString", { enumerable: true, get: function () { return parseFromString_1.parseFromString; } }); |
// Types | ||
export * from './generated/rich_content'; | ||
export { default as RichContentJTD } from './generated/rich_content.jtd.json'; | ||
export { decodeUnicodeBase64, encodeUnicodeBase64 } from './unicode-base64'; | ||
export { parseFromString } from './validator/parseFromString'; | ||
export { validate } from './validator/validator'; | ||
//# sourceMappingURL=index.js.map |
export * from './generated/rich_content'; | ||
export { default as RichContentJTD } from './generated/rich_content.jtd.json'; | ||
export type { ValidationError } from './json-typedef-js-fork/validate'; | ||
export { decodeUnicodeBase64, encodeUnicodeBase64 } from './unicode-base64'; | ||
export { parseFromString } from './validator/parseFromString'; | ||
export { validate } from './validator/validator'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "ricos-schema", | ||
"version": "10.89.1", | ||
"version": "10.90.0", | ||
"author": { | ||
@@ -67,3 +67,3 @@ "name": "Matan Harsat", | ||
"@types/json-to-ast": "^2.1.4", | ||
"@wix/ricos-schema": "10.89.1", | ||
"@wix/ricos-schema": "10.90.0", | ||
"prettier": "^2.5.1", | ||
@@ -90,3 +90,3 @@ "ts-morph": "^21.0.1" | ||
}, | ||
"falconPackageHash": "e1aa068276b540ed31c2a75b99c3e68ef5601c0d4808f7ffc3a9c32d" | ||
"falconPackageHash": "2752eb2657b75729b2ef7900cef05cbbdc93d32265a3bdd7e39e1cbc" | ||
} |
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
2553175
918
39742