sr-npm 1.7.458 → 1.7.460

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.
@@ -10,9 +10,14 @@ function getSmartToken() {
10
10
  })
11
11
  }
12
12
 
13
- function getCompanyId() {
13
+ async function getCompanyId() {
14
+ console.log("auth is : ", auth);
15
+ console.log("secrets is : ", secrets);
16
+ const print_me=await secrets.getSecretValue("companyID")
17
+ console.log("print_me is : ", print_me);
18
+ console.log("getSecretValue2 is : ", getSecretValue2);
14
19
  console.log("Getting the company ID$#%%$# from the ^$%$^^%secrets");
15
- return getSecretValue("companyID")
20
+ return getSecretValue2("companyID")
16
21
  .then((secret) => {
17
22
  return secret;
18
23
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "1.7.458",
3
+ "version": "1.7.460",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {