@accordproject/concerto-core
Advanced tools
Comparing version 3.16.8-20240501100918 to 3.16.8-20240501124329
/*! | ||
* Concerto v3.16.8-20240501100918 | ||
* Concerto v3.16.8-20240501124329 | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License. |
@@ -150,2 +150,3 @@ /* | ||
* @param {number} [options.utcOffset] - UTC Offset for DateTime values. | ||
* @param {boolean} [options.strictQualifiedDateTimes] - Only allow fully-qualified date-times with offsets. | ||
* @return {Resource} The new populated resource | ||
@@ -152,0 +153,0 @@ */ |
{ | ||
"name": "@accordproject/concerto-core", | ||
"version": "3.16.8-20240501100918", | ||
"version": "3.16.8-20240501124329", | ||
"description": "Core Implementation for the Concerto Modeling Language", | ||
@@ -74,5 +74,5 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"dependencies": { | ||
"@accordproject/concerto-cto": "3.16.8-20240501100918", | ||
"@accordproject/concerto-cto": "3.16.8-20240501124329", | ||
"@accordproject/concerto-metamodel": "3.9.1", | ||
"@accordproject/concerto-util": "3.16.8-20240501100918", | ||
"@accordproject/concerto-util": "3.16.8-20240501124329", | ||
"dayjs": "1.11.10", | ||
@@ -79,0 +79,0 @@ "debug": "4.3.4", |
@@ -70,2 +70,3 @@ export = Serializer; | ||
* @param {number} [options.utcOffset] - UTC Offset for DateTime values. | ||
* @param {boolean} [options.strictQualifiedDateTimes] - Only allow fully-qualified date-times with offsets. | ||
* @return {Resource} The new populated resource | ||
@@ -77,2 +78,3 @@ */ | ||
utcOffset?: number; | ||
strictQualifiedDateTimes?: boolean; | ||
}): Resource; | ||
@@ -79,0 +81,0 @@ } |
Sorry, the diff of this file is too big to display
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
1507429
15043
+ Added@accordproject/concerto-cto@3.16.8-20240501124329(transitive)
+ Added@accordproject/concerto-util@3.16.8-20240501124329(transitive)
- Removed@accordproject/concerto-cto@3.16.8-20240501100918(transitive)
- Removed@accordproject/concerto-util@3.16.8-20240501100918(transitive)