@eik/core
Advanced tools
Comparing version 1.3.61 to 1.4.0
@@ -0,1 +1,13 @@ | ||
# [1.4.0](https://github.com/eik-lib/core/compare/v1.3.61...v1.4.0) (2024-08-14) | ||
### Bug Fixes | ||
* update to @eik/common v2.1.0 ([7ac426b](https://github.com/eik-lib/core/commit/7ac426b4a1e7c6698672b0e01a411a00afc2b5c1)) | ||
### Features | ||
* add support for Eik image type ([d54b4c9](https://github.com/eik-lib/core/commit/d54b4c9a15d36851b5ab8b7e8a09cfdb9f3ca786)) | ||
## [1.3.61](https://github.com/eik-lib/core/compare/v1.3.60...v1.3.61) (2024-08-14) | ||
@@ -2,0 +14,0 @@ |
@@ -60,2 +60,3 @@ import FS from "@eik/sink-file-system"; | ||
base_npm: globals.BASE_NPM, | ||
base_img: globals.BASE_IMG, | ||
}; | ||
@@ -62,0 +63,0 @@ |
@@ -6,4 +6,5 @@ const globals = { | ||
BASE_NPM: "npm", | ||
BASE_IMG: "img", | ||
ROOT: "/", | ||
}; | ||
export default globals; |
{ | ||
"name": "@eik/core", | ||
"version": "1.3.61", | ||
"version": "1.4.0", | ||
"description": "Core server package", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -32,2 +32,3 @@ declare namespace _default { | ||
let base_npm: string; | ||
let base_img: string; | ||
} | ||
@@ -34,0 +35,0 @@ import VersionsGet from "./handlers/versions.get.js"; |
@@ -7,3 +7,4 @@ export default globals; | ||
let BASE_NPM: string; | ||
let BASE_IMG: string; | ||
let ROOT: string; | ||
} |
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
148600
4079