@mysten/sui.js
Advanced tools
Comparing version 0.0.0-experimental-20231206190551 to 0.0.0-experimental-20231211190634
# @mysten/sui.js | ||
## 0.0.0-experimental-20231206190551 | ||
## 0.0.0-experimental-20231211190634 | ||
### Patch Changes | ||
- dd362ec1d6: Update docs url to sdk.mystenlabs.com | ||
- Updated dependencies [dd362ec1d6] | ||
- @mysten/bcs@0.0.0-experimental-20231211190634 | ||
## 0.48.0 | ||
### Minor Changes | ||
@@ -12,3 +20,3 @@ | ||
- Updated dependencies [fce0a08d0f] | ||
- @mysten/bcs@0.0.0-experimental-20231206190551 | ||
- @mysten/bcs@0.9.0 | ||
@@ -15,0 +23,0 @@ ## 0.47.0 |
import { getPureSerializationType } from './serializer.js'; | ||
export { Inputs } from './Inputs.js'; | ||
export { Transactions, type TransactionArgument, type TransactionBlockInput, UpgradePolicy, } from './Transactions.js'; | ||
export { TransactionBlock, isTransactionBlock, type TransactionObjectArgument, type TransactionResult, } from './TransactionBlock.js'; | ||
export { TransactionBlock, isTransactionBlock, type TransactionObjectInput, type TransactionObjectArgument, type TransactionResult, } from './TransactionBlock.js'; | ||
export { getPureSerializationType }; |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231206190551"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231211190634"; | ||
export declare const TARGETED_RPC_VERSION = "1.16.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231206190551"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231211190634"; | ||
const TARGETED_RPC_VERSION = "1.16.0"; | ||
//# sourceMappingURL=version.js.map |
import { getPureSerializationType } from './serializer.js'; | ||
export { Inputs } from './Inputs.js'; | ||
export { Transactions, type TransactionArgument, type TransactionBlockInput, UpgradePolicy, } from './Transactions.js'; | ||
export { TransactionBlock, isTransactionBlock, type TransactionObjectArgument, type TransactionResult, } from './TransactionBlock.js'; | ||
export { TransactionBlock, isTransactionBlock, type TransactionObjectInput, type TransactionObjectArgument, type TransactionResult, } from './TransactionBlock.js'; | ||
export { getPureSerializationType }; |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231206190551"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231211190634"; | ||
export declare const TARGETED_RPC_VERSION = "1.16.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231206190551"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231211190634"; | ||
const TARGETED_RPC_VERSION = "1.16.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -5,4 +5,4 @@ { | ||
"description": "Sui TypeScript API(Work in Progress)", | ||
"homepage": "https://sui-typescript-docs.vercel.app", | ||
"version": "0.0.0-experimental-20231206190551", | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "0.0.0-experimental-20231211190634", | ||
"license": "Apache-2.0", | ||
@@ -114,3 +114,3 @@ "sideEffects": false, | ||
"tweetnacl": "^1.0.3", | ||
"@mysten/bcs": "0.0.0-experimental-20231206190551" | ||
"@mysten/bcs": "0.0.0-experimental-20231211190634" | ||
}, | ||
@@ -117,0 +117,0 @@ "scripts": { |
# Docs site | ||
For more complete docs, visit the [Sui TypeScript SDK docs](https://sui-typescript-docs.vercel.app/) | ||
For more complete docs, visit the [Sui TypeScript SDK docs](https://sdk.mystenlabs.com/) | ||
@@ -5,0 +5,0 @@ # Sui TypeScript SDK |
@@ -17,2 +17,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
isTransactionBlock, | ||
type TransactionObjectInput, | ||
type TransactionObjectArgument, | ||
@@ -19,0 +20,0 @@ type TransactionResult, |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231206190551'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231211190634'; | ||
export const TARGETED_RPC_VERSION = '1.16.0'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2369282
42576
+ Added@mysten/bcs@0.0.0-experimental-20231211190634(transitive)
- Removed@mysten/bcs@0.0.0-experimental-20231206190551(transitive)