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

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.
@@ -102,7 +102,7 @@ symbol, options) => {
102
102
  notional,
103
103
  unsettlement_pnl: unsettlementPnL,
104
104
  unrealized_pnl: unrealPnl,
105
- unsettled_pnl_ROI: unrealPnlROI,
105
+ unrealized_pnl_ROI: unrealPnlROI,
106
106
  };
107
107
  });
108
108
  return [
package/esm/version.d.ts CHANGED
@@ -5,6 +5,6 @@ declare global {
5
5
  };
6
6
  }
7
7
  }
8
- declare const _default: "1.1.6-alpha.0";
8
+ declare const _default: "1.1.6";
9
9
  export default _default;
10
10
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,mBAAmB,CAAC,EAAE;YAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;SACzB,CAAC;KACL;CACJ;;AAMD,wBAA+B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,mBAAmB,CAAC,EAAE;YAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;SACzB,CAAC;KACL;CACJ;;AAMD,wBAAuB"}
package/esm/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  if (typeof window !== 'undefined') {
2
2
  window.__ORDERLY_VERSION__ = window.__ORDERLY_VERSION__ || {};
3
- window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "1.1.6-alpha.0";
3
+ window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "1.1.6";
4
4
  }
5
5
  ;
6
- export default "1.1.6-alpha.0";
6
+ export default "1.1.6";
@@ -105,7 +105,7 @@ symbol, options) => {
105
105
  notional,
106
106
  unsettlement_pnl: unsettlementPnL,
107
107
  unrealized_pnl: unrealPnl,
108
- unsettled_pnl_ROI: unrealPnlROI,
108
+ unrealized_pnl_ROI: unrealPnlROI,
109
109
  };
110
110
  });
111
111
  return [
package/lib/version.d.ts CHANGED
@@ -5,6 +5,6 @@ declare global {
5
5
  };
6
6
  }
7
7
  }
8
- declare const _default: "1.1.6-alpha.0";
8
+ declare const _default: "1.1.6";
9
9
  export default _default;
10
10
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,mBAAmB,CAAC,EAAE;YAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;SACzB,CAAC;KACL;CACJ;;AAMD,wBAA+B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,mBAAmB,CAAC,EAAE;YAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;SACzB,CAAC;KACL;CACJ;;AAMD,wBAAuB"}
package/lib/version.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  if (typeof window !== 'undefined') {
4
4
  window.__ORDERLY_VERSION__ = window.__ORDERLY_VERSION__ || {};
5
- window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "1.1.6-alpha.0";
5
+ window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "1.1.6";
6
6
  }
7
7
  ;
8
- exports.default = "1.1.6-alpha.0";
8
+ exports.default = "1.1.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/hooks",
3
- "version": "1.1.6-alpha.0",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -27,18 +27,18 @@
27
27
  "tsup": "^7.1.0",
28
28
  "typedoc": "^0.24.8",
29
29
  "typescript": "^5.1.6",
30
- "tsconfig": "0.1.6-alpha.0"
30
+ "tsconfig": "0.1.6"
31
31
  },
32
32
  "dependencies": {
33
33
  "ramda": "^0.29.0",
34
34
  "swr": "^2.2.4",
35
35
  "use-constant": "^1.1.1",
36
36
  "use-debounce": "^9.0.4",
37
- "@orderly.network/net": "1.1.6-alpha.0",
38
- "@orderly.network/perp": "2.0.6-alpha.0",
39
- "@orderly.network/utils": "0.1.6-alpha.0",
40
- "@orderly.network/types": "0.2.6-alpha.0",
41
- "@orderly.network/core": "0.2.6-alpha.0"
37
+ "@orderly.network/core": "0.2.6",
38
+ "@orderly.network/net": "1.1.6",
39
+ "@orderly.network/utils": "0.1.6",
40
+ "@orderly.network/perp": "2.0.6",
41
+ "@orderly.network/types": "0.2.6"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"