@crewhaus/canary-controller 0.5.2 → 0.5.4
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crewhaus/canary-controller",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Percent-of-traffic rollout with eval-gated promotion. Hash-routes requests across two pinned versions and auto-rolls-back on regression.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"test": "bun test src"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@crewhaus/audit-log": "0.5.
|
|
19
|
-
"@crewhaus/deployment-controller": "0.5.
|
|
20
|
-
"@crewhaus/errors": "0.5.
|
|
21
|
-
"@crewhaus/spec-registry": "0.5.
|
|
18
|
+
"@crewhaus/audit-log": "0.5.4",
|
|
19
|
+
"@crewhaus/deployment-controller": "0.5.4",
|
|
20
|
+
"@crewhaus/errors": "0.5.4",
|
|
21
|
+
"@crewhaus/spec-registry": "0.5.4"
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"author": {
|