@socketsecurity/cli-with-sentry 1.0.74 → 1.0.75
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/dist/cli.js +9 -9
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +9 -7
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/utils.js +2 -2
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +19 -20
- package/external/@coana-tech/cli/cli.mjs +29 -29
- package/package.json +7 -7
package/dist/utils.js
CHANGED
|
@@ -2648,7 +2648,7 @@ function getMinVersion(range) {
|
|
|
2648
2648
|
return null;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
const require$1 = require$$5.createRequire(
|
|
2651
|
+
const require$1 = require$$5.createRequire(require('node:url').pathToFileURL(__filename).href);
|
|
2652
2652
|
let _translations;
|
|
2653
2653
|
function getTranslations() {
|
|
2654
2654
|
if (_translations === undefined) {
|
|
@@ -3916,5 +3916,5 @@ exports.tildify = tildify;
|
|
|
3916
3916
|
exports.updateConfigValue = updateConfigValue;
|
|
3917
3917
|
exports.walkNestedMap = walkNestedMap;
|
|
3918
3918
|
exports.writeSocketJson = writeSocketJson;
|
|
3919
|
-
//# debugId=
|
|
3919
|
+
//# debugId=ce0768a2-f49b-46b6-8f12-90ddd57bc60f
|
|
3920
3920
|
//# sourceMappingURL=utils.js.map
|