utilitas 1995.3.39 → 1995.3.41

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/alan.mjs CHANGED
@@ -110,9 +110,9 @@ const MODELS = {
110
110
  contextWindow: 128000,
111
111
  imageCostTokens: 1105,
112
112
  maxOutputTokens: 4096,
113
- requestLimitsRPM: 5000,
113
+ requestLimitsRPM: 10000,
114
114
  tokenLimitsTPD: 40000000,
115
- tokenLimitsTPM: 600000,
115
+ tokenLimitsTPM: 800000,
116
116
  trainingData: 'Oct 2023',
117
117
  vision: true,
118
118
  supportedMimeTypes: [
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.3.39",
4
+ "version": "1995.3.41",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
@@ -26,17 +26,17 @@ const manifest = {
26
26
  "devDependencies": {
27
27
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
28
28
  "@ffprobe-installer/ffprobe": "^2.1.2",
29
- "@google-cloud/aiplatform": "^3.22.0",
29
+ "@google-cloud/aiplatform": "^3.23.0",
30
30
  "@google-cloud/speech": "^6.6.0",
31
- "@google-cloud/storage": "^7.11.1",
31
+ "@google-cloud/storage": "^7.11.2",
32
32
  "@google-cloud/text-to-speech": "^5.3.0",
33
33
  "@google-cloud/vertexai": "^1.2.0",
34
34
  "@google-cloud/vision": "^4.3.0",
35
35
  "@google/generative-ai": "^0.12.0",
36
36
  "@mozilla/readability": "^0.5.0",
37
37
  "@ngrok/ngrok": "^1.3.0",
38
- "@sentry/node": "^8.7.0",
39
- "@sentry/profiling-node": "^8.7.0",
38
+ "@sentry/node": "^8.8.0",
39
+ "@sentry/profiling-node": "^8.8.0",
40
40
  "acme-client": "^5.3.1",
41
41
  "browserify-fs": "^1.0.0",
42
42
  "buffer": "^6.0.3",
@@ -55,20 +55,21 @@ const manifest = {
55
55
  "node-polyfill-webpack-plugin": "^4.0.0",
56
56
  "office-text-extractor": "^3.0.3",
57
57
  "ollama": "^0.5.1",
58
- "openai": "^4.47.3",
58
+ "openai": "^4.49.1",
59
59
  "pdfjs-dist": "^4.3.136",
60
- "pg": "^8.11.5",
60
+ "pg": "^8.12.0",
61
61
  "pgvector": "^0.1.8",
62
62
  "ping": "^0.4.4",
63
+ "process": "^0.11.10",
63
64
  "say": "^0.16.0",
64
65
  "telegraf": "^4.16.3",
65
66
  "telesignsdk": "^3.0.0",
66
67
  "tesseract.js": "^5.1.0",
67
- "twilio": "^5.1.0",
68
+ "twilio": "^5.1.1",
68
69
  "url": "github:Leask/node-url",
69
70
  "webpack-cli": "^5.1.4",
70
71
  "whisper-node": "^1.1.1",
71
- "wrangler": "^3.58.0",
72
+ "wrangler": "^3.60.0",
72
73
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
73
74
  "youtube-transcript": "^1.2.1"
74
75
  }
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.3.39",
4
+ "version": "1995.3.41",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
@@ -37,17 +37,17 @@
37
37
  "devDependencies": {
38
38
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
39
39
  "@ffprobe-installer/ffprobe": "^2.1.2",
40
- "@google-cloud/aiplatform": "^3.22.0",
40
+ "@google-cloud/aiplatform": "^3.23.0",
41
41
  "@google-cloud/speech": "^6.6.0",
42
- "@google-cloud/storage": "^7.11.1",
42
+ "@google-cloud/storage": "^7.11.2",
43
43
  "@google-cloud/text-to-speech": "^5.3.0",
44
44
  "@google-cloud/vertexai": "^1.2.0",
45
45
  "@google-cloud/vision": "^4.3.0",
46
46
  "@google/generative-ai": "^0.12.0",
47
47
  "@mozilla/readability": "^0.5.0",
48
48
  "@ngrok/ngrok": "^1.3.0",
49
- "@sentry/node": "^8.7.0",
50
- "@sentry/profiling-node": "^8.7.0",
49
+ "@sentry/node": "^8.8.0",
50
+ "@sentry/profiling-node": "^8.8.0",
51
51
  "acme-client": "^5.3.1",
52
52
  "browserify-fs": "^1.0.0",
53
53
  "buffer": "^6.0.3",
@@ -66,20 +66,21 @@
66
66
  "node-polyfill-webpack-plugin": "^4.0.0",
67
67
  "office-text-extractor": "^3.0.3",
68
68
  "ollama": "^0.5.1",
69
- "openai": "^4.47.3",
69
+ "openai": "^4.49.1",
70
70
  "pdfjs-dist": "^4.3.136",
71
- "pg": "^8.11.5",
71
+ "pg": "^8.12.0",
72
72
  "pgvector": "^0.1.8",
73
73
  "ping": "^0.4.4",
74
+ "process": "^0.11.10",
74
75
  "say": "^0.16.0",
75
76
  "telegraf": "^4.16.3",
76
77
  "telesignsdk": "^3.0.0",
77
78
  "tesseract.js": "^5.1.0",
78
- "twilio": "^5.1.0",
79
+ "twilio": "^5.1.1",
79
80
  "url": "github:Leask/node-url",
80
81
  "webpack-cli": "^5.1.4",
81
82
  "whisper-node": "^1.1.1",
82
- "wrangler": "^3.58.0",
83
+ "wrangler": "^3.60.0",
83
84
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
84
85
  "youtube-transcript": "^1.2.1"
85
86
  }