flamerest 1.0.108 → 1.0.110

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/REST.js +1 -1
  2. package/package.json +1 -1
package/REST.js CHANGED
@@ -527,7 +527,7 @@ class FLAMEREST {
527
527
  + (appendTo !== null ? '&appendTo=' + appendTo : '')
528
528
  + (insertAfter !== null ? '&insertAfter=' + insertAfter : '')
529
529
  + (insertFirst !== null ? '&insertFirst=' + insertFirst : '')
530
- , (values instanceof FormData ? values : JSON.stringify(values)), 'PATCH');
530
+ , (values instanceof FormData ? values : JSON.stringify(values)), 'POST');
531
531
  }
532
532
 
533
533
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flamerest",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "description": "",
5
5
  "main": "REST.js",
6
6
  "typings": "./REST.d.ts",