bun-types 1.1.30-canary.20241009T140521 → 1.1.31-canary.20241010T140525

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/bun.d.ts +1 -1
  2. package/package.json +1 -1
package/bun.d.ts CHANGED
@@ -4119,7 +4119,7 @@ declare module "bun" {
4119
4119
  *
4120
4120
  * In a future version of Bun, this will be used in error messages.
4121
4121
  */
4122
- name?: string;
4122
+ name: string;
4123
4123
 
4124
4124
  /**
4125
4125
  * The target JavaScript environment the plugin should be applied to.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.30-canary.20241009T140521",
2
+ "version": "1.1.31-canary.20241010T140525",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",