@orderly.network/hooks 2.12.0-alpha.0 → 2.12.0

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.d.mts CHANGED
@@ -170,7 +170,7 @@ declare global {
170
170
  };
171
171
  }
172
172
  }
173
- declare const _default: "2.12.0-alpha.0";
173
+ declare const _default: "2.12.0";
174
174
 
175
175
  declare const fetcher: (url: string, init: RequestInit | undefined, queryOptions: useQueryOptions<any>) => Promise<any>;
176
176
  type useQueryOptions<T> = SWRConfiguration & {
package/dist/index.d.ts CHANGED
@@ -170,7 +170,7 @@ declare global {
170
170
  };
171
171
  }
172
172
  }
173
- declare const _default: "2.12.0-alpha.0";
173
+ declare const _default: "2.12.0";
174
174
 
175
175
  declare const fetcher: (url: string, init: RequestInit | undefined, queryOptions: useQueryOptions<any>) => Promise<any>;
176
176
  type useQueryOptions<T> = SWRConfiguration & {
package/dist/index.js CHANGED
@@ -75,9 +75,9 @@ function useMarketCategoriesConfig() {
75
75
  // src/version.ts
76
76
  if (typeof window !== "undefined") {
77
77
  window.__ORDERLY_VERSION__ = window.__ORDERLY_VERSION__ || {};
78
- window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "2.12.0-alpha.0";
78
+ window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "2.12.0";
79
79
  }
80
- var version_default = "2.12.0-alpha.0";
80
+ var version_default = "2.12.0";
81
81
  var fetcher = (url, init2 = {}, queryOptions) => net.get(url, init2, queryOptions?.formatter);
82
82
  var noCacheConfig = {
83
83
  dedupingInterval: 0,