rerobe-js-orm 2.4.70 → 2.4.71

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.
@@ -4,7 +4,7 @@ const FormStateFactory_1 = require("../FormStateFactory");
4
4
  const ProductCollectionFormState_1 = require("../../../form-states/ProductCollection/ProductCollectionFormState");
5
5
  class ProductCollectionFormStateFactory extends FormStateFactory_1.default {
6
6
  createFormState(props, opts) {
7
- return new ProductCollectionFormState_1.default(props);
7
+ return new ProductCollectionFormState_1.default(props, opts);
8
8
  }
9
9
  }
10
10
  exports.default = ProductCollectionFormStateFactory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "2.4.70",
3
+ "version": "2.4.71",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -14,7 +14,8 @@
14
14
  "prepublishOnly": "npm test && npm run lint",
15
15
  "preversion": "npm run lint",
16
16
  "version": "npm run format && git add -A src",
17
- "postversion": "git push && git push --tags"
17
+ "postversion": "git push && git push --tags",
18
+ "clean": "npm run format && npm run lint"
18
19
  },
19
20
  "repository": {
20
21
  "type": "git",