framer-code-link 0.2.10 → 0.3.0

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -148,6 +148,7 @@ function flushDedupe() {
148
148
  */
149
149
  function transitionCategory(newCategory) {
150
150
  if (lastCategory !== newCategory) {
151
+ flushDedupe();
151
152
  console.log();
152
153
  lastCategory = newCategory;
153
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framer-code-link",
3
- "version": "0.2.10",
3
+ "version": "0.3.0",
4
4
  "description": "CLI tool for syncing Framer code components - controller-centric architecture",
5
5
  "main": "dist/index.mjs",
6
6
  "type": "module",