native-document 1.0.59 → 1.0.60

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": "native-document",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -118,7 +118,7 @@ export default function transformComponent(id, code, options) {
118
118
  id
119
119
  });
120
120
 
121
- s.prepend('import ComponentRegistry from "native-document/src/hrm/ComponentRegistry";');
121
+ s.prepend('import ComponentRegistry from "native-document/src/devtools/hrm/ComponentRegistry";');
122
122
  s.append(`export default ComponentRegistry.register('${id}', ${hrmComponentName}, { preserveState: ${options.preserveState} });`);
123
123
  s.append(hrmHookTemplateFormatted);
124
124