@accordproject/concerto-util
Advanced tools
Comparing version 3.16.11-20240619121904 to 3.16.11-20240621164245
/*! | ||
* Concerto Util v3.16.11-20240619121904 | ||
* Concerto Util v3.16.11-20240621164245 | ||
* 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. |
@@ -58,2 +58,5 @@ /* | ||
// NullUtil | ||
const NullUtil = require('./lib/null'); | ||
module.exports = { | ||
@@ -75,3 +78,4 @@ BaseException, | ||
Identifiers, | ||
ErrorCodes | ||
ErrorCodes, | ||
NullUtil | ||
}; |
{ | ||
"name": "@accordproject/concerto-util", | ||
"version": "3.16.11-20240619121904", | ||
"version": "3.16.11-20240621164245", | ||
"description": "Utilities for Concerto Modeling Language", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/accordproject/concerto", |
@@ -17,2 +17,3 @@ import BaseException = require("./lib/baseexception"); | ||
import ErrorCodes = require("./lib/errorcodes"); | ||
export { BaseException, BaseFileException, FileDownloader, CompositeFileLoader, DefaultFileLoader, GitHubFileLoader, HTTPFileLoader, Writer, FileWriter, InMemoryWriter, ModelWriter, Logger, TypedStack, Label, Identifiers, ErrorCodes }; | ||
import NullUtil = require("./lib/null"); | ||
export { BaseException, BaseFileException, FileDownloader, CompositeFileLoader, DefaultFileLoader, GitHubFileLoader, HTTPFileLoader, Writer, FileWriter, InMemoryWriter, ModelWriter, Logger, TypedStack, Label, Identifiers, ErrorCodes, NullUtil }; |
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
283255
42
1902