-
Notifications
You must be signed in to change notification settings - Fork 10
/
static-exports.json
29 lines (29 loc) · 1.26 KB
/
static-exports.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"package": {
"./": "./dist/index.js",
"./typeRegistry": "./dist/generated/typeRegistry.js",
"./akash/deployment/v1beta3/query": "./dist/generated/akash/deployment/v1beta3/query.js",
"./deprecated/akash/cert/v1beta1": "./dist/deprecated/index.akash.cert.v1beta1.js",
"./deprecated/akash/market/v1beta1": "./dist/deprecated/index.akash.market.v1beta1.js",
"./v1beta1": "./dist/index.v1beta1.js",
"./v1beta2": "./dist/index.v1beta2.js",
"./v1beta3": "./dist/index.v1beta3.js",
"./v1beta4": "./dist/index.v1beta4.js"
},
"tsconfig": {
"@akashnetwork/akash-api/typeRegistry": ["./dist/generated/typeRegistry"],
"@akashnetwork/akash-api/akash/deployment/v1beta3/query": [
"./dist/generated/akash/deployment/v1beta3/query"
],
"@akashnetwork/akash-api/deprecated/akash/cert/v1beta1": [
"./dist/deprecated/index.akash.cert.v1beta1"
],
"@akashnetwork/akash-api/deprecated/akash/market/v1beta1": [
"./dist/deprecated/index.akash.market.v1beta1"
],
"@akashnetwork/akash-api/v1beta1": ["./dist/index.v1beta1"],
"@akashnetwork/akash-api/v1beta2": ["./dist/index.v1beta2"],
"@akashnetwork/akash-api/v1beta3": ["./dist/index.v1beta3"],
"@akashnetwork/akash-api/v1beta4": ["./dist/index.v1beta4"]
}
}