neo.mjs 4.0.19 → 4.0.20

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.19",
3
+ "version": "4.0.20",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -50,7 +50,7 @@
50
50
  "neo-jsdoc-x": "^1.0.4",
51
51
  "postcss": "^8.4.13",
52
52
  "sass": "^1.51.0",
53
- "webpack": "^5.72.0",
53
+ "webpack": "^5.72.1",
54
54
  "webpack-cli": "^4.9.2",
55
55
  "webpack-dev-server": "4.9.0",
56
56
  "webpack-hook-plugin": "^1.0.7",
@@ -336,7 +336,7 @@ class Store extends Base {
336
336
  params.url = me.url;
337
337
 
338
338
  Neo.Xhr.promiseJson({
339
- url: params
339
+ url: params.url
340
340
  }).catch(err => {
341
341
  console.log('Error for Neo.Xhr.request', err, me.id);
342
342
  }).then(data => {