@postgresql-typed/oids
Advanced tools
Comparing version
@@ -796,3 +796,3 @@ /* eslint-disable unicorn/filename-case */ | ||
OID[OID["unknown"] = 705] = "unknown"; | ||
})(OID = OID || (OID = {})); | ||
})(OID || (OID = {})); | ||
//# sourceMappingURL=OIDs.js.map |
{ | ||
"name": "@postgresql-typed/oids", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A collection of the PostgreSQL OIDs (Object Identifiers) for all of the built-in data types.", | ||
@@ -33,4 +33,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/pg": "^8.6.6", | ||
"pg": "^8.10.0" | ||
"@types/pg": "^8.10.2", | ||
"pg": "^8.11.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"packageManager": "pnpm@8.6.0", | ||
"packageManager": "pnpm@8.6.11", | ||
"engines": { | ||
@@ -52,5 +52,5 @@ "node": ">=16", | ||
"test:ci": "vitest --run --coverage", | ||
"lint": "eslint --fix --ext .ts ./ && prettier -w .", | ||
"lint:ci": "eslint --ext .ts ./ && prettier --check ." | ||
"lint": "eslint --ext .ts ./ && prettier --check .", | ||
"lint:fix": "eslint --fix --ext .ts ./ && prettier -w ." | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
59715
-0.02%