theprogrammablemind_4wp 9.3.0-beta.57 → 9.3.0-beta.59

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/package.json +1 -1
  2. package/src/project2.js +1 -1
package/package.json CHANGED
@@ -70,6 +70,6 @@
70
70
  "sort-json": "^2.0.0",
71
71
  "uuid": "^8.3.2"
72
72
  },
73
- "version": "9.3.0-beta.57",
73
+ "version": "9.3.0-beta.59",
74
74
  "license": "UNLICENSED"
75
75
  }
package/src/project2.js CHANGED
@@ -17,7 +17,7 @@ function project(source, filters) {
17
17
  }
18
18
 
19
19
  // Get the properties to include from the apply function
20
- let properties = filter.apply();
20
+ let properties = filter.apply(source);
21
21
 
22
22
  // update
23
23
  const updatedProperties = []