@yuants/vendor-aster 0.9.12 → 0.10.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.js CHANGED
@@ -1,4 +1,3 @@
1
- import './services/markets/interest_rate';
2
1
  import './services/markets/product';
3
2
  import './services/markets/quote';
4
3
  import './services/exchange';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,0BAA0B,CAAC;AAClC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,yBAAyB,CAAC;AACjC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,oCAAoC,CAAC","sourcesContent":["import './services/markets/interest_rate';\nimport './services/markets/product';\nimport './services/markets/quote';\nimport './services/exchange';\nimport './services/quotes';\nimport './services/ohlc-service';\nimport './services/interest-rate-service';\nimport './services/interest-ledger-service';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,CAAC;AACpC,OAAO,0BAA0B,CAAC;AAClC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,yBAAyB,CAAC;AACjC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,oCAAoC,CAAC","sourcesContent":["import './services/markets/product';\nimport './services/markets/quote';\nimport './services/exchange';\nimport './services/quotes';\nimport './services/ohlc-service';\nimport './services/interest-rate-service';\nimport './services/interest-ledger-service';\n"]}
package/lib/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import './services/markets/interest_rate';
2
1
  import './services/markets/product';
3
2
  import './services/markets/quote';
4
3
  import './services/exchange';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,0BAA0B,CAAC;AAClC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,yBAAyB,CAAC;AACjC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,oCAAoC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,CAAC;AACpC,OAAO,0BAA0B,CAAC;AAClC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,mBAAmB,CAAC;AAC3B,OAAO,yBAAyB,CAAC;AACjC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,oCAAoC,CAAC"}
package/lib/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- require("./services/markets/interest_rate");
4
3
  require("./services/markets/product");
5
4
  require("./services/markets/quote");
6
5
  require("./services/exchange");
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,4CAA0C;AAC1C,sCAAoC;AACpC,oCAAkC;AAClC,+BAA6B;AAC7B,6BAA2B;AAC3B,mCAAiC;AACjC,4CAA0C;AAC1C,8CAA4C","sourcesContent":["import './services/markets/interest_rate';\nimport './services/markets/product';\nimport './services/markets/quote';\nimport './services/exchange';\nimport './services/quotes';\nimport './services/ohlc-service';\nimport './services/interest-rate-service';\nimport './services/interest-ledger-service';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,sCAAoC;AACpC,oCAAkC;AAClC,+BAA6B;AAC7B,6BAA2B;AAC3B,mCAAiC;AACjC,4CAA0C;AAC1C,8CAA4C","sourcesContent":["import './services/markets/product';\nimport './services/markets/quote';\nimport './services/exchange';\nimport './services/quotes';\nimport './services/ohlc-service';\nimport './services/interest-rate-service';\nimport './services/interest-ledger-service';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuants/vendor-aster",
3
- "version": "0.9.12",
3
+ "version": "0.10.0",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -11,14 +11,14 @@
11
11
  "rxjs": "~7.5.6",
12
12
  "@yuants/protocol": "0.54.1",
13
13
  "@yuants/cache": "0.3.12",
14
- "@yuants/utils": "0.19.4",
15
14
  "@yuants/data-account": "0.11.8",
15
+ "@yuants/utils": "0.19.4",
16
16
  "@yuants/data-series": "0.3.61",
17
17
  "@yuants/sql": "0.9.39",
18
18
  "@yuants/data-product": "0.5.9",
19
19
  "@yuants/data-ohlc": "0.6.4",
20
- "@yuants/data-interest-rate": "0.2.8",
21
20
  "@yuants/data-order": "0.7.9",
21
+ "@yuants/data-interest-rate": "0.2.8",
22
22
  "@yuants/transfer": "0.2.48",
23
23
  "@yuants/data-quote": "0.4.8",
24
24
  "@yuants/exchange": "0.8.11"
@@ -32,8 +32,8 @@
32
32
  "@types/node": "24",
33
33
  "typescript": "~5.9.3",
34
34
  "ts-node": "~10.9.2",
35
- "@yuants/tool-kit": "0.2.2",
36
- "@yuants/extension": "0.2.40"
35
+ "@yuants/extension": "0.2.40",
36
+ "@yuants/tool-kit": "0.2.2"
37
37
  },
38
38
  "publishConfig": {
39
39
  "registry": "https://registry.npmjs.org",