@permissionless-technologies/upp-sdk 0.3.5 → 0.3.6

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