neo.mjs 4.0.10 → 4.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -215,7 +215,7 @@ class Store extends Base {
215
215
  let me = this;
216
216
 
217
217
  if (me.api) {
218
- let apiArray = me.api.create.split('.'),
218
+ let apiArray = me.api.read.split('.'),
219
219
  fn = apiArray.pop(),
220
220
  service = Neo.ns(apiArray.join('.'));
221
221