@o.z/zdi 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@o.z/zdi?style=flat-square)](https://www.npmjs.com/package/@o.z/zdi)
4
4
  [![license](https://img.shields.io/npm/l/@o.z/zdi?style=flat-square)](https://www.npmjs.com/package/@o.z/zdi)
5
- [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
5
+ [![TypeScript](https://img.shields.io/badge/TypeScript-6.0+-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
6
6
 
7
7
  A lightweight, type-safe Dependency Injection container for TypeScript/JavaScript applications.
8
8
 
@@ -132,9 +132,9 @@ container.registerClass(Car, [Engine, 'wrong-type']); // ❌ TypeScript error
132
132
  ---
133
133
 
134
134
  ## License and AI Training
135
+
135
136
  This project is licensed under the GNU General Public License v3.0 (GPLv3).
136
137
 
137
138
  The authors of this software consider the use of this code, including its source code, documentation, and any other project artifacts, for the training of artificial intelligence (AI) systems (including but not limited to machine learning, large language models, and other AI technologies) to be creating a derivative work. As such, any entity using this code for such purposes must comply with the terms of the GPLv3. This includes, but is not limited to, making the entire source code of the AI system that uses this code available under the same GPLv3 license.
138
139
 
139
140
  If you wish to use this code for AI training without being subject to the GPLv3, please contact the authors to negotiate a separate license.
140
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o.z/zdi",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "A lightweight, type-safe Dependency Injection container for TypeScript/JavaScript applications.",
5
5
  "homepage": "https://github.com/z-npm/zdi#readme",
6
6
  "docs": "https://github.com/z-npm/zdi#readme",
File without changes