@storm-software/config-tools
Advanced tools
Comparing version 1.5.13 to 1.5.14
@@ -0,1 +1,8 @@ | ||
## [1.5.13](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.12...config-tools-v1.5.13) (2023-12-21) | ||
### Bug Fixes | ||
* **config-tools:** Add workspace root parameter to config creator ([a22f0fb](https://github.com/storm-software/storm-ops/commit/a22f0fb10970bf49c4ab384ef9a4e8988ef6f372)) | ||
## [1.5.12](https://github.com/storm-software/storm-ops/compare/config-tools-v1.5.11...config-tools-v1.5.12) (2023-12-21) | ||
@@ -2,0 +9,0 @@ |
@@ -26,2 +26,11 @@ import * as z from "zod"; | ||
*/ | ||
declare function createConfig(workspaceRoot?: string): StormConfig; | ||
export { createConfig }; | ||
/** | ||
* Type-check to determine if `obj` is a `StormError` object | ||
* | ||
* @param value - the object to check | ||
* @returns The function isStormError is returning a boolean value. | ||
*/ | ||
declare function createStormConfig< | ||
@@ -34,4 +43,5 @@ TExtensionName extends | ||
extensionName?: TExtensionName, | ||
schema?: TExtensionSchema | ||
schema?: TExtensionSchema, | ||
workspaceRoot?: string | ||
): StormConfig<TExtensionName, TExtensionConfig>; | ||
export { createStormConfig }; |
{ | ||
"name": "@storm-software/config-tools", | ||
"version": "1.5.13", | ||
"version": "1.5.14", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", |
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
136980
1352