serverless-spy 0.0.24 → 0.0.25
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/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.25" };
|
|
314
314
|
function getAssetLocation(location) {
|
|
315
315
|
const loc = path.join(__dirname, '../' + location);
|
|
316
316
|
if (fs.existsSync(loc)) {
|