@stratal/feature-flags 0.0.0-canary-e5681b8 → 0.0.0-canary-99e36c5

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 +5 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,13 @@
1
1
  # @stratal/feature-flags
2
2
 
3
- ## 0.0.0-canary-e5681b8
3
+ ## 0.0.0-canary-99e36c5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e5681b8: Release alongside the rest of the packages; nothing changed in this one.
8
-
9
- Every Stratal package is versioned as one fixed group, so `@stratal/feature-flags` is republished at the same version as the packages it builds on rather than being left behind. Its peer ranges are open-ended, so an existing install keeps resolving — upgrade only to keep one aligned set of versions across the framework.
10
-
11
- - Updated dependencies [e5681b8]
12
- - Updated dependencies [e5681b8]
13
- - stratal@0.0.0-canary-e5681b8
14
- - @stratal/inertia@0.0.0-canary-e5681b8
7
+ - Updated dependencies [99e36c5]
8
+ - Updated dependencies [df54f36]
9
+ - @stratal/inertia@0.0.0-canary-99e36c5
10
+ - stratal@0.0.0-canary-99e36c5
15
11
 
16
12
  ## 0.1.0
17
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stratal/feature-flags",
3
- "version": "0.0.0-canary-e5681b8",
3
+ "version": "0.0.0-canary-99e36c5",
4
4
  "description": "Cloudflare Flagship feature flags for the Stratal framework — binding API wrapper with Inertia.js sharing",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -59,11 +59,11 @@
59
59
  "peerDependencies": {
60
60
  "@inertiajs/core": ">=3",
61
61
  "@inertiajs/react": ">=3",
62
- "@stratal/inertia": "0.0.0-canary-e5681b8",
62
+ "@stratal/inertia": "0.0.0-canary-99e36c5",
63
63
  "hono": ">=4",
64
64
  "react": ">=19",
65
65
  "react-dom": ">=19",
66
- "stratal": "0.0.0-canary-e5681b8"
66
+ "stratal": "0.0.0-canary-99e36c5"
67
67
  },
68
68
  "peerDependenciesMeta": {
69
69
  "@inertiajs/core": {
@@ -86,14 +86,14 @@
86
86
  "@cloudflare/workers-types": "5.20260919.1",
87
87
  "@inertiajs/core": "^3.7.1",
88
88
  "@inertiajs/react": "^3.7.1",
89
- "@stratal/inertia": "0.0.0-canary-e5681b8",
89
+ "@stratal/inertia": "0.0.0-canary-99e36c5",
90
90
  "@types/node": "^26.6.2",
91
91
  "@types/react": "^19.3.0",
92
92
  "@types/react-dom": "^19.3.0",
93
93
  "hono": "^4.13.8",
94
94
  "react": "^19.3.0",
95
95
  "react-dom": "^19.3.0",
96
- "stratal": "0.0.0-canary-e5681b8",
96
+ "stratal": "0.0.0-canary-99e36c5",
97
97
  "tsdown": "^0.23.0",
98
98
  "typescript": "^7.0.2",
99
99
  "vitest": "~4.1.11"