@substrat-run/contract-tests 0.92.0 → 0.92.1
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/dist/atomic-suite.js +1 -1
- package/package.json +3 -3
package/dist/atomic-suite.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Contract suite for `ctx.atomic` — sub-transactions at the engine seam (#770,
|
|
3
|
-
* docs/
|
|
3
|
+
* docs/architecture/sub-transactions.md).
|
|
4
4
|
*
|
|
5
5
|
* What it pins is one sentence: **a caught error inside `ctx.atomic` destroys
|
|
6
6
|
* everything that region wrote and nothing else.** Before this existed, a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substrat-run/contract-tests",
|
|
3
|
-
"version": "0.92.
|
|
3
|
+
"version": "0.92.1",
|
|
4
4
|
"description": "The suite every scope-host adapter must pass, forever (D-14)",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"vitest": "^3.2.7",
|
|
34
|
-
"@substrat-run/
|
|
35
|
-
"@substrat-run/
|
|
34
|
+
"@substrat-run/contracts": "^0.92.1",
|
|
35
|
+
"@substrat-run/kernel": "^0.92.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "^22.0.0",
|