ywana-core8 0.0.683 → 0.0.684
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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/task.js +1 -0
package/dist/index.umd.js
CHANGED
@@ -5640,7 +5640,7 @@
|
|
5640
5640
|
* Collection API
|
5641
5641
|
*/
|
5642
5642
|
|
5643
|
-
var CollectionAPI
|
5643
|
+
var CollectionAPI = function CollectionAPI(url, host) {
|
5644
5644
|
var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
|
5645
5645
|
/**
|
5646
5646
|
* objectToQueryParamString
|
@@ -6362,7 +6362,7 @@
|
|
6362
6362
|
versioning = false;
|
6363
6363
|
}
|
6364
6364
|
|
6365
|
-
var API = CollectionAPI
|
6365
|
+
var API = CollectionAPI(url, host);
|
6366
6366
|
return {
|
6367
6367
|
all: [],
|
6368
6368
|
filters: {},
|