@wix/secrets 1.0.36 → 1.0.38

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.
@@ -25,4 +25,3 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.secrets = void 0;
27
27
  exports.secrets = __importStar(require("@wix/secrets_secrets/context"));
28
- //# sourceMappingURL=context.js.map
@@ -26,4 +26,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.secrets = void 0;
27
27
  const secrets = __importStar(require("@wix/secrets_secrets"));
28
28
  exports.secrets = secrets;
29
- //# sourceMappingURL=index.js.map
package/build/cjs/meta.js CHANGED
@@ -25,4 +25,3 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.secrets = void 0;
27
27
  exports.secrets = __importStar(require("@wix/secrets_secrets/meta"));
28
- //# sourceMappingURL=meta.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/secrets",
3
- "version": "1.0.36",
3
+ "version": "1.0.38",
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.25"
21
+ "@wix/secrets_secrets": "1.0.27"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "893a772393937d105c609519d705521e13bbaf9537b7f543c0009965"
46
+ "falconPackageHash": "ca039c2ce06fe846b2a362c7400543c433a60e115df8fe48d8e0119c"
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;
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAAwD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8DAAgD;AAEvC,0BAAO"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAqD"}