flash-sdk 1.0.22 → 1.0.24
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/{lib → dist}/PerpetualsClient.d.ts +2 -0
- package/{lib → dist}/constants/index.js +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +10 -4
- package/lib/tsconfig.tsbuildinfo +0 -1
- package/src/CustodyAccount.ts +0 -125
- package/src/OraclePrice.ts +0 -111
- package/src/PerpetualsClient.ts +0 -2112
- package/src/PoolAccount.ts +0 -491
- package/src/PoolConfig.json +0 -322
- package/src/PoolConfig.ts +0 -182
- package/src/PoolDataClient.ts +0 -173
- package/src/PositionAccount.ts +0 -58
- package/src/Token.ts +0 -1
- package/src/constants/index.ts +0 -21
- package/src/idl/perpetuals.ts +0 -7561
- package/src/index.ts +0 -19
- package/src/type-rules.md +0 -4
- package/src/types/index.ts +0 -290
- package/src/utils/index.ts +0 -234
- package/src/utils/rpc.ts +0 -162
- package/tsconfig.json +0 -23
- /package/{lib → dist}/CustodyAccount.d.ts +0 -0
- /package/{lib → dist}/CustodyAccount.js +0 -0
- /package/{lib → dist}/OraclePrice.d.ts +0 -0
- /package/{lib → dist}/OraclePrice.js +0 -0
- /package/{lib → dist}/PerpetualsClient.js +0 -0
- /package/{lib → dist}/PoolAccount.d.ts +0 -0
- /package/{lib → dist}/PoolAccount.js +0 -0
- /package/{lib → dist}/PoolConfig.d.ts +0 -0
- /package/{lib → dist}/PoolConfig.js +0 -0
- /package/{lib → dist}/PoolConfig.json +0 -0
- /package/{lib → dist}/PoolDataClient.d.ts +0 -0
- /package/{lib → dist}/PoolDataClient.js +0 -0
- /package/{lib → dist}/PositionAccount.d.ts +0 -0
- /package/{lib → dist}/PositionAccount.js +0 -0
- /package/{lib → dist}/Token.d.ts +0 -0
- /package/{lib → dist}/Token.js +0 -0
- /package/{lib → dist}/constants/index.d.ts +0 -0
- /package/{lib → dist}/idl/perpetuals.d.ts +0 -0
- /package/{lib → dist}/idl/perpetuals.js +0 -0
- /package/{lib → dist}/index.d.ts +0 -0
- /package/{lib → dist}/index.js +0 -0
- /package/{lib → dist}/types/index.d.ts +0 -0
- /package/{lib → dist}/types/index.js +0 -0
- /package/{lib → dist}/utils/index.d.ts +0 -0
- /package/{lib → dist}/utils/index.js +0 -0
- /package/{lib → dist}/utils/rpc.d.ts +0 -0
- /package/{lib → dist}/utils/rpc.js +0 -0
package/tsconfig.json
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"incremental": true, /* Enable incremental compilation */
|
4
|
-
"target": "es5", /* Specify ECMAScript target version: */
|
5
|
-
// "lib": ["es2019"],
|
6
|
-
"module": "commonjs", /* 'none', 'commonjs', 'amd', 'system', etc */
|
7
|
-
"declaration": true, /* Concatenate & emit output to single file.*/
|
8
|
-
"outDir": "lib", /* Redirect output to the directory. */
|
9
|
-
"esModuleInterop": true, /* Enables intero between CommonJS and ES */
|
10
|
-
"skipLibCheck": true, /* Skip type checking of declaration files. */
|
11
|
-
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently */
|
12
|
-
"allowJs": true,
|
13
|
-
"checkJs": true,
|
14
|
-
|
15
|
-
// "declarationMap": true,
|
16
|
-
// "noImplicitAny": false,
|
17
|
-
"resolveJsonModule": true,
|
18
|
-
// "sourceMap": true,
|
19
|
-
|
20
|
-
},
|
21
|
-
"include": ["./src/**/*"],
|
22
|
-
"exclude": ["./src/**/*.test.js", "node_modules", "**/node_modules"]
|
23
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/{lib → dist}/Token.d.ts
RENAMED
File without changes
|
/package/{lib → dist}/Token.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/{lib → dist}/index.d.ts
RENAMED
File without changes
|
/package/{lib → dist}/index.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|