@live-codes/browser-compilers 0.20.1 → 0.21.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-codes/browser-compilers",
3
- "version": "0.20.1",
3
+ "version": "0.21.1",
4
4
  "description": "Compilers that run in the browser, for use in livecodes.io",
5
5
  "author": "Hatem Hosny",
6
6
  "license": "MIT",
@@ -85,7 +85,7 @@
85
85
  "sass": "1.77.6",
86
86
  "sucrase": "3.35.0",
87
87
  "svelte": "4.2.18",
88
- "tailwindcss": "4.0.1",
88
+ "tailwindcss": "4.0.3",
89
89
  "ventojs": "0.12.8",
90
90
  "windicss": "3.5.6"
91
91
  },
@@ -99,6 +99,10 @@ esbuild.build({
99
99
  entryPoints: ['vendor_modules/imports/pug.js'],
100
100
  outfile: 'dist/pug/pug.min.js',
101
101
  globalName: 'pug',
102
+ define: {
103
+ ...baseOptions.define,
104
+ 'process.versions.node': '"20.14.0"',
105
+ },
102
106
  plugins: [
103
107
  NodeModulesPolyfills(),
104
108
  GlobalsPolyfills({