@citolab/qti-backend-firebase 0.0.3 → 0.0.5
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/dist/api/app-specific/base/application-specific-base.d.ts +11 -20
- package/dist/api/app-specific/base/application-specific-base.d.ts.map +1 -1
- package/dist/api/app-specific/base/application-specific-base.js +73 -88
- package/dist/api/app-specific/base/application-specific-base.js.map +1 -1
- package/dist/api/app-specific/baseImplementation.d.ts +2 -3
- package/dist/api/app-specific/baseImplementation.d.ts.map +1 -1
- package/dist/api/app-specific/baseImplementation.js +2 -6
- package/dist/api/app-specific/baseImplementation.js.map +1 -1
- package/dist/api/app-specific/index.d.ts +1 -0
- package/dist/api/app-specific/index.d.ts.map +1 -1
- package/dist/api/app-specific/index.js +1 -0
- package/dist/api/app-specific/index.js.map +1 -1
- package/dist/api/app-specific/interface/IApplicationSpecific.d.ts +10 -20
- package/dist/api/app-specific/interface/IApplicationSpecific.d.ts.map +1 -1
- package/dist/api/qti-data.d.ts.map +1 -1
- package/dist/api/qti-data.js +619 -271
- package/dist/api/qti-data.js.map +1 -1
- package/dist/api/qti-resources.d.ts.map +1 -1
- package/dist/api/qti-resources.js +134 -131
- package/dist/api/qti-resources.js.map +1 -1
- package/dist/api/qti-teacher.d.ts.map +1 -1
- package/dist/api/qti-teacher.js +563 -424
- package/dist/api/qti-teacher.js.map +1 -1
- package/dist/api/qti-tools.d.ts.map +1 -1
- package/dist/api/qti-tools.js +213 -41
- package/dist/api/qti-tools.js.map +1 -1
- package/dist/helpers/database.d.ts +35 -24
- package/dist/helpers/database.d.ts.map +1 -1
- package/dist/helpers/database.js +47 -36
- package/dist/helpers/database.js.map +1 -1
- package/dist/helpers/db.d.ts +1 -1
- package/dist/helpers/db.d.ts.map +1 -1
- package/dist/helpers/db.js +3 -7
- package/dist/helpers/db.js.map +1 -1
- package/dist/helpers/endpoint-helpers.d.ts +2 -2
- package/dist/helpers/endpoint-helpers.d.ts.map +1 -1
- package/dist/helpers/endpoint-helpers.js +59 -17
- package/dist/helpers/endpoint-helpers.js.map +1 -1
- package/dist/helpers/excel-helper.d.ts +29 -0
- package/dist/helpers/excel-helper.d.ts.map +1 -0
- package/dist/helpers/excel-helper.js +150 -0
- package/dist/helpers/excel-helper.js.map +1 -0
- package/dist/helpers/general.d.ts +15 -0
- package/dist/helpers/general.d.ts.map +1 -0
- package/dist/helpers/general.js +148 -0
- package/dist/helpers/general.js.map +1 -0
- package/dist/helpers/index.d.ts +2 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +2 -0
- package/dist/helpers/index.js.map +1 -1
- package/dist/helpers/logic.d.ts +100 -41
- package/dist/helpers/logic.d.ts.map +1 -1
- package/dist/helpers/logic.js +523 -413
- package/dist/helpers/logic.js.map +1 -1
- package/dist/helpers/package-upload.d.ts.map +1 -1
- package/dist/helpers/package-upload.js +2 -3
- package/dist/helpers/package-upload.js.map +1 -1
- package/dist/helpers/package.d.ts +3 -4
- package/dist/helpers/package.d.ts.map +1 -1
- package/dist/helpers/package.js +12 -17
- package/dist/helpers/package.js.map +1 -1
- package/dist/helpers/request-headers.d.ts +4 -0
- package/dist/helpers/request-headers.d.ts.map +1 -1
- package/dist/helpers/request-headers.js +2 -2
- package/dist/helpers/request-headers.js.map +1 -1
- package/dist/helpers/resource-cache.d.ts +35 -0
- package/dist/helpers/resource-cache.d.ts.map +1 -0
- package/dist/helpers/resource-cache.js +171 -0
- package/dist/helpers/resource-cache.js.map +1 -0
- package/dist/helpers/storage.d.ts +2 -2
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/helpers/storage.js +16 -15
- package/dist/helpers/storage.js.map +1 -1
- package/dist/helpers/utils.d.ts +4 -3
- package/dist/helpers/utils.d.ts.map +1 -1
- package/dist/helpers/utils.js +73 -51
- package/dist/helpers/utils.js.map +1 -1
- package/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citolab/qti-backend-firebase",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"exports": {
|
|
6
6
|
"./qti-endpoints-data": "./dist/api/qti-data.js",
|
|
@@ -58,21 +58,23 @@
|
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|
|
61
|
-
"url": "git+https://github.com/Citolab/qti-
|
|
61
|
+
"url": "git+https://github.com/Citolab/qti-backend-firebase.git"
|
|
62
62
|
},
|
|
63
63
|
"bugs": {
|
|
64
|
-
"url": "https://github.com/Citolab/qti-
|
|
64
|
+
"url": "https://github.com/Citolab/qti-backend-firebase/issues"
|
|
65
65
|
},
|
|
66
|
-
"homepage": "https://github.com/Citolab/qti-
|
|
66
|
+
"homepage": "https://github.com/Citolab/qti-backend-firebasei#readme",
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/busboy": "^1.5.4",
|
|
69
69
|
"@types/jest": "^29.5.0",
|
|
70
70
|
"@types/multer": "^1.4.13",
|
|
71
71
|
"@types/node": "^20.0.0",
|
|
72
72
|
"@types/unzipper": "^0.10.11",
|
|
73
|
+
"@types/uuid": "^10.0.0",
|
|
73
74
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
74
75
|
"@typescript-eslint/parser": "^6.0.0",
|
|
75
76
|
"eslint": "^8.0.0",
|
|
77
|
+
"exceljs": "^4.4.0",
|
|
76
78
|
"jest": "^29.5.0",
|
|
77
79
|
"nodemon": "^3.1.10",
|
|
78
80
|
"np": "^10.2.0",
|
|
@@ -82,20 +84,21 @@
|
|
|
82
84
|
"typescript": "^5.0.0"
|
|
83
85
|
},
|
|
84
86
|
"dependencies": {
|
|
85
|
-
"@citolab/qti-api": ">=8",
|
|
87
|
+
"@citolab/qti-api": ">= 8.0.18",
|
|
86
88
|
"@citolab/qti-components": ">=7.0.0-0 || >=7.0.0-beta.0 || >=7.0.0-next.0",
|
|
87
89
|
"@citolab/qti-convert": ">=0.3",
|
|
88
|
-
"axios": ">=1.
|
|
90
|
+
"axios": ">=1.12",
|
|
89
91
|
"busboy": ">=1.6.0",
|
|
90
92
|
"cheerio": ">=1.1.0",
|
|
91
|
-
"express": ">=
|
|
92
|
-
"express-rate-limit": ">=
|
|
93
|
+
"express": ">=5",
|
|
94
|
+
"express-rate-limit": ">=8",
|
|
93
95
|
"express-validator": ">=7.2",
|
|
94
96
|
"firebase-admin": ">=13",
|
|
95
97
|
"firebase-functions": ">=6",
|
|
96
98
|
"multer": ">=2",
|
|
97
99
|
"node-cache": ">=5",
|
|
98
100
|
"saxon-js": ">=2.7.0",
|
|
99
|
-
"unzipper": ">=0.12"
|
|
101
|
+
"unzipper": ">=0.12",
|
|
102
|
+
"uuid": ">=13"
|
|
100
103
|
}
|
|
101
104
|
}
|