bun-types 1.3.6-canary.20260106T140718 → 1.3.6-canary.20260107T140751

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.
@@ -33,7 +33,7 @@ Alternatively, you can create a PM2 configuration file. Create a file named `pm2
33
33
 
34
34
  ```js pm2.config.js icon="file-code"
35
35
  module.exports = {
36
- title: "app", // Name of your application
36
+ name: "app", // Name of your application
37
37
  script: "index.ts", // Entry point of your application
38
38
  interpreter: "bun", // Bun interpreter
39
39
  env: {
package/package.json CHANGED
@@ -33,5 +33,5 @@
33
33
  "bun.js",
34
34
  "types"
35
35
  ],
36
- "version": "1.3.6-canary.20260106T140718"
36
+ "version": "1.3.6-canary.20260107T140751"
37
37
  }