@nimbus-cqrs/utils
v2.3.0
Published
Simplify Event-Driven Applications - Utility helpers shared across the Nimbus framework.
Maintainers
Readme
Nimbus Utils
Deprecated. This package is deprecated. Import
getEnvfrom@nimbus-cqrs/coreinstead.@nimbus-cqrs/utilsremains available as a thin re-export for backwards compatibility.
Refer to the Nimbus main repository or the Nimbus documentation for more information about the Nimbus framework.
Migration
// Before
import { getEnv } from "@nimbus-cqrs/utils";
// After
import { getEnv } from "@nimbus-cqrs/core";Install (legacy)
# Deno
deno add npm:@nimbus-cqrs/utils
# NPM
npm install @nimbus-cqrs/utils
# Bun
bun add @nimbus-cqrs/utilsPrefer installing @nimbus-cqrs/core directly.
License
Copyright 2024-present Overlap GmbH & Co KG (https://overlap.at)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
