@ecodev/natural 58.0.1 → 58.0.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.
@@ -31,7 +31,6 @@ export declare abstract class NaturalAbstractModelService<Tone, Vone extends {
31
31
  protected readonly createMutation: DocumentNode | null;
32
32
  protected readonly updateMutation: DocumentNode | null;
33
33
  protected readonly deleteMutation: DocumentNode | null;
34
- protected readonly plural: string | null;
35
34
  /**
36
35
  * Store the creation mutations that are pending
37
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "58.0.1",
3
+ "version": "58.0.2",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,