qlcodes 1.3.2 → 1.3.3

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": "qlcodes",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -14,6 +14,7 @@
14
14
  "scripts": {
15
15
  "build": "./shell/build.sh",
16
16
  "fetch": "node ./src/fetch.mjs | ./shell/display.sh",
17
+ "fetch2": "node ./src/fetch.mjs",
17
18
  "refetch": "./shell/cleanUpCsvReferences.sh",
18
19
  "dev": "clear; cd ./shell; chmod +x ./*.sh; cd .. ; ./shell/settle.sh"
19
20
  },
@@ -22,13 +23,20 @@
22
23
  "description": "A small utility that unifies SQL error codes (SQLSTATE) from different DBMS into a single, normalized structure through a curated dataset constructed at build time.",
23
24
  "keywords": [
24
25
  "sqlstate",
25
- "postgresql",
26
- "oracle",
27
- "ibm",
28
26
  "rdbms",
29
27
  "sql",
30
28
  "error-codes",
31
- "database"
29
+ "database",
30
+ "MySQL",
31
+ "MariaDB",
32
+ "PostgreSQL",
33
+ "CockroachDB",
34
+ "Microsoft SQL Server",
35
+ "Oracle",
36
+ "SQLite",
37
+ "SAP HANA",
38
+ "Google Spanner",
39
+ "IBM"
32
40
  ],
33
41
  "repository": {
34
42
  "type": "git",