@permissionless-technologies/upp-sdk 0.3.3 → 0.3.5

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.
@@ -1,8 +1,8 @@
1
- export { buildTransfer, buildUPPTransferCircuitInputs, computeNullifier, formatOutputForContract, getMerkleProofsForNotes, syncMerkleTree } from './chunk-SZ2ATSYI.js';
1
+ export { buildTransfer, buildUPPTransferCircuitInputs, computeNullifier, formatOutputForContract, getMerkleProofsForNotes, syncMerkleTree } from './chunk-PJLRCR2T.js';
2
2
  import './chunk-ZU6J7KMY.js';
3
3
  import './chunk-P37MRZ73.js';
4
4
  import './chunk-V23OSL25.js';
5
5
  import './chunk-S4B7GYLN.js';
6
6
  import './chunk-Z6ZWNWWR.js';
7
- //# sourceMappingURL=transfer-3QFLYTOI.js.map
8
- //# sourceMappingURL=transfer-3QFLYTOI.js.map
7
+ //# sourceMappingURL=transfer-P4D57KJ5.js.map
8
+ //# sourceMappingURL=transfer-P4D57KJ5.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"transfer-3QFLYTOI.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"transfer-P4D57KJ5.js"}
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkYCUDP7Q4_cjs = require('./chunk-YCUDP7Q4.cjs');
3
+ var chunkQSL4XPNU_cjs = require('./chunk-QSL4XPNU.cjs');
4
4
  require('./chunk-EUP7MBAH.cjs');
5
5
  require('./chunk-NDM5EJEV.cjs');
6
6
  require('./chunk-JWNXBALH.cjs');
@@ -11,27 +11,27 @@ require('./chunk-G7VZBCD6.cjs');
11
11
 
12
12
  Object.defineProperty(exports, "buildTransfer", {
13
13
  enumerable: true,
14
- get: function () { return chunkYCUDP7Q4_cjs.buildTransfer; }
14
+ get: function () { return chunkQSL4XPNU_cjs.buildTransfer; }
15
15
  });
16
16
  Object.defineProperty(exports, "buildUPPTransferCircuitInputs", {
17
17
  enumerable: true,
18
- get: function () { return chunkYCUDP7Q4_cjs.buildUPPTransferCircuitInputs; }
18
+ get: function () { return chunkQSL4XPNU_cjs.buildUPPTransferCircuitInputs; }
19
19
  });
20
20
  Object.defineProperty(exports, "computeNullifier", {
21
21
  enumerable: true,
22
- get: function () { return chunkYCUDP7Q4_cjs.computeNullifier; }
22
+ get: function () { return chunkQSL4XPNU_cjs.computeNullifier; }
23
23
  });
24
24
  Object.defineProperty(exports, "formatOutputForContract", {
25
25
  enumerable: true,
26
- get: function () { return chunkYCUDP7Q4_cjs.formatOutputForContract; }
26
+ get: function () { return chunkQSL4XPNU_cjs.formatOutputForContract; }
27
27
  });
28
28
  Object.defineProperty(exports, "getMerkleProofsForNotes", {
29
29
  enumerable: true,
30
- get: function () { return chunkYCUDP7Q4_cjs.getMerkleProofsForNotes; }
30
+ get: function () { return chunkQSL4XPNU_cjs.getMerkleProofsForNotes; }
31
31
  });
32
32
  Object.defineProperty(exports, "syncMerkleTree", {
33
33
  enumerable: true,
34
- get: function () { return chunkYCUDP7Q4_cjs.syncMerkleTree; }
34
+ get: function () { return chunkQSL4XPNU_cjs.syncMerkleTree; }
35
35
  });
36
- //# sourceMappingURL=transfer-USRM46JZ.cjs.map
37
- //# sourceMappingURL=transfer-USRM46JZ.cjs.map
36
+ //# sourceMappingURL=transfer-XCVVZ7FF.cjs.map
37
+ //# sourceMappingURL=transfer-XCVVZ7FF.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"transfer-USRM46JZ.cjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"transfer-XCVVZ7FF.cjs"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@permissionless-technologies/upp-sdk",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Universal Private Pool SDK - Privacy-preserving token operations for any ERC20",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -15,5 +15,5 @@
15
15
  "CircleStarkVerifier": "0x0dcd1bf9a1b36ce34237eeafef220932846bcd82"
16
16
  },
17
17
  "deployBlock": 1,
18
- "deployTimestamp": 1774644060158
18
+ "deployTimestamp": 1774728354492
19
19
  }