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 +2 -2
- package/dist/releasetag.txt +1 -1
- package/lib/src/ServerlessSpy.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3273,6 +3273,6 @@
|
|
|
3273
3273
|
"symbolId": "src/ServerlessSpy:ServerlessSpyProps"
|
|
3274
3274
|
}
|
|
3275
3275
|
},
|
|
3276
|
-
"version": "0.0.
|
|
3277
|
-
"fingerprint": "
|
|
3276
|
+
"version": "0.0.33",
|
|
3277
|
+
"fingerprint": "PBBkdxH97kRAzMwFa/cH3IwDcTf+C93bLgVGjKeLL80="
|
|
3278
3278
|
}
|
package/dist/releasetag.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.0.
|
|
1
|
+
v0.0.33
|
package/lib/src/ServerlessSpy.js
CHANGED
|
@@ -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.
|
|
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)) {
|