@yuants/app-virtual-exchange 0.0.1 → 0.1.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/package.json +7 -7
- package/temp/package-deps.json +9 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuants/app-virtual-exchange",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"temp"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@yuants/protocol": "0.52.
|
|
12
|
-
"@yuants/utils": "0.
|
|
13
|
-
"@yuants/data-account": "0.8.
|
|
14
|
-
"@yuants/data-order": "0.6.
|
|
15
|
-
"@yuants/secret": "0.3.
|
|
16
|
-
"@yuants/sql": "0.9.
|
|
11
|
+
"@yuants/protocol": "0.52.1",
|
|
12
|
+
"@yuants/utils": "0.12.0",
|
|
13
|
+
"@yuants/data-account": "0.8.1",
|
|
14
|
+
"@yuants/data-order": "0.6.3",
|
|
15
|
+
"@yuants/secret": "0.3.10",
|
|
16
|
+
"@yuants/sql": "0.9.27",
|
|
17
17
|
"rxjs": "~7.5.6",
|
|
18
18
|
"ajv": "~8.12.0"
|
|
19
19
|
},
|
package/temp/package-deps.json
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"apps/virtual-exchange/CHANGELOG.json": "719ddce08a2411a26770e5d7818a4522af55803c",
|
|
3
|
+
"apps/virtual-exchange/CHANGELOG.md": "190ad8cea7d55ed291c55efb0ff62009be0c6de1",
|
|
2
4
|
"apps/virtual-exchange/api-extractor.json": "62f4fd324425b9a235f0c117975967aab09ced0c",
|
|
3
5
|
"apps/virtual-exchange/config/jest.config.json": "4bb17bde3ee911163a3edb36a6eb71491d80b1bd",
|
|
4
6
|
"apps/virtual-exchange/config/rig.json": "f6c7b5537dc77a3170ba9f008bae3b6c3ee11956",
|
|
5
7
|
"apps/virtual-exchange/config/typescript.json": "854907e8a821f2050f6533368db160c649c25348",
|
|
6
8
|
"apps/virtual-exchange/etc/app-virtual-exchange.api.md": "6cb40ec1fa2d40a31a7b0dd3f02b8b24a4d7c4de",
|
|
7
|
-
"apps/virtual-exchange/package.json": "
|
|
9
|
+
"apps/virtual-exchange/package.json": "6cb3ac10d992aba5fa60e855ebba1d29aab8eae3",
|
|
8
10
|
"apps/virtual-exchange/src/index.ts": "b15b3d037aded3e7c8aa9d6f84aa16b5915b87e2",
|
|
9
11
|
"apps/virtual-exchange/tsconfig.json": "22f94ca28b507f8ddcc21b9053158eefd3f726a9",
|
|
10
12
|
"apps/virtual-exchange/.rush/temp/shrinkwrap-deps.json": "8c5c8eb58b6b8757344017c67c08f71d4e6dd4d7",
|
|
11
|
-
"libraries/protocol/temp/package-deps.json": "
|
|
12
|
-
"libraries/utils/temp/package-deps.json": "
|
|
13
|
-
"libraries/data-account/temp/package-deps.json": "
|
|
14
|
-
"libraries/data-order/temp/package-deps.json": "
|
|
15
|
-
"libraries/secret/temp/package-deps.json": "
|
|
16
|
-
"libraries/sql/temp/package-deps.json": "
|
|
13
|
+
"libraries/protocol/temp/package-deps.json": "1066c0e55149b4c79b28652f4f38ce8af1c1ac05",
|
|
14
|
+
"libraries/utils/temp/package-deps.json": "8c6f73fea6edf8cf30af2d69ad4dc25a7a6e6c4b",
|
|
15
|
+
"libraries/data-account/temp/package-deps.json": "068e6769cbca1460d5f70080c72b5bba3331829a",
|
|
16
|
+
"libraries/data-order/temp/package-deps.json": "eef223efb33c3d4f4657e80289bad94d5ec3af6c",
|
|
17
|
+
"libraries/secret/temp/package-deps.json": "5c106144a0132e9f34c425cdce8ecaf4918605e9",
|
|
18
|
+
"libraries/sql/temp/package-deps.json": "c6174aded4c8b1a151724cf2d10c23a775e8151c",
|
|
17
19
|
"tools/toolkit/temp/package-deps.json": "23e053490eb8feade23e4d45de4e54883e322711"
|
|
18
20
|
}
|