utilitas 1995.2.74 → 1995.2.76

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/lib/dbio.mjs CHANGED
@@ -8,7 +8,7 @@ const _NEED = ['mysql2', 'pg'];
8
8
  const [mysqlDefaultPort, postgresqlDefaultPort] = [3306, 5432];
9
9
  const [mysqlQuote, postgresqlQuote] = ['`', ''];
10
10
  const IFSC = 'information_schema';
11
- const orders = { '+': 'ASC', ASC: 'ASC', '-': 'DESC', DESC: 'DESC' };
11
+ const orders = { '+': 'ASC', ASC: 'ASC', '-': 'DESC', DESC: 'DESC', VECTOR: ' ' };
12
12
  const [INSERT, UPDATE, RETURNING] = ['INSERT', 'UPDATE', 'RETURNING'];
13
13
  const RETURNING_ALL = ` RETURNING *`;
14
14
  const [fieldId, fieldAny] = ['id', '*'];
package/lib/manifest.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "1995.2.74",
4
+ "version": "1995.2.76",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
@@ -67,6 +67,7 @@ const manifest = {
67
67
  "url": "github:Leask/node-url",
68
68
  "webpack-cli": "^5.1.4",
69
69
  "whisper-node": "^1.1.1",
70
+ "wrangler": "^3.25.0",
70
71
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
71
72
  "youtube-transcript": "^1.0.6"
72
73
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "1995.2.74",
4
+ "version": "1995.2.76",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
@@ -78,6 +78,7 @@
78
78
  "url": "github:Leask/node-url",
79
79
  "webpack-cli": "^5.1.4",
80
80
  "whisper-node": "^1.1.1",
81
+ "wrangler": "^3.25.0",
81
82
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
82
83
  "youtube-transcript": "^1.0.6"
83
84
  }