@strav/flag 1.0.0-alpha.42 → 1.0.0-alpha.43

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strav/flag",
3
- "version": "1.0.0-alpha.42",
3
+ "version": "1.0.0-alpha.43",
4
4
  "description": "Strav feature-flag primitive — FlagManager + scope-aware resolution + in-memory store, with Postgres store, HTTP middleware, and CLI commands shipped under subpaths. Mirrors @strav/cache: kernel-free core in the root, every backend/integration under its own subpath.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -23,12 +23,12 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@strav/kernel": "1.0.0-alpha.42"
26
+ "@strav/kernel": "1.0.0-alpha.43"
27
27
  },
28
28
  "peerDependencies": {
29
- "@strav/cli": "1.0.0-alpha.42",
30
- "@strav/database": "1.0.0-alpha.42",
31
- "@strav/http": "1.0.0-alpha.42",
29
+ "@strav/cli": "1.0.0-alpha.43",
30
+ "@strav/database": "1.0.0-alpha.43",
31
+ "@strav/http": "1.0.0-alpha.43",
32
32
  "@types/bun": ">=1.3.14"
33
33
  },
34
34
  "peerDependenciesMeta": {