@kohi9noor/hotloop 1.3.4 → 1.3.6

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -475,6 +475,7 @@ p {
475
475
  build: "hotloop build"
476
476
  },
477
477
  devDependencies: {
478
+ "@kohi9noor/hotloop": "latest",
478
479
  "@types/chrome": "^0.1.37",
479
480
  typescript: "^5.9.3"
480
481
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohi9noor/hotloop",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "Minimal, framework-free development tool for small-scale browser extensions. TypeScript, HMR, and Node module support—nothing else.",
5
5
  "author": "kohi9noor",
6
6
  "license": "MIT",