@crowdin/app-project-module 0.95.0 → 0.95.2
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/out/storage/postgre.js
CHANGED
|
@@ -497,7 +497,7 @@ class PostgreStorage {
|
|
|
497
497
|
saveFilesSnapshot(files, integrationId, crowdinId, provider) {
|
|
498
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
499
499
|
yield this.dbPromise;
|
|
500
|
-
yield this.executeQuery((client) => client.query('INSERT INTO files_snapshot(integration_id, crowdin_id,
|
|
500
|
+
yield this.executeQuery((client) => client.query('INSERT INTO files_snapshot(files, integration_id, crowdin_id, provider) VALUES ($1, $2, $3, $4)', [files, integrationId, crowdinId, provider]));
|
|
501
501
|
});
|
|
502
502
|
}
|
|
503
503
|
updateFilesSnapshot(files, integrationId, crowdinId, provider) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crowdin/app-project-module",
|
|
3
|
-
"version": "0.95.
|
|
3
|
+
"version": "0.95.2",
|
|
4
4
|
"description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@crowdin/logs-formatter": "^2.1.8",
|
|
26
26
|
"@godaddy/terminus": "^4.12.1",
|
|
27
27
|
"@monaco-editor/react": "^4.7.0",
|
|
28
|
-
"amqplib": "^0.10.
|
|
28
|
+
"amqplib": "^0.10.8",
|
|
29
29
|
"crypto-js": "^4.2.0",
|
|
30
30
|
"express": "^4.21.2",
|
|
31
31
|
"express-handlebars": "^5.3.5",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
61
61
|
"@rollup/plugin-replace": "^5.0.7",
|
|
62
62
|
"@rollup/plugin-terser": "^0.4.4",
|
|
63
|
-
"@types/amqplib": "^0.10.
|
|
63
|
+
"@types/amqplib": "^0.10.7",
|
|
64
64
|
"@types/crypto-js": "^4.2.2",
|
|
65
65
|
"@types/express": "4.17.21",
|
|
66
66
|
"@types/express-handlebars": "^5.3.1",
|