@umituz/web-cloudflare 1.4.0 → 1.4.1

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
@@ -636,6 +636,15 @@ const result = await retry(
636
636
  await sleep(1000); // 1 second
637
637
  ```
638
638
 
639
+ ## 📋 Version Strategy
640
+
641
+ **Important:** This package follows a **patch-only versioning strategy**. Only the patch version will increment (e.g., 1.4.0 → 1.4.1 → 1.4.2). Major version bumps (2.0.0) will never occur. This ensures stability and prevents breaking changes from version updates.
642
+
643
+ ## 📁 Example Files
644
+
645
+ Example files are located within their respective domains:
646
+ - **Worker Example**: `src/domains/workers/examples/worker.example.ts`
647
+
639
648
  ## 📝 License
640
649
 
641
650
  MIT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@umituz/web-cloudflare",
3
- "version": "1.4.0",
4
- "description": "Comprehensive Cloudflare Workers integration with config-based patterns, middleware, router, workflows, and AI",
3
+ "version": "1.4.1",
4
+ "description": "Comprehensive Cloudflare Workers integration with config-based patterns, middleware, router, workflows, and AI (Patch-only versioning: only z in x.y.z increments)",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
7
7
  "sideEffects": false,