zero-com 1.9.1 → 1.9.2

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/lib/rollup.js +1 -1
  2. package/package.json +1 -1
package/lib/rollup.js CHANGED
@@ -74,7 +74,7 @@ function zeroComRollupPlugin(options = {}) {
74
74
  var _a;
75
75
  if (!isVite)
76
76
  return null;
77
- if (id.includes('node_modules') || !/\.(ts|tsx|js|jsx|mjs)$/.test(id))
77
+ if (id[0] === '\0' || id.includes('node_modules') || !/\.(ts|tsx|js|jsx|mjs)$/.test(id))
78
78
  return null;
79
79
  // Derive effective target: explicit option takes precedence, otherwise infer from Vite's ssr flag
80
80
  const ssr = typeof viteOptions === 'object' && viteOptions !== null && 'ssr' in viteOptions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-com",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/yosbelms/zero-com",
6
6
  "keywords": [