dyno-table 1.1.0 → 1.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dyno-table",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "A TypeScript library to simplify working with DynamoDB",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -88,7 +88,7 @@
88
88
  "clean": "rm -rf dist",
89
89
  "test": "vitest run",
90
90
  "test:w": "vitest watch",
91
- "test:int": "vitest --config vitest.integration.ts",
91
+ "test:int": "vitest run --config vitest.integration.ts",
92
92
  "local:setup": "npx tsx -e 'import(\"./tests/setup-test-table.ts\").then(m => m.createTestTable())'",
93
93
  "local:teardown": "npx tsx -e 'import(\"./tests/setup-test-table.ts\").then(m => m.deleteTestTable())'",
94
94
  "lint": "biome lint",