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 +2 -2
- package/dist/releasetag.txt +1 -1
- package/lib/src/ServerlessSpy.js +1 -1
- package/package.json +1 -1
- package/scripts/run-task +0 -1836
- package/sst-esbuild/esbuild.js +0 -57
- package/tsconfig.npm.json +0 -51
package/.jsii
CHANGED
|
@@ -3215,6 +3215,6 @@
|
|
|
3215
3215
|
"symbolId": "src/ServerlessSpy:ServerlessSpy"
|
|
3216
3216
|
}
|
|
3217
3217
|
},
|
|
3218
|
-
"version": "0.0.
|
|
3219
|
-
"fingerprint": "
|
|
3218
|
+
"version": "0.0.24",
|
|
3219
|
+
"fingerprint": "nQESoWa5PxubA/0kEFdEZacc3r4zsFgvX2WAVsvg+DA="
|
|
3220
3220
|
}
|
package/dist/releasetag.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.0.
|
|
1
|
+
v0.0.24
|
package/lib/src/ServerlessSpy.js
CHANGED
|
@@ -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.
|
|
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)) {
|