sr-npm 1.7.404 → 1.7.405

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.
Files changed (2) hide show
  1. package/backend/data.js +1 -0
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -361,6 +361,7 @@ async function referenceJobs() {
361
361
 
362
362
  async function syncJobsFast(templateType) {
363
363
  console.log("templateType is : ", templateType);
364
+
364
365
  console.log("Syncing jobs fast");
365
366
  await createCompanyIdCollectionAndFillIt();
366
367
  await createApiKeyCollectionAndFillIt();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.404",
3
+ "version": "1.7.405",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {