- Aggiornato node.js alla versione 22.18.1

- Aggiornato tutti i pacchetti del server all'ultima versione.
- passato mongoose da versione 5 a versione 6
This commit is contained in:
Surya Paolo
2025-03-03 00:46:08 +01:00
parent 45d06b0923
commit 53a70a1c96
120 changed files with 3385 additions and 6065 deletions

View File

@@ -3,7 +3,7 @@ const { ObjectId } = require('mongodb');
module.exports = {
list: [
{
_id: ObjectId("115a353c002c298f44900010"),
_id: new ObjectId("115a353c002c298f44900010"),
idapp: 18,
ask: [
{ descr: 'Scegli quanti punti', value: 'numpunti' },
@@ -13,7 +13,7 @@ module.exports = {
output_type: 'ELENCO',
},
{
_id: ObjectId("115a353c002c298f44900020"),
_id: new ObjectId("115a353c002c298f44900020"),
idapp: 18,
ask: [
{ descr: 'Numeri di righe', value: 'numrighe', min: 1, max: 100 },
@@ -23,7 +23,7 @@ module.exports = {
output_type: 'ELENCO',
},
{
_id: ObjectId("115a353c002c829f44900030"),
_id: new ObjectId("115a353c002c829f44900030"),
idapp: 18,
ask: [],
descr: 'Estrai le cose importanti dell\'articolo',
@@ -31,7 +31,7 @@ module.exports = {
output_type: '',
},
{
_id: ObjectId("115a353c002c8298f4900040"),
_id: new ObjectId("115a353c002c8298f4900040"),
idapp: 18,
ask: [],
descr: 'Dammi degli Emoji',
@@ -40,7 +40,7 @@ module.exports = {
output_type: '',
},
{
_id: ObjectId("115a353c002c298f44900050"),
_id: new ObjectId("115a353c002c298f44900050"),
idapp: 18,
ask: [
{ descr: 'Scegli quanti Punti', value: 'numpunti' },
@@ -50,13 +50,13 @@ module.exports = {
output_type: 'ELENCO',
},
{
_id: ObjectId("115a353c002c898f44900060"),
_id: new ObjectId("115a353c002c898f44900060"),
idapp: 18,
descr: 'Scaletta punti',
query: 'Mi fai una scaletta di punti che potrei affrontare durante il webinar.',
},
{
_id: ObjectId("115a353c002c829f44900070"),
_id: new ObjectId("115a353c002c829f44900070"),
idapp: 18,
descr: 'Elenchi Puntati',
query: 'Mi trasformi questo testo in elenchi puntati? {testo}',