unframer 2.6.1 → 2.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unframer",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "Import Framer components directly in your React app, type safe and customizable",
5
5
  "sideEffects": false,
6
6
  "repository": "https://github.com/remorses/unframer",
package/src/exporter.ts CHANGED
@@ -141,6 +141,7 @@ export async function bundle({
141
141
  .catch(() => null)
142
142
 
143
143
  let codeNew =
144
+ `// @ts-nocheck\n` +
144
145
  `/* eslint-disable */\n` +
145
146
  dprint.format(resultPathAbs, file.text, {
146
147
  lineWidth: 140,