UNPKG

@nowarajs/singleton-manager

Version:

Singleton Manager is a package that provides a simple way to manage singletons in your application. It allows you to create, retrieve, and manage singletons with ease and type safety.

48 lines (24 loc) โ€ข 2.54 kB
## v1.1.11 [compare changes](https://github.com/NowaraJS/singleton-manager/compare/v1.1.10...v1.1.11) ### ๐Ÿ“ฆ Build - **๐Ÿ“ฆ:** [Update devDependencies and peerDependencies versions] - Updated `@eslint/js` from `^9.32.0` to `^9.33.0` - Updated `@stylistic/eslint-plugin` from `^5.2.2` to `^5.2.3` - Updated `@types/bun` from `^1.2.19` to `^1.2.20` - Updated `eslint` from `^9.32.0` to `^9.33.0` - Updated `typescript-eslint` from `^8.38.0` to `^8.39.0` - Updated `@nowarajs/error` from `^1.1.4` to `^1.1.5` ([9fded06](https://github.com/NowaraJS/singleton-manager/commit/9fded06)) ### ๐Ÿค– CI - **๐Ÿค–:** [Add GitHub workflows for CI/CD processes] ([5983a23](https://github.com/NowaraJS/singleton-manager/commit/5983a23)) ### โค๏ธ Contributors - Komiroko <komiriko@pm.me> ## v1.1.10 [compare changes](https://github.com/NowaraJS/singleton-manager/compare/v1.1.9...v1.1.10) ### ๐Ÿงน Refactors - **๐Ÿงน:** [Rename error keys for consistency] Updated the error key constants in the SingletonManager to follow a consistent naming convention. The previous keys were renamed from `singletonManagerErrorKeys` to `SINGLETON_MANAGER_ERROR_KEYS` to enhance readability and maintainability. This change affects the enums and the corresponding references in the SingletonManager and its tests. ([50bc6ae](https://github.com/NowaraJS/singleton-manager/commit/50bc6ae)) ### ๐Ÿ“– Documentation - **๐Ÿ“–:** [Add Copilot instructions for development workflow] ([18c966f](https://github.com/NowaraJS/singleton-manager/commit/18c966f)) ### ๐Ÿ“ฆ Build - **๐Ÿ“ฆ:** [Update TypeScript and peer dependency versions] ## Build Changes - Updated TypeScript from version ^5.8.3 to ^5.9.2 - Updated @nowarajs/error from version ^1.1.2 to ^1.1.4 ([54a6619](https://github.com/NowaraJS/singleton-manager/commit/54a6619)) - **๐Ÿ“ฆ:** [Update include path in TypeScript build config] ([e7a7a0b](https://github.com/NowaraJS/singleton-manager/commit/e7a7a0b)) - **๐Ÿ“ฆ:** [Remove unused entry point from build configuration] - Removed the entry point './source/enums/index.ts' from the build configuration as it is no longer needed. ([400115d](https://github.com/NowaraJS/singleton-manager/commit/400115d)) ### ๐Ÿฆ‰ Chore - **๐Ÿฆ‰:** [Remove outdated changelog entries] ([db809a2](https://github.com/NowaraJS/singleton-manager/commit/db809a2)) ### ๐Ÿค– CI - **๐Ÿค–:** [Add Copilot setup workflow for automated steps] ([b1c80e9](https://github.com/NowaraJS/singleton-manager/commit/b1c80e9)) ### โค๏ธ Contributors - Komiroko <komiriko@pm.me>