@riboseinc/anafero-cli 0.0.32 → 0.0.34

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/dependencies.mts CHANGED
@@ -259,9 +259,12 @@ async function fetchDependency(
259
259
  Function,
260
260
  setTimeout,
261
261
  setInterval,
262
+ TextEncoder,
262
263
  });
263
264
  const mod = new vm.SourceTextModule(code, {
264
- identifier: 'test',
265
+ // TODO: Try moduleRef as VM module identifier?
266
+ // Take care of special characters, though.
267
+ identifier: 'anafero-dependency',
265
268
  context,
266
269
  });
267
270
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riboseinc/anafero-cli",
3
3
  "type": "module",
4
- "version": "0.0.32",
4
+ "version": "0.0.34",
5
5
  "packageManager": "yarn@4.5.0",
6
6
  "bin": {
7
7
  "build-site": "build-site.mjs"
@@ -20,6 +20,7 @@
20
20
  "esbuild-wasm": "^0.24.0",
21
21
  "immer": "^10.1.1",
22
22
  "node-fetch": "^3.3.2",
23
+ "use-debounce": "10.0.4",
23
24
  "xpath": "^0.0.34",
24
25
  "yoga-wasm-web": "0.3.3"
25
26
  },
index 97316cf..9245e38 100644
Binary file