adnbn 0.0.9 → 0.0.10

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/bin/adnbn.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import "../dist/index.cjs";
2
+ import "../dist/index.js";
@@ -1810,4 +1810,4 @@ is-plain-object/index.js:
1810
1810
  * Released under the MIT License.
1811
1811
  *)
1812
1812
  */
1813
- //# sourceMappingURL=index.cjs.map
1813
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "adnbn",
3
3
  "type": "module",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "description": "Cross browser web extension framework with shared code base",
6
- "main": "bin/adnbn.mjs",
7
6
  "homepage": "https://github.com/addonbone/addonbone",
8
7
  "repository": {
9
8
  "type": "git",
@@ -37,7 +36,6 @@
37
36
  "@types/generate-json-webpack-plugin": "^0.3.7",
38
37
  "@types/lodash": "^4.17.14",
39
38
  "@types/node": "^22.13.1",
40
- "enhanced-resolve": "^5.18.1",
41
39
  "esbuild": "^0.24.2",
42
40
  "esbuild-node-externals": "^1.16.0",
43
41
  "esbuild-plugin-alias": "^0.2.1",
@@ -46,10 +44,7 @@
46
44
  "esbuild-ts-paths": "^1.1.3",
47
45
  "fs-extra": "^11.3.0",
48
46
  "ts-node": "^10.9.2",
49
- "tsconfig-paths-webpack-plugin": "^4.2.0",
50
- "tsup": "^8.3.6",
51
- "tsx": "^4.19.2",
52
- "webpack-node-externals": "^3.0.0"
47
+ "tsx": "^4.19.2"
53
48
  },
54
49
  "dependencies": {
55
50
  "@esbuild-plugins/tsconfig-paths": "^0.1.2",
@@ -65,6 +60,7 @@
65
60
  "sass-loader": "^16.0.4",
66
61
  "ts-loader": "^9.5.2",
67
62
  "typescript": "^5.7.3",
63
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
68
64
  "utility-types": "^3.11.0",
69
65
  "webpack": "^5.97.1",
70
66
  "webpack-cli": "^6.0.1",
File without changes