sr-npm 1.7.462 → 1.7.463
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/secretsData.js +1 -0
- package/package.json +2 -2
package/backend/secretsData.js
CHANGED
|
@@ -12,6 +12,7 @@ function getSmartToken() {
|
|
|
12
12
|
|
|
13
13
|
function getCompanyId() {
|
|
14
14
|
console.log("Getting the company ID from the secrets");
|
|
15
|
+
console.log("using 53 version of secrets")
|
|
15
16
|
const getSecretValue2 = auth.elevate(secrets.getSecretValue);
|
|
16
17
|
console.log("getSecretValue2 is : ", getSecretValue2);
|
|
17
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sr-npm",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.463",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@hisense-staging/velo-npm": "3.0.19",
|
|
21
21
|
"@wix/data": "^1.0.211",
|
|
22
22
|
"@wix/essentials": "^0.1.24",
|
|
23
|
-
"@wix/secrets": "^1.0.
|
|
23
|
+
"@wix/secrets": "^1.0.53",
|
|
24
24
|
"@wix/site-location": "^1.0.0",
|
|
25
25
|
"@wix/site-window": "^1.0.0",
|
|
26
26
|
"axios": "^1.11.0",
|