@alma-harness/testing 0.3.0 → 0.4.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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  The shared storage contract suites of [Alma](https://github.com/FabioFernandesCarneiro/alma)
4
4
  — what "correct" means for every storage adapter, on any backend.
5
5
 
6
- > **Status: 0.2.0 on npm, pre-1.0.** The API is still moving; see the
6
+ > **Status: 0.3.0 on npm, pre-1.0.** The API is still moving; see the
7
7
  > [roadmap](../../docs/architecture.md#12-adoption-roadmap) for where it stands.
8
8
 
9
9
  ## What it owns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alma-harness/testing",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Alma's shared storage contract suites: what correct means for every SessionStore, EpisodeStore, ProfileStore, and MemoryErasure adapter, on any backend.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -20,15 +20,15 @@
20
20
  },
21
21
  "peerDependencies": {
22
22
  "vitest": ">=3",
23
- "@alma-harness/core": "^0.3.0",
24
- "@alma-harness/memory": "^0.3.0"
23
+ "@alma-harness/core": "^0.4.0",
24
+ "@alma-harness/memory": "^0.4.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.1.0",
28
28
  "typescript": "^5.9.2",
29
29
  "vitest": "^3.2.4",
30
- "@alma-harness/core": "^0.3.0",
31
- "@alma-harness/memory": "^0.3.0"
30
+ "@alma-harness/core": "^0.4.0",
31
+ "@alma-harness/memory": "^0.4.0"
32
32
  },
33
33
  "files": [
34
34
  "dist"