@futdevpro/nts-dynamo 1.11.31 → 1.11.32
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/build/_modules/discord-assistant-voiced/index.js +2 -2
- package/build/_modules/discord-assistant-voiced/index.js.map +1 -1
- package/build/_modules/discord-bot/index.js +1 -1
- package/build/_modules/discord-bot/index.js.map +1 -1
- package/build/_modules/oauth2/index.js +1 -1
- package/build/_modules/oauth2/index.js.map +1 -1
- package/build/_modules/open-ai/index.d.ts.map +1 -1
- package/build/_modules/open-ai/index.js +2 -3
- package/build/_modules/open-ai/index.js.map +1 -1
- package/build/_modules/socket/index.js +2 -2
- package/build/_modules/socket/index.js.map +1 -1
- package/package.json +3 -3
- package/src/_modules/discord-assistant-voiced/index.ts +2 -2
- package/src/_modules/discord-bot/index.ts +1 -1
- package/src/_modules/oauth2/index.ts +1 -1
- package/src/_modules/open-ai/index.ts +2 -3
- package/src/_modules/socket/index.ts +2 -2
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
try {
|
|
5
|
-
require('@discordjs/opus');
|
|
5
|
+
require.resolve('@discordjs/opus');
|
|
6
6
|
}
|
|
7
7
|
catch (error) {
|
|
8
8
|
console.log('❌ @discordjs/opus package not found, please install it with: pnpm add @discordjs/opus');
|
|
9
9
|
}
|
|
10
10
|
try {
|
|
11
|
-
require('@discordjs/voice');
|
|
11
|
+
require.resolve('@discordjs/voice');
|
|
12
12
|
}
|
|
13
13
|
catch (error) {
|
|
14
14
|
console.log('❌ @discordjs/voice package not found, please install it with: pnpm add @discordjs/voice');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/discord-assistant-voiced/index.ts"],"names":[],"mappings":";;;AAAA,IAAI,CAAC;IACH,OAAO,CAAC,iBAAiB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/discord-assistant-voiced/index.ts"],"names":[],"mappings":";;;AAAA,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC;AACrC,CAAC;AAAC,OAAO,KAAK,EAAE,CAAC;IACf,OAAO,CAAC,GAAG,CACT,uFAAuF,CACxF,CAAC;AACJ,CAAC;AAED,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;AACtC,CAAC;AAAC,OAAO,KAAK,EAAE,CAAC;IACf,OAAO,CAAC,GAAG,CACT,yFAAyF,CAC1F,CAAC;AACJ,CAAC;AAGD,EAAE;AACF,kCAAkC;AAClC,EAAE;AACF,2EAA2E;AAC3E,+DAA+D;AAC/D,EAAE;AAEF,eAAe;AACf,+DAAqC;AAGrC,WAAW;AACX,uFAA6D"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
try {
|
|
5
|
-
require('discord.js');
|
|
5
|
+
require.resolve('discord.js');
|
|
6
6
|
}
|
|
7
7
|
catch (error) {
|
|
8
8
|
console.log('❌ Discord.js package not found, please install it with: pnpm add discord.js');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/discord-bot/index.ts"],"names":[],"mappings":";;;AAIA,IAAI,CAAC;IACH,OAAO,CAAC,YAAY,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/discord-bot/index.ts"],"names":[],"mappings":";;;AAIA,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;AAChC,CAAC;AAAC,OAAO,KAAK,EAAE,CAAC;IACf,OAAO,CAAC,GAAG,CACT,6EAA6E,CAC9E,CAAC;AACJ,CAAC;AAED,EAAE;AACF,qBAAqB;AACrB,EAAE;AACF,8DAA8D;AAC9D,+DAA+D;AAC/D,EAAE;AAGF,cAAc;AACd,qFAA2D;AAC3D,oFAA0D;AAC1D,8EAAoD;AAEpD,SAAS;AACT,2EAAiD;AACjD,oFAA0D;AAC1D,qFAA2D;AAC3D,mFAAyD;AAEzD,WAAW;AACX,oFAA0D;AAC1D,8EAAoD;AACpD,gFAAsD;AACtD,oFAA0D"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
try {
|
|
5
|
-
require('crypto-js');
|
|
5
|
+
require.resolve('crypto-js');
|
|
6
6
|
}
|
|
7
7
|
catch (error) {
|
|
8
8
|
console.log('❌ CryptoJS package not found, please install it with: pnpm add crypto-js');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/oauth2/index.ts"],"names":[],"mappings":";;;AAAA,IAAI,CAAC;IACH,OAAO,CAAC,WAAW,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/oauth2/index.ts"],"names":[],"mappings":";;;AAAA,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;AAC/B,CAAC;AAAC,OAAO,KAAK,EAAE,CAAC;IACf,OAAO,CAAC,GAAG,CACT,0EAA0E,CAC3E,CAAC;AACJ,CAAC;AAED,8EAA8E;AAG9E,sEAA4C;AAE5C,0EAAgD;AAChD,6EAAmD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_modules/open-ai/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_modules/open-ai/index.ts"],"names":[],"mappings":"AAwBA,cAAc,+BAA+B,CAAC;AAG9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,kDAAkD,CAAC;AACjE,cAAc,qDAAqD,CAAC;AAGpE,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC;AAGnD,cAAc,oCAAoC,CAAC;AAEnD,cAAc,yDAAyD,CAAC;AACxE,cAAc,wDAAwD,CAAC;AACvE,cAAc,kDAAkD,CAAC;AACjE,cAAc,oDAAoD,CAAC;AACnE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4DAA4D,CAAC;AAC3E,cAAc,wDAAwD,CAAC;AAGvE,cAAc,oCAAoC,CAAC;AACnD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC"}
|
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
try {
|
|
5
|
-
|
|
6
|
-
require('open-ai');
|
|
5
|
+
require.resolve('open-ai');
|
|
7
6
|
}
|
|
8
|
-
catch
|
|
7
|
+
catch {
|
|
9
8
|
console.log('❌ OpenAI package not found, please install it with: pnpm add open-ai');
|
|
10
9
|
}
|
|
11
10
|
//
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/open-ai/index.ts"],"names":[],"mappings":";;;AAQA,IAAI,CAAC;IACH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/open-ai/index.ts"],"names":[],"mappings":";;;AAQA,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;AAC7B,CAAC;AAAC,MAAM,CAAC;IACP,OAAO,CAAC,GAAG,CACT,sEAAsE,CACvE,CAAC;AACJ,CAAC;AAED,EAAE;AACF,gBAAgB;AAChB,EAAE;AACF,6DAA6D;AAC7D,+DAA+D;AAC/D,EAAE;AAGF,wEAA8C;AAE9C,cAAc;AACd,2EAAiD;AACjD,2EAAiD;AACjD,mFAAyD;AACzD,2FAAiE;AACjE,8FAAoE;AAEpE,QAAQ;AACR,gFAAsD;AACtD,6EAAmD;AAEnD,SAAS;AACT,6EAAmD;AACnD,oBAAoB;AACpB,kGAAwE;AACxE,iGAAuE;AACvE,2FAAiE;AACjE,6FAAmE;AACnE,yFAA+D;AAC/D,qGAA2E;AAC3E,iGAAuE;AAEvE,WAAW;AACX,6EAAmD;AACnD,oFAA0D;AAC1D,gFAAsD;AACtD,2EAAiD;AACjD,8EAAoD"}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
try {
|
|
5
|
-
require('socket.io');
|
|
5
|
+
require.resolve('socket.io');
|
|
6
6
|
}
|
|
7
7
|
catch (error) {
|
|
8
8
|
console.log('❌ Socket.io package not found, please install it with: pnpm add socket.io');
|
|
9
9
|
}
|
|
10
10
|
try {
|
|
11
|
-
require('socket.io-client');
|
|
11
|
+
require.resolve('socket.io-client');
|
|
12
12
|
}
|
|
13
13
|
catch (error) {
|
|
14
14
|
console.log('❌ Socket.io-client package not found, please install it with: pnpm add socket.io-client');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/socket/index.ts"],"names":[],"mappings":";;;AAEA,IAAI,CAAC;IACH,OAAO,CAAC,WAAW,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/socket/index.ts"],"names":[],"mappings":";;;AAEA,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;AAC/B,CAAC;AAAC,OAAO,KAAK,EAAE,CAAC;IACf,OAAO,CAAC,GAAG,CACT,2EAA2E,CAC5E,CAAC;AACJ,CAAC;AAED,IAAI,CAAC;IACH,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;AACtC,CAAC;AAAC,OAAO,KAAK,EAAE,CAAC;IACf,OAAO,CAAC,GAAG,CACT,yFAAyF,CAC1F,CAAC;AACJ,CAAC;AAED,EAAE;AACF,mBAAmB;AACnB,EAAE;AACF,6FAA6F;AAC7F,8DAA8D;AAC9D,EAAE;AAGF,QAAQ;AACR,wEAA8C;AAG9C,SAAS;AACT,+FAAqE;AACrE,kFAAwD;AACxD,+FAAqE;AAGrE,WAAW;AACX,4EAAkD;AAClD,4EAAkD;AAClD,gEAAsC;AAEtC,uEAA6C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.11.
|
|
3
|
+
"version": "01.11.32",
|
|
4
4
|
"description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Program Ltd.",
|
|
5
5
|
"DyBu_settings": {
|
|
6
6
|
"packageType": "server-package",
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
},
|
|
165
165
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
166
166
|
"DISABLED": {
|
|
167
|
-
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.11.
|
|
167
|
+
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.11.27.tgz",
|
|
168
168
|
|
|
169
169
|
"empty": ""
|
|
170
170
|
},
|
|
171
171
|
"peerDependencies": {
|
|
172
|
-
"@futdevpro/fsm-dynamo": "1.11.
|
|
172
|
+
"@futdevpro/fsm-dynamo": "1.11.27",
|
|
173
173
|
|
|
174
174
|
"@types/express": "4.17.21",
|
|
175
175
|
"@types/geoip-lite": "~1.4.1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
try {
|
|
2
|
-
require('@discordjs/opus');
|
|
2
|
+
require.resolve('@discordjs/opus');
|
|
3
3
|
} catch (error) {
|
|
4
4
|
console.log(
|
|
5
5
|
'❌ @discordjs/opus package not found, please install it with: pnpm add @discordjs/opus'
|
|
@@ -7,7 +7,7 @@ try {
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
try {
|
|
10
|
-
require('@discordjs/voice');
|
|
10
|
+
require.resolve('@discordjs/voice');
|
|
11
11
|
} catch (error) {
|
|
12
12
|
console.log(
|
|
13
13
|
'❌ @discordjs/voice package not found, please install it with: pnpm add @discordjs/voice'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
try {
|
|
4
|
-
require('socket.io');
|
|
4
|
+
require.resolve('socket.io');
|
|
5
5
|
} catch (error) {
|
|
6
6
|
console.log(
|
|
7
7
|
'❌ Socket.io package not found, please install it with: pnpm add socket.io'
|
|
@@ -9,7 +9,7 @@ try {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
try {
|
|
12
|
-
require('socket.io-client');
|
|
12
|
+
require.resolve('socket.io-client');
|
|
13
13
|
} catch (error) {
|
|
14
14
|
console.log(
|
|
15
15
|
'❌ Socket.io-client package not found, please install it with: pnpm add socket.io-client'
|