@wix/monitoring-types
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -17,3 +17,3 @@ "use strict"; | ||
// src/index.ts | ||
var src_exports = {}; | ||
module.exports = __toCommonJS(src_exports); | ||
var index_exports = {}; | ||
module.exports = __toCommonJS(index_exports); |
{ | ||
"name": "@wix/monitoring-types", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"license": "UNLICENSED", | ||
@@ -32,6 +32,6 @@ "author": { | ||
"devDependencies": { | ||
"@types/node": "^20.17.16", | ||
"@types/node": "^20.17.17", | ||
"eslint": "^8.57.1", | ||
"eslint-config-sdk": "0.0.0", | ||
"tsup": "^7.3.0", | ||
"tsup": "^8.3.6", | ||
"type-fest": "^4.33.0", | ||
@@ -57,3 +57,3 @@ "typescript": "^5.7.3" | ||
}, | ||
"falconPackageHash": "922d82fb14a8fbee0a2288f4f3079125eb88750ca491fab69a4ffa6f" | ||
"falconPackageHash": "6323c8c582e8df4584ab312c8610b0bd5b27fcb381207ad34b3c298d" | ||
} |
12289