@sprucelabs/postgres-data-store 11.0.2 → 11.0.4

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.
@@ -242,7 +242,7 @@ class PostgresDatabase {
242
242
  text: query,
243
243
  });
244
244
  }
245
- catch (err) {
245
+ catch {
246
246
  throw new data_stores_1.DataStoresError({
247
247
  code: 'INDEX_NOT_FOUND',
248
248
  missingIndex: (0, data_stores_1.normalizeIndex)(index).fields,
@@ -293,7 +293,7 @@ export default class PostgresDatabase {
293
293
  text: query,
294
294
  });
295
295
  }
296
- catch (err) {
296
+ catch (_a) {
297
297
  throw new DataStoresError({
298
298
  code: 'INDEX_NOT_FOUND',
299
299
  missingIndex: normalizeIndex(index).fields,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/postgres-data-store",
3
- "version": "11.0.2",
3
+ "version": "11.0.4",
4
4
  "description": "Postgres production and test adapters for @sprucelabs/data-stores",
5
5
  "skill": {
6
6
  "namespace": "postgres-data-store",
@@ -61,25 +61,25 @@
61
61
  "watch.tsc": "tsc -w"
62
62
  },
63
63
  "dependencies": {
64
- "@sprucelabs/data-stores": "^32.0.2",
65
- "@sprucelabs/schema": "^33.1.4",
66
- "pg": "^8.17.1"
64
+ "@sprucelabs/data-stores": "^32.0.4",
65
+ "@sprucelabs/schema": "^33.2.1",
66
+ "pg": "^8.18.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@sprucelabs/esm-postbuild": "^9.0.14",
70
- "@sprucelabs/jest-json-reporter": "^10.0.20",
71
- "@sprucelabs/resolve-path-aliases": "^4.0.14",
69
+ "@sprucelabs/esm-postbuild": "^9.0.16",
70
+ "@sprucelabs/jest-json-reporter": "^10.0.22",
71
+ "@sprucelabs/resolve-path-aliases": "^4.0.16",
72
72
  "@sprucelabs/semantic-release": "^6.0.0",
73
- "@sprucelabs/test": "^11.1.1",
74
- "@sprucelabs/test-utils": "^7.2.4",
75
- "@types/node": "^25.0.9",
73
+ "@sprucelabs/test": "^11.1.3",
74
+ "@sprucelabs/test-utils": "^7.2.8",
75
+ "@types/node": "^25.2.3",
76
76
  "@types/pg": "^8.16.0",
77
77
  "chokidar-cli": "^3.0.0",
78
- "eslint": "^9.39.2",
79
- "eslint-config-spruce": "^11.2.26",
78
+ "eslint": "^10.0.0",
79
+ "eslint-config-spruce": "^11.2.30",
80
80
  "jest": "^30.2.0",
81
81
  "jest-circus": "^30.2.0",
82
- "prettier": "^3.8.0",
82
+ "prettier": "^3.8.1",
83
83
  "ts-node": "^10.9.2",
84
84
  "tsc-watch": "^7.2.0",
85
85
  "typescript": "^5.9.3"