@solana/transactions 2.0.0-experimental.ab8b149 → 2.0.0-experimental.b83b7ee

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.
@@ -769,5 +769,3 @@ exports.setTransactionFeePayer = setTransactionFeePayer;
769
769
  exports.setTransactionLifetimeUsingBlockhash = setTransactionLifetimeUsingBlockhash;
770
770
  exports.setTransactionLifetimeUsingDurableNonce = setTransactionLifetimeUsingDurableNonce;
771
771
  exports.signTransaction = signTransaction;
772
- //# sourceMappingURL=out.js.map
773
- //# sourceMappingURL=index.browser.cjs.map
@@ -758,3 +758,5 @@ function getBase64EncodedWireTransaction(transaction) {
758
758
  }
759
759
 
760
760
  export { appendTransactionInstruction, assertIsBlockhash, assertIsDurableNonceTransaction, createTransaction, getBase64EncodedWireTransaction, prependTransactionInstruction, setTransactionFeePayer, setTransactionLifetimeUsingBlockhash, setTransactionLifetimeUsingDurableNonce, signTransaction };
761
+ //# sourceMappingURL=out.js.map
762
+ //# sourceMappingURL=index.browser.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/transactions",
3
- "version": "2.0.0-experimental.ab8b149",
3
+ "version": "2.0.0-experimental.b83b7ee",
4
4
  "description": "Helpers for creating and serializing transactions",
5
5
  "exports": {
6
6
  "browser": {
@@ -47,8 +47,8 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@metaplex-foundation/umi-serializers": "^0.8.5",
50
- "@solana/addresses": "2.0.0-experimental.ab8b149",
51
- "@solana/keys": "2.0.0-experimental.ab8b149"
50
+ "@solana/addresses": "2.0.0-experimental.b83b7ee",
51
+ "@solana/keys": "2.0.0-experimental.b83b7ee"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@solana/eslint-config-solana": "^1.0.2",
@@ -66,7 +66,7 @@
66
66
  "tsup": "7.2.0",
67
67
  "typescript": "^5.1.6",
68
68
  "version-from-git": "^1.1.1",
69
- "@solana/instructions": "2.0.0-experimental.ab8b149",
69
+ "@solana/instructions": "2.0.0-experimental.b83b7ee",
70
70
  "build-scripts": "0.0.0",
71
71
  "test-config": "0.0.0",
72
72
  "test-matchers": "0.0.0",