serverless-spy 0.0.32 → 0.0.33

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
@@ -3273,6 +3273,6 @@
3273
3273
  "symbolId": "src/ServerlessSpy:ServerlessSpyProps"
3274
3274
  }
3275
3275
  },
3276
- "version": "0.0.32",
3277
- "fingerprint": "Lly28xuuNsA7KsQvFz88vDGS3Ud6VJ5mBWvOmE0UlaE="
3276
+ "version": "0.0.33",
3277
+ "fingerprint": "PBBkdxH97kRAzMwFa/cH3IwDcTf+C93bLgVGjKeLL80="
3278
3278
  }
@@ -1 +1 @@
1
- v0.0.32
1
+ v0.0.33
@@ -343,7 +343,7 @@ class ServerlessSpy extends constructs_1.Construct {
343
343
  }
344
344
  exports.ServerlessSpy = ServerlessSpy;
345
345
  _a = JSII_RTTI_SYMBOL_1;
346
- ServerlessSpy[_a] = { fqn: "serverless-spy.ServerlessSpy", version: "0.0.32" };
346
+ ServerlessSpy[_a] = { fqn: "serverless-spy.ServerlessSpy", version: "0.0.33" };
347
347
  function getAssetLocation(location) {
348
348
  const loc = path.join(__dirname, '../' + location);
349
349
  if (fs.existsSync(loc)) {
package/package.json CHANGED
@@ -116,7 +116,7 @@
116
116
  "require": "./lib/index.js"
117
117
  },
118
118
  "license": "Apache-2.0",
119
- "version": "0.0.32",
119
+ "version": "0.0.33",
120
120
  "types": "lib/index.d.ts",
121
121
  "stability": "stable",
122
122
  "jsii": {