@warlock.js/core 5.9.0 → 5.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  > ⚠ **Versioning: `@warlock.js/*` does not follow SemVer strictly — breaking changes may ship in a minor.** This is a deliberate decision, not an oversight: the framework is pre-adoption and the cost of a major per behaviour fix currently outweighs the benefit. **Pin an exact version or a tilde range (`~4.13.0`) if you need to opt into changes rather than receive them.** Every breaking change is marked **BREAKING** in its entry and summarised in an *Upgrading* section at the top of the release. **This policy will change once the framework has consumers beyond its author.**
8
8
 
9
+ ## 5.10.0 - 2026-09-14
10
+
11
+ _Released in lockstep with the `@warlock.js/*` family; no package-specific changes in 5.10.0._
12
+
9
13
  ## 5.9.0 - 2026-09-13
10
14
 
11
15
  _Released in lockstep with the `@warlock.js/*` family; no package-specific changes in 5.9.0._
package/package.json CHANGED
@@ -25,13 +25,13 @@
25
25
  "@mongez/slug": "^1.0.7",
26
26
  "@mongez/supportive-is": "^2.1.4",
27
27
  "@mongez/time-wizard": "^1.0.6",
28
- "@warlock.js/auth": "5.9.0",
29
- "@warlock.js/cache": "5.9.0",
30
- "@warlock.js/cascade": "5.9.0",
31
- "@warlock.js/context": "5.9.0",
32
- "@warlock.js/logger": "5.9.0",
33
- "@warlock.js/seal": "5.9.0",
34
- "@warlock.js/fs": "5.9.0",
28
+ "@warlock.js/auth": "5.10.0",
29
+ "@warlock.js/cache": "5.10.0",
30
+ "@warlock.js/cascade": "5.10.0",
31
+ "@warlock.js/context": "5.10.0",
32
+ "@warlock.js/logger": "5.10.0",
33
+ "@warlock.js/seal": "5.10.0",
34
+ "@warlock.js/fs": "5.10.0",
35
35
  "chokidar": "^5.0.0",
36
36
  "dayjs": "^1.11.19",
37
37
  "es-module-lexer": "^2.0.0",
@@ -57,10 +57,10 @@
57
57
  "react": "^19.2.3",
58
58
  "react-dom": "^19.2.3",
59
59
  "@react-email/render": "^2.0.5",
60
- "@warlock.js/herald": "5.9.0",
61
- "@warlock.js/ai": "5.9.0",
62
- "@warlock.js/access": "5.9.0",
63
- "@warlock.js/notifications": "5.9.0"
60
+ "@warlock.js/herald": "5.10.0",
61
+ "@warlock.js/ai": "5.10.0",
62
+ "@warlock.js/access": "5.10.0",
63
+ "@warlock.js/notifications": "5.10.0"
64
64
  },
65
65
  "peerDependenciesMeta": {
66
66
  "sharp": {
@@ -123,7 +123,7 @@
123
123
  ],
124
124
  "author": "hassanzohdy",
125
125
  "license": "MIT",
126
- "version": "5.9.0",
126
+ "version": "5.10.0",
127
127
  "type": "module",
128
128
  "main": "./esm/index.mjs",
129
129
  "module": "./esm/index.mjs",