bun-types 1.1.30-canary.20241003T140558 → 1.1.30-canary.20241005T140503

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 +7 -0
  2. package/package.json +1 -1
package/bun.d.ts CHANGED
@@ -1647,6 +1647,13 @@ declare module "bun" {
1647
1647
  * @default false
1648
1648
  */
1649
1649
  bytecode?: boolean;
1650
+
1651
+ /**
1652
+ * **Experimental**
1653
+ *
1654
+ * Enable CSS support.
1655
+ */
1656
+ experimentalCss?: boolean;
1650
1657
  }
1651
1658
 
1652
1659
  namespace Password {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.30-canary.20241003T140558",
2
+ "version": "1.1.30-canary.20241005T140503",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",