utilitas 2000.3.3 → 2000.3.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.
package/index.mjs CHANGED
@@ -12,6 +12,7 @@ import * as cache from './lib/cache.mjs';
12
12
  import * as callosum from './lib/callosum.mjs';
13
13
  import * as dbio from './lib/dbio.mjs';
14
14
  import * as email from './lib/email.mjs';
15
+ import * as embedding from './lib/embedding.mjs';
15
16
  import * as encryption from './lib/encryption.mjs';
16
17
  import * as event from './lib/event.mjs';
17
18
  import * as gen from './lib/gen.mjs';
@@ -38,9 +39,9 @@ export {
38
39
  // dependencies
39
40
  fileType, math, uuid,
40
41
  // features
41
- alan, bee, bot, boxes, cache, callosum, color, dbio, email, encryption,
42
- event, gen, manifest, media, memory, network, sentinel, shell, sms, speech,
43
- ssl, storage, tape, uoid, utilitas, vision, web
42
+ alan, bee, bot, boxes, cache, callosum, color, dbio, email, embedding,
43
+ encryption, event, gen, manifest, media, memory, network, sentinel, shell,
44
+ sms, speech, ssl, storage, tape, uoid, utilitas, vision, web
44
45
  };
45
46
 
46
47
  if (utilitas.inBrowser() && !globalThis.utilitas) {
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": "2000.3.3",
4
+ "version": "2000.3.4",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
@@ -56,7 +56,7 @@ const manifest = {
56
56
  "pgvector": "^0.2.1",
57
57
  "ping": "^1.0.0",
58
58
  "process": "^0.11.10",
59
- "puppeteer": "^24.30.0",
59
+ "puppeteer": "^24.31.0",
60
60
  "say": "^0.16.0",
61
61
  "telegraf": "^4.16.3",
62
62
  "telesignsdk": "^3.0.4",
@@ -65,7 +65,7 @@ const manifest = {
65
65
  "url": "github:Leask/node-url",
66
66
  "webpack-cli": "^6.0.1",
67
67
  "whisper-node": "^1.1.1",
68
- "wrangler": "^4.49.0",
68
+ "wrangler": "^4.50.0",
69
69
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
70
70
  "youtube-transcript": "^1.2.1"
71
71
  }
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": "2000.3.3",
4
+ "version": "2000.3.4",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
@@ -67,7 +67,7 @@
67
67
  "pgvector": "^0.2.1",
68
68
  "ping": "^1.0.0",
69
69
  "process": "^0.11.10",
70
- "puppeteer": "^24.30.0",
70
+ "puppeteer": "^24.31.0",
71
71
  "say": "^0.16.0",
72
72
  "telegraf": "^4.16.3",
73
73
  "telesignsdk": "^3.0.4",
@@ -76,7 +76,7 @@
76
76
  "url": "github:Leask/node-url",
77
77
  "webpack-cli": "^6.0.1",
78
78
  "whisper-node": "^1.1.1",
79
- "wrangler": "^4.49.0",
79
+ "wrangler": "^4.50.0",
80
80
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
81
81
  "youtube-transcript": "^1.2.1"
82
82
  }