sr-npm 1.7.61 → 1.7.63

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/backend/consts.js CHANGED
@@ -3,6 +3,7 @@ const {
3
3
  saveJobsDescriptionsAndLocationToCMS,
4
4
  aggregateJobsByFieldToCMS,
5
5
  referenceJobsToField,
6
+ createApiKeyCollectionAndFillIt,
6
7
  } = require('./data');
7
8
  const { createCollectionIfMissing } = require('@hisense-staging/velo-npm/backend');
8
9
  const { COLLECTIONS, COLLECTIONS_FIELDS } = require('./collectionConsts');
@@ -126,6 +127,13 @@ const TASKS = {
126
127
  shouldSkipCheck: () => false,
127
128
  estimatedDurationSec: 3,
128
129
  },
130
+ [TASKS_NAMES.CREATE_API_KEY_COLLECTION_AND_FILL_IT]: {
131
+ name: TASKS_NAMES.CREATE_API_KEY_COLLECTION_AND_FILL_IT,
132
+ getIdentifier:()=> "SHOULD_NEVER_SKIP",
133
+ process:()=>createApiKeyCollectionAndFillIt(),
134
+ shouldSkipCheck:()=>false,
135
+ estimatedDurationSec:3
136
+ }
129
137
  };
130
138
 
131
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.61",
3
+ "version": "1.7.63",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "homepage": "https://github.com/psdevteamenterprise/sr-npm#readme",
19
19
  "dependencies": {
20
- "@hisense-staging/velo-npm": "1.7.249",
20
+ "@hisense-staging/velo-npm": "3.0.19",
21
21
  "@wix/data": "^1.0.211",
22
22
  "@wix/essentials": "^0.1.24",
23
23
  "@wix/secrets": "^1.0.53"