@futdevpro/nts-dynamo 1.14.21 → 1.14.22
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.
|
@@ -136,7 +136,7 @@ jobs:
|
|
|
136
136
|
- 27017:27017
|
|
137
137
|
steps:
|
|
138
138
|
- name: Checkout code
|
|
139
|
-
uses: actions/checkout@
|
|
139
|
+
uses: actions/checkout@v4
|
|
140
140
|
|
|
141
141
|
- name: Set NPM RC
|
|
142
142
|
run: |
|
|
@@ -177,7 +177,7 @@ jobs:
|
|
|
177
177
|
version_published: ${{ steps.version_check_results.outputs.version_published }}
|
|
178
178
|
steps:
|
|
179
179
|
- name: Checkout code
|
|
180
|
-
uses: actions/checkout@
|
|
180
|
+
uses: actions/checkout@v4
|
|
181
181
|
|
|
182
182
|
- name: Set Package Name
|
|
183
183
|
run: |
|
|
@@ -227,7 +227,7 @@ jobs:
|
|
|
227
227
|
timeout-minutes: 20
|
|
228
228
|
steps:
|
|
229
229
|
- name: Checkout code
|
|
230
|
-
uses: actions/checkout@
|
|
230
|
+
uses: actions/checkout@v4
|
|
231
231
|
|
|
232
232
|
- name: Set NPM RC
|
|
233
233
|
run: |
|
|
@@ -270,7 +270,7 @@ jobs:
|
|
|
270
270
|
|
|
271
271
|
# NEW IMPLEMENTATION using futdevpro/fdp-github-actions/send-build-report@master:
|
|
272
272
|
- name: Checkout code
|
|
273
|
-
uses: actions/checkout@
|
|
273
|
+
uses: actions/checkout@v4
|
|
274
274
|
|
|
275
275
|
- name: Send Build Report
|
|
276
276
|
uses: futdevpro/fdp-github-actions/send-build-report@master
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.14.
|
|
3
|
+
"version": "01.14.22",
|
|
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",
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
},
|
|
261
261
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
262
262
|
"DISABLED": {
|
|
263
|
-
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.14.
|
|
263
|
+
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.14.14.tgz",
|
|
264
264
|
|
|
265
265
|
"empty": ""
|
|
266
266
|
},
|
|
267
267
|
"peerDependencies": {
|
|
268
|
-
"@futdevpro/fsm-dynamo": "1.14.
|
|
268
|
+
"@futdevpro/fsm-dynamo": "1.14.14",
|
|
269
269
|
|
|
270
270
|
"@types/express": "4.17.21",
|
|
271
271
|
"@types/geoip-lite": "~1.4.1",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"ts-node": "~10.9.2"
|
|
282
282
|
},
|
|
283
283
|
"devDependencies": {
|
|
284
|
-
"@futdevpro/dynamo-eslint": "1.14.
|
|
284
|
+
"@futdevpro/dynamo-eslint": "1.14.12",
|
|
285
285
|
"@discordjs/opus": "^0.10.0",
|
|
286
286
|
"@discordjs/voice": "^0.18.0",
|
|
287
287
|
"@types/jasmine": "~4.3.5",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"jasmine": "5.10.0",
|
|
299
299
|
"jasmine-ts": "~0.4.0",
|
|
300
300
|
"prettier": "^3.3.0",
|
|
301
|
-
"openai": "
|
|
301
|
+
"openai": "~5.23.2",
|
|
302
302
|
"socket.io": "~4.8.1",
|
|
303
303
|
"socket.io-client": "~4.8.1",
|
|
304
304
|
"tslib": "~2.6.2",
|