framer-code-link 0.2.3 → 0.2.4

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/index.mjs +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2109,7 +2109,8 @@ function transition(state, event) {
2109
2109
  name: conflict.fileName,
2110
2110
  content: conflict.remoteContent,
2111
2111
  modifiedAt: conflict.remoteModifiedAt ?? Date.now()
2112
- }]
2112
+ }],
2113
+ silent: true
2113
2114
  });
2114
2115
  }
2115
2116
  if (remainingConflicts.length > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framer-code-link",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "CLI tool for syncing Framer code components - controller-centric architecture",
5
5
  "main": "dist/index.mjs",
6
6
  "type": "module",