tpmkms_4wp 8.9.0-beta.5 → 8.9.0-beta.7

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/common/wp.js CHANGED
@@ -23,7 +23,7 @@ class API {
23
23
  this._objects = objects
24
24
  }
25
25
 
26
- changeColor(unit, scope, color) {
26
+ changeColor({ unit, scope, color }) {
27
27
  this._objects.changeColor = { unit, scope, color }
28
28
  }
29
29
  }
@@ -7013,11 +7013,9 @@
7013
7013
  },
7014
7014
  "wp1": {
7015
7015
  "changeColor": {
7016
- "unit": {
7017
- "color": "blue",
7018
- "scope": "every",
7019
- "unit": "word"
7020
- }
7016
+ "color": "blue",
7017
+ "scope": "every",
7018
+ "unit": "word"
7021
7019
  }
7022
7020
  }
7023
7021
  },
package/package.json CHANGED
@@ -314,8 +314,8 @@
314
314
  "table": "^6.7.1",
315
315
  "base-64": "^1.0.0",
316
316
  "argparse": "^2.0.1",
317
- "theprogrammablemind_4wp": "8.9.0-beta.5"
317
+ "theprogrammablemind_4wp": "8.9.0-beta.7"
318
318
  },
319
- "version": "8.9.0-beta.5",
319
+ "version": "8.9.0-beta.7",
320
320
  "license": "UNLICENSED"
321
321
  }