sr-npm 1.7.14 → 1.7.15

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
@@ -343,6 +343,7 @@ async function createApiKeyCollectionAndFillIt() {
343
343
  // await wixData.insert("ApiKey", {
344
344
  // token: token
345
345
  // });
346
+
346
347
  console.log("Smart token inserted into the ApiKey collection");
347
348
  }
348
349
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.14",
3
+ "version": "1.7.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {