@balena/contrato
Advanced tools
Comparing version 0.10.0-build-json-schema-is-valid-317eebc90ac4487be7775c38dee5c4c6ee856a6d-1 to 0.10.0-build-json-schema-is-valid-4a8e5657f43de63e006ef750d236cb3934211fa9-1
@@ -268,3 +268,2 @@ "use strict"; | ||
errors: ['no schema'], | ||
score: 0, | ||
}; | ||
@@ -276,3 +275,2 @@ } | ||
errors: ['invalid schema'], | ||
score: 0, | ||
}; | ||
@@ -279,0 +277,0 @@ } |
@@ -44,3 +44,3 @@ "use strict"; | ||
const handlebars_1 = __importDefault(require("handlebars")); | ||
const handlebars_async_helpers_1 = __importDefault(require("handlebars-async-helpers")); | ||
const promised_handlebars_1 = __importDefault(require("promised-handlebars")); | ||
const first_1 = __importDefault(require("lodash/first")); | ||
@@ -63,3 +63,3 @@ const invokeMap_1 = __importDefault(require("lodash/invokeMap")); | ||
const utils_1 = require("./utils"); | ||
const hb = (0, handlebars_async_helpers_1.default)(handlebars_1.default); | ||
const hb = (0, promised_handlebars_1.default)(handlebars_1.default); | ||
const debug = (0, debug_1.default)('partials'); | ||
@@ -66,0 +66,0 @@ const REFERENCE_DELIMITER = '+'; |
{ | ||
"name": "@balena/contrato", | ||
"version": "0.10.0-build-json-schema-is-valid-317eebc90ac4487be7775c38dee5c4c6ee856a6d-1", | ||
"version": "0.10.0-build-json-schema-is-valid-4a8e5657f43de63e006ef750d236cb3934211fa9-1", | ||
"description": "The official contract implementation", | ||
@@ -41,3 +41,2 @@ "homepage": "https://github.com/product-os/contrato", | ||
"handlebars": "^4.7.8", | ||
"handlebars-async-helpers": "^1.0.4", | ||
"js-combinatorics": "^0.5.5", | ||
@@ -47,2 +46,3 @@ "json-schema": "^0.4.0", | ||
"object-hash": "^1.3.1", | ||
"promised-handlebars": "^2.0.1", | ||
"semver": "^5.7.1" | ||
@@ -71,3 +71,3 @@ }, | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.23.28", | ||
"typedoc": "^0.27.5", | ||
"typescript": "^5.7.2" | ||
@@ -80,4 +80,4 @@ }, | ||
"versionist": { | ||
"publishedAt": "2024-12-16T22:00:02.660Z" | ||
"publishedAt": "2024-12-17T00:47:53.565Z" | ||
} | ||
} |
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
139742
1851
+ Addedpromised-handlebars@^2.0.1
+ Addeddeep-aplus@1.0.4(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedpromised-handlebars@2.0.1(transitive)
- Removedhandlebars-async-helpers@^1.0.4
- Removedhandlebars@4.7.6(transitive)
- Removedhandlebars-async-helpers@1.0.6(transitive)