sr-npm 1.7.16 → 1.7.17

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 +0 -2
  2. package/package.json +1 -1
package/backend/data.js CHANGED
@@ -334,8 +334,6 @@ function getSmartToken() {
334
334
 
335
335
  async function createApiKeyCollectionAndFillIt() {
336
336
  console.log("Creating ApiKey collection and filling it with the smart token");
337
- console.log("COLLECTIONS ", COLLECTIONS);
338
- console.log("COLLECTIONS_FIELDS ", COLLECTIONS_FIELDS);
339
337
  await createCollectionIfMissing(COLLECTIONS.API_KEY, COLLECTIONS_FIELDS.API_KEY);
340
338
  console.log("Getting the smart token");
341
339
  const token = await getSmartToken();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.16",
3
+ "version": "1.7.17",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {