Socket
Socket
Sign inDemoInstall

@storm-software/config

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-software/config - npm Package Compare versions

Comparing version 1.2.14 to 1.2.22

128

CHANGELOG.md

@@ -0,35 +1,163 @@

## 1.2.22 (2024-02-17)
### 🩹 Fixes
- **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
- **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
- **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
- **config:** Updated the default import method ([3556e215](https://github.com/storm-software/storm-ops/commit/3556e215))
- **workspace-tools:** Add `zod` as external depencency ([05b66136](https://github.com/storm-software/storm-ops/commit/05b66136))
- **workspace-tools:** Update method of referencing the internal packages ([b3f127c4](https://github.com/storm-software/storm-ops/commit/b3f127c4))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.21 (2024-02-17)
### 🩹 Fixes
- **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
- **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
- **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
- **config:** Updated the default import method ([3556e215](https://github.com/storm-software/storm-ops/commit/3556e215))
- **workspace-tools:** Add `zod` as external depencency ([05b66136](https://github.com/storm-software/storm-ops/commit/05b66136))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.20 (2024-02-17)
### 🩹 Fixes
- **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
- **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
- **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
- **config:** Updated the default import method ([3556e215](https://github.com/storm-software/storm-ops/commit/3556e215))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.19 (2024-02-15)
### 🩹 Fixes
- **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
- **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
- **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.18 (2024-02-15)
### 🩹 Fixes
- **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
- **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.17 (2024-02-15)
### 🩹 Fixes
- **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.16 (2024-02-15)
### 🩹 Fixes
- **storm-ops:** Update chalk dependency for all modules ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
- **storm-ops:** Downgrade dependencies to work with cjs task runners ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
### ❤️ Thank You
- Patrick Sullivan
## 1.2.15 (2024-02-15)
### 🩹 Fixes
- **storm-ops:** Update chalk dependency for all modules ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
### ❤️ Thank You
- Patrick Sullivan
## 1.1.0 (2024-02-07)

@@ -36,0 +164,0 @@

5

declarations.d.ts

@@ -7,6 +7,5 @@ import type * as z from "zod";

declare type StormConfig<
TExtensionName extends
keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"],
TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"],
TExtensionConfig extends
TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName],
TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]
> = TStormConfig & {

@@ -13,0 +12,0 @@ extensions:

2

meta.cjs.json

@@ -1,1 +0,1 @@

{"inputs":{"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytes":139540,"imports":[],"format":"esm"},"packages/config/src/schema.ts":{"bytes":6218,"imports":[{"path":"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs","kind":"import-statement","original":"zod"}],"format":"esm"},"packages/config/src/types.ts":{"bytes":769,"imports":[],"format":"esm"},"packages/config/src/index.ts":{"bytes":278,"imports":[{"path":"packages/config/src/schema.ts","kind":"import-statement","original":"./schema"},{"path":"packages/config/src/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"}},"outputs":{"dist/packages/config/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/config/src/index.ts","inputs":{"packages/config/src/index.ts":{"bytesInOutput":91},"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytesInOutput":50923},"packages/config/src/schema.ts":{"bytesInOutput":4460}},"bytes":55901}}}
{"inputs":{"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytes":139540,"imports":[],"format":"esm"},"packages/config/src/schema.ts":{"bytes":6218,"imports":[{"path":"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs","kind":"import-statement","original":"zod"}],"format":"esm"},"packages/config/src/types.ts":{"bytes":764,"imports":[],"format":"esm"},"packages/config/src/index.ts":{"bytes":278,"imports":[{"path":"packages/config/src/schema.ts","kind":"import-statement","original":"./schema"},{"path":"packages/config/src/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"}},"outputs":{"dist/packages/config/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/config/src/index.ts","inputs":{"packages/config/src/index.ts":{"bytesInOutput":91},"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytesInOutput":50923},"packages/config/src/schema.ts":{"bytesInOutput":4460}},"bytes":55901}}}

@@ -1,1 +0,1 @@

{"inputs":{"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytes":139540,"imports":[],"format":"esm"},"packages/config/src/schema.ts":{"bytes":6218,"imports":[{"path":"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs","kind":"import-statement","original":"zod"}],"format":"esm"},"packages/config/src/types.ts":{"bytes":769,"imports":[],"format":"esm"},"packages/config/src/index.ts":{"bytes":278,"imports":[{"path":"packages/config/src/schema.ts","kind":"import-statement","original":"./schema"},{"path":"packages/config/src/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"}},"outputs":{"dist/packages/config/index.js":{"imports":[],"exports":["ColorConfigSchema","StormConfigSchema"],"entryPoint":"packages/config/src/index.ts","inputs":{"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytesInOutput":50923},"packages/config/src/schema.ts":{"bytesInOutput":4460},"packages/config/src/index.ts":{"bytesInOutput":0}},"bytes":55440}}}
{"inputs":{"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytes":139540,"imports":[],"format":"esm"},"packages/config/src/schema.ts":{"bytes":6218,"imports":[{"path":"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs","kind":"import-statement","original":"zod"}],"format":"esm"},"packages/config/src/types.ts":{"bytes":764,"imports":[],"format":"esm"},"packages/config/src/index.ts":{"bytes":278,"imports":[{"path":"packages/config/src/schema.ts","kind":"import-statement","original":"./schema"},{"path":"packages/config/src/types.ts","kind":"import-statement","original":"./types"}],"format":"esm"}},"outputs":{"dist/packages/config/index.js":{"imports":[],"exports":["ColorConfigSchema","StormConfigSchema"],"entryPoint":"packages/config/src/index.ts","inputs":{"node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs":{"bytesInOutput":50923},"packages/config/src/schema.ts":{"bytesInOutput":4460},"packages/config/src/index.ts":{"bytesInOutput":0}},"bytes":55440}}}
{
"name": "@storm-software/config",
"version": "1.2.14",
"version": "1.2.22",
"private": false,

@@ -16,2 +16,3 @@ "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",

"dependencies": {
"chalk": "4.1.2",
"zod": "3.22.4"

@@ -18,0 +19,0 @@ },

@@ -19,3 +19,3 @@ <!-- START header -->

[![Version](https://img.shields.io/badge/version-1.19.5-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
[![Version](https://img.shields.io/badge/version-1.2.20-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)

@@ -22,0 +22,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc