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.cjs
CHANGED
@@ -5646,7 +5646,7 @@ var EditContentDialog = function EditContentDialog(_ref) {
|
|
5646
5646
|
* Collection API
|
5647
5647
|
*/
|
5648
5648
|
|
5649
|
-
var CollectionAPI
|
5649
|
+
var CollectionAPI = function CollectionAPI(url, host) {
|
5650
5650
|
var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
|
5651
5651
|
/**
|
5652
5652
|
* objectToQueryParamString
|
@@ -6368,7 +6368,7 @@ var CollectionContext = function CollectionContext(url, field, host, page, fetch
|
|
6368
6368
|
versioning = false;
|
6369
6369
|
}
|
6370
6370
|
|
6371
|
-
var API = CollectionAPI
|
6371
|
+
var API = CollectionAPI(url, host);
|
6372
6372
|
return {
|
6373
6373
|
all: [],
|
6374
6374
|
filters: {},
|