@absolutejs/absolute 0.19.0-beta.372 → 0.19.0-beta.373

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/dist/build.js CHANGED
@@ -176128,10 +176128,9 @@ var init_escapeScriptContent = __esm(() => {
176128
176128
  "\u2028": "\\u2028",
176129
176129
  "\u2029": "\\u2029",
176130
176130
  "&": "\\u0026",
176131
- "<": "\\u003C",
176132
- ">": "\\u003E"
176131
+ "<": "\\u003C"
176133
176132
  };
176134
- ESCAPE_REGEX = /[&><\u2028\u2029]/g;
176133
+ ESCAPE_REGEX = /[&<\u2028\u2029]/g;
176135
176134
  });
176136
176135
 
176137
176136
  // src/svelte/renderToReadableStream.ts
@@ -179140,5 +179139,5 @@ export {
179140
179139
  build
179141
179140
  };
179142
179141
 
179143
- //# debugId=EA221B00D139000A64756E2164756E21
179142
+ //# debugId=5588E667DFA3363264756E2164756E21
179144
179143
  //# sourceMappingURL=build.js.map