sr-npm 1.7.436 → 1.7.437

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
@@ -363,6 +363,7 @@ async function fillSecretManagerMirror() {
363
363
  console.log("Getting the company ID ");
364
364
  const companyId = await getCompanyId();
365
365
  console.log("companyId is : ", companyId);
366
+ console.log("TOKEN_NAME is , ", TOKEN_NAME);
366
367
  await wixData.insert(COLLECTIONS.SECRET_MANAGER_MIRROR, {
367
368
  tokenName: TOKEN_NAME.COMPANY_ID,
368
369
  tokenValue: companyId.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.436",
3
+ "version": "1.7.437",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {