@wix/secrets 1.0.36 → 1.0.37
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/secrets",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/secrets_secrets": "1.0.
|
|
21
|
+
"@wix/secrets_secrets": "1.0.26"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "2fcb42dfffcb500062cca9a79506d4cc81a5b8bf6b410ccd026edfb3"
|
|
47
47
|
}
|
|
@@ -391,7 +391,9 @@ type _publicOnSecretDeletedType = typeof onSecretDeleted$1;
|
|
|
391
391
|
declare const onSecretDeleted: ReturnType<typeof createEventModule<_publicOnSecretDeletedType>>;
|
|
392
392
|
|
|
393
393
|
type _publicOnSecretUpdatedType = typeof onSecretUpdated$1;
|
|
394
|
-
/**
|
|
394
|
+
/**
|
|
395
|
+
* Triggered when a secret is updated.
|
|
396
|
+
*/
|
|
395
397
|
declare const onSecretUpdated: ReturnType<typeof createEventModule<_publicOnSecretUpdatedType>>;
|
|
396
398
|
|
|
397
399
|
type context_ActionEvent = ActionEvent;
|
|
@@ -391,7 +391,9 @@ type _publicOnSecretDeletedType = typeof onSecretDeleted$1;
|
|
|
391
391
|
declare const onSecretDeleted: ReturnType<typeof createEventModule<_publicOnSecretDeletedType>>;
|
|
392
392
|
|
|
393
393
|
type _publicOnSecretUpdatedType = typeof onSecretUpdated$1;
|
|
394
|
-
/**
|
|
394
|
+
/**
|
|
395
|
+
* Triggered when a secret is updated.
|
|
396
|
+
*/
|
|
395
397
|
declare const onSecretUpdated: ReturnType<typeof createEventModule<_publicOnSecretUpdatedType>>;
|
|
396
398
|
|
|
397
399
|
type index_d_ActionEvent = ActionEvent;
|