@saasicat/persistence-testing 1.0.0-rc.5 → 1.0.0-rc.7
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/README.md +2 -2
- package/dist/.build-stamp +1 -1
- package/dist/index.cjs +623 -17
- package/dist/index.d.cts +37 -4
- package/dist/index.d.ts +37 -4
- package/dist/index.js +623 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -46,7 +46,6 @@ import { persistenceAdapterContract } from '@saasicat/persistence-testing';
|
|
|
46
46
|
|
|
47
47
|
persistenceAdapterContract({
|
|
48
48
|
name: 'adapter-drizzle @ postgres',
|
|
49
|
-
projectKey: 'my-app',
|
|
50
49
|
create: async () => ({
|
|
51
50
|
adapter: {
|
|
52
51
|
capabilities: { transactions: true, pessimisticLocking: true /* … */ },
|
|
@@ -81,4 +80,5 @@ scenarios gate off, visibly).
|
|
|
81
80
|
## Next
|
|
82
81
|
|
|
83
82
|
- [Ports and adapters](../../docs/explanation/adr/0007-ports-and-adapters.md) — what a port promises
|
|
84
|
-
- [Test coverage](../../docs/explanation/test-coverage.md) — what this contract reaches, and what it
|
|
83
|
+
- [Test coverage](../../docs/explanation/test-coverage.md) — what this contract reaches, and what it
|
|
84
|
+
does not
|
package/dist/.build-stamp
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f8fd095166a2f394a21237d9930e903cfeb537118dd7aa760212975afb692155
|