docker-compose
Advanced tools
Comparing version 0.24.9-alpha.0 to 0.24.9-alpha.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.24.9-alpha.1](https://github.com/PDMLab/docker-compose/compare/v0.24.9-alpha.0...v0.24.9-alpha.1) (2024-05-10) | ||
### [0.24.9-alpha.0](https://github.com/PDMLab/docker-compose/compare/v0.24.8...v0.24.9-alpha.0) (2024-05-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "docker-compose", | ||
"version": "0.24.9-alpha.0", | ||
"version": "0.24.9-alpha.1", | ||
"main": "dist/index.js", | ||
"exports": { | ||
"index": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
}, | ||
"v2": { | ||
"require": "./dist/cjs/v2/index.js", | ||
"import": "./dist/esm/v2/index.js" | ||
} | ||
}, | ||
"type": "module", | ||
@@ -6,0 +16,0 @@ "typings": "dist/index.d.ts", |
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
184365