@fathym-deno/common
Advanced tools
Comparing version 0.0.78-eac to 0.0.79-eac
@@ -33,2 +33,2 @@ export * from "./AllAnyTypes.js"; | ||
export * from "./EaCVertexDetails.js"; | ||
export * from "./EnterpriseAsCode.js"; | ||
export * from "./EverythingAsCode.js"; |
@@ -33,2 +33,2 @@ export * from "./AllAnyTypes.js"; | ||
export * from "./EaCVertexDetails.js"; | ||
export * from "./EnterpriseAsCode.js"; | ||
export * from "./EverythingAsCode.js"; |
@@ -5,3 +5,3 @@ { | ||
"name": "@fathym-deno/common", | ||
"version": "0.0.78-eac", | ||
"version": "0.0.79-eac", | ||
"description": "Fathym's ES6 based common library.", | ||
@@ -20,2 +20,6 @@ "license": "MIT", | ||
"require": "./script/mod.js" | ||
}, | ||
"./eac": { | ||
"import": "./esm/src/eac/_exports.js", | ||
"require": "./script/src/eac/_exports.js" | ||
} | ||
@@ -22,0 +26,0 @@ }, |
@@ -33,2 +33,2 @@ export * from "./AllAnyTypes.js"; | ||
export * from "./EaCVertexDetails.js"; | ||
export * from "./EnterpriseAsCode.js"; | ||
export * from "./EverythingAsCode.js"; |
@@ -49,2 +49,2 @@ "use strict"; | ||
__exportStar(require("./EaCVertexDetails.js"), exports); | ||
__exportStar(require("./EnterpriseAsCode.js"), exports); | ||
__exportStar(require("./EverythingAsCode.js"), exports); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56306
0