@designtools/codesurface 0.1.8 → 0.1.9

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -255,7 +255,7 @@ import { namedTypes as n, builders as b } from "ast-types";
255
255
  var _parser = null;
256
256
  async function getParser() {
257
257
  if (!_parser) {
258
- _parser = await import("recast/parsers/babel-ts");
258
+ _parser = await import("recast/parsers/babel-ts.js");
259
259
  }
260
260
  return _parser;
261
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designtools/codesurface",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Visual editing CLI — hybrid architecture with selection overlays in the target app and editor UI served separately",
5
5
  "type": "module",
6
6
  "license": "CC-BY-NC-4.0",