@tmbr/bundler 1.12.3 → 1.12.5

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/cli.js CHANGED
@@ -145,7 +145,7 @@ async function main() {
145
145
  });
146
146
  }
147
147
 
148
- if (fs.existsSync(process.argv[3])) {
148
+ if (process.argv[3] && fs.existsSync(process.argv[3])) {
149
149
 
150
150
  function extend(options, config) {
151
151
  if (typeof config === 'undefined') return;
package/package.json CHANGED
@@ -1,16 +1,20 @@
1
1
  {
2
2
  "name": "@tmbr/bundler",
3
3
  "type": "module",
4
- "version": "1.12.3",
4
+ "version": "1.12.5",
5
5
  "repository": "github:nikrowell/tmbr-bundler",
6
6
  "bin": {
7
7
  "bundler": "cli.js",
8
8
  "tmbr-bundler": "cli.js"
9
9
  },
10
+ "files": [
11
+ "cli.js"
12
+ ],
10
13
  "dependencies": {
11
- "browser-sync": "^3.0.3",
12
- "chalk": "^5.4.1",
13
- "esbuild": "^0.25.0",
14
- "esbuild-sass-plugin": "^3.3.1"
14
+ "browser-sync": "^3.0.4",
15
+ "chalk": "^5.6.2",
16
+ "esbuild": "^0.27.2",
17
+ "esbuild-sass-plugin": "^3.6.0",
18
+ "sass": "^1.97.3"
15
19
  }
16
20
  }
package/screenshot.png DELETED
Binary file