@juit/lib-aws-mock 1.2.69 → 1.2.70

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/dist/index.cjs +3 -3
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  AWSMock: () => AWSMock
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
  var import_node_crypto = require("node:crypto");
27
27
  var AWSMock = class {
28
28
  // Overload to hide private parameter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juit/lib-aws-mock",
3
- "version": "1.2.69",
3
+ "version": "1.2.70",
4
4
  "description": "Easy Mocking for AWS SDK v3",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@aws-sdk/client-sts": "^3.716.0",
33
- "@plugjs/build": "^0.6.21"
33
+ "@plugjs/build": "^0.6.22"
34
34
  },
35
35
  "author": "Juit Developers <developers@juit.com>",
36
36
  "license": "Apache-2.0",