@boxes-dev/dvb 1.0.954 → 1.0.956

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.
@@ -4039,4 +4039,3 @@ void (async () => {
4039
4039
  console.error(message);
4040
4040
  process.exit(1);
4041
4041
  });
4042
- //# sourceMappingURL=dvb-update.cjs.map
package/dist/bin/dvb.cjs CHANGED
@@ -3901,4 +3901,3 @@ void launchRuntime("dvb", process.argv.slice(2)).catch((error) => {
3901
3901
  console.error(message);
3902
3902
  process.exit(1);
3903
3903
  });
3904
- //# sourceMappingURL=dvb.cjs.map
package/dist/bin/dvbd.cjs CHANGED
@@ -3901,4 +3901,3 @@ void launchRuntime("dvbd", process.argv.slice(2)).catch((error) => {
3901
3901
  console.error(message);
3902
3902
  process.exit(1);
3903
3903
  });
3904
- //# sourceMappingURL=dvbd.cjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb",
3
- "version": "1.0.954",
3
+ "version": "1.0.956",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -13,11 +13,8 @@
13
13
  },
14
14
  "files": [
15
15
  "dist/bin/dvb.cjs",
16
- "dist/bin/dvb.cjs.map",
17
16
  "dist/bin/dvbd.cjs",
18
- "dist/bin/dvbd.cjs.map",
19
17
  "dist/bin/dvb-update.cjs",
20
- "dist/bin/dvb-update.cjs.map",
21
18
  "scripts/postinstall.cjs"
22
19
  ],
23
20
  "scripts": {