@sparkleideas/testing 3.0.0-alpha.8 → 3.0.0-alpha.9

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkleideas/testing",
3
- "version": "3.0.0-alpha.8",
3
+ "version": "3.0.0-alpha.9",
4
4
  "type": "module",
5
5
  "description": "Testing module - TDD London School framework, test utilities, fixtures, and mock services for V3 Claude-Flow",
6
6
  "main": "dist/index.js",
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "peerDependencies": {
45
45
  "vitest": ">=1.0.0",
46
- "@sparkleideas/memory": "^3.0.0-alpha.2",
47
- "@sparkleideas/shared": "^3.0.0-alpha.1",
48
- "@sparkleideas/swarm": "^3.0.0-alpha.1"
46
+ "@sparkleideas/memory": "*",
47
+ "@sparkleideas/shared": "*",
48
+ "@sparkleideas/swarm": "*"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@claude-flow/memory": "^3.0.0-alpha.2",