serverless-spy 0.0.21 → 0.0.24

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/.jsii CHANGED
@@ -3215,6 +3215,6 @@
3215
3215
  "symbolId": "src/ServerlessSpy:ServerlessSpy"
3216
3216
  }
3217
3217
  },
3218
- "version": "0.0.21",
3219
- "fingerprint": "Hn8Z9+Fh1T9nt8NCu/USgmlo6Io/JUmAYChr1mK5Jy8="
3218
+ "version": "0.0.24",
3219
+ "fingerprint": "nQESoWa5PxubA/0kEFdEZacc3r4zsFgvX2WAVsvg+DA="
3220
3220
  }
@@ -1 +1 @@
1
- v0.0.21
1
+ v0.0.24
@@ -310,7 +310,7 @@ class ServerlessSpy extends constructs_1.Construct {
310
310
  }
311
311
  exports.ServerlessSpy = ServerlessSpy;
312
312
  _a = JSII_RTTI_SYMBOL_1;
313
- ServerlessSpy[_a] = { fqn: "serverless-spy.ServerlessSpy", version: "0.0.21" };
313
+ ServerlessSpy[_a] = { fqn: "serverless-spy.ServerlessSpy", version: "0.0.24" };
314
314
  function getAssetLocation(location) {
315
315
  const loc = path.join(__dirname, '../' + location);
316
316
  if (fs.existsSync(loc)) {
package/package.json CHANGED
@@ -111,7 +111,7 @@
111
111
  "require": "./lib/index.js"
112
112
  },
113
113
  "license": "Apache-2.0",
114
- "version": "0.0.21",
114
+ "version": "0.0.24",
115
115
  "types": "lib/index.d.ts",
116
116
  "stability": "stable",
117
117
  "jsii": {