pinia-orm-edge 1.10.0-28693772.aceb134 → 1.10.0-28693841.a86c2d9

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/dist/index.cjs CHANGED
@@ -681,6 +681,7 @@ class BelongsToMany extends Relation {
681
681
  relationResults.push(relatedModelCopy);
682
682
  });
683
683
  parentModel.$setRelation(relation, relationResults);
684
+ parentModel.$setRelation(this.pivotKey, void 0);
684
685
  });
685
686
  }
686
687
  /**
package/dist/index.mjs CHANGED
@@ -679,6 +679,7 @@ class BelongsToMany extends Relation {
679
679
  relationResults.push(relatedModelCopy);
680
680
  });
681
681
  parentModel.$setRelation(relation, relationResults);
682
+ parentModel.$setRelation(this.pivotKey, void 0);
682
683
  });
683
684
  }
684
685
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinia-orm-edge",
3
- "version": "1.10.0-28693772.aceb134",
3
+ "version": "1.10.0-28693841.a86c2d9",
4
4
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
5
5
  "keywords": [
6
6
  "vue",
@@ -46,7 +46,7 @@
46
46
  "pinia": "^2.1.7"
47
47
  },
48
48
  "dependencies": {
49
- "@pinia-orm/normalizr": "npm:@pinia-orm/normalizr-edge@1.10.0-28693772.aceb134"
49
+ "@pinia-orm/normalizr": "npm:@pinia-orm/normalizr-edge@1.10.0-28693841.a86c2d9"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nuxt/eslint-config": "^0.3.13",