@wgb5445/aptos-intent-npm 0.0.6 → 0.0.8
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/dist/cjs/aptos_intent_bg-Cvhg0cOA.js +42 -0
 - package/dist/cjs/entry.js +7 -7
 - package/dist/esm/aptos_intent_bg-Dr5TXbTf.js +40 -0
 - package/dist/esm/entry.js +7 -7
 - package/package.json +4 -1
 - package/dist/cjs/aptos_intent_bg-DG0JV4lY.js +0 -42
 - package/dist/cjs/aptos_intent_bg-DUElQ7EK.js +0 -42
 - package/dist/esm/aptos_intent_bg-5HKQ9euF.js +0 -40
 - package/dist/esm/aptos_intent_bg-BNAl9sFX.js +0 -40
 
    
        package/dist/cjs/entry.js
    CHANGED
    
    | 
         @@ -555,14 +555,14 @@ function __wbg_get_imports() { 
     | 
|
| 
       555 
555 
     | 
    
         
             
                    getInt32Memory0()[arg0 / 4 + 1] = len1;
         
     | 
| 
       556 
556 
     | 
    
         
             
                    getInt32Memory0()[arg0 / 4 + 0] = ptr1;
         
     | 
| 
       557 
557 
     | 
    
         
             
                };
         
     | 
| 
       558 
     | 
    
         
            -
                imports.wbg.__wbg_batchargument_new = function(arg0) {
         
     | 
| 
       559 
     | 
    
         
            -
                    const ret = BatchArgument.__wrap(arg0);
         
     | 
| 
       560 
     | 
    
         
            -
                    return addHeapObject(ret);
         
     | 
| 
       561 
     | 
    
         
            -
                };
         
     | 
| 
       562 
558 
     | 
    
         
             
                imports.wbg.__wbg_batchargument_unwrap = function(arg0) {
         
     | 
| 
       563 
559 
     | 
    
         
             
                    const ret = BatchArgument.__unwrap(takeObject(arg0));
         
     | 
| 
       564 
560 
     | 
    
         
             
                    return ret;
         
     | 
| 
       565 
561 
     | 
    
         
             
                };
         
     | 
| 
      
 562 
     | 
    
         
            +
                imports.wbg.__wbg_batchargument_new = function(arg0) {
         
     | 
| 
      
 563 
     | 
    
         
            +
                    const ret = BatchArgument.__wrap(arg0);
         
     | 
| 
      
 564 
     | 
    
         
            +
                    return addHeapObject(ret);
         
     | 
| 
      
 565 
     | 
    
         
            +
                };
         
     | 
| 
       566 
566 
     | 
    
         
             
                imports.wbg.__wbindgen_cb_drop = function(arg0) {
         
     | 
| 
       567 
567 
     | 
    
         
             
                    const obj = takeObject(arg0).original;
         
     | 
| 
       568 
568 
     | 
    
         
             
                    if (obj.cnt-- == 1) {
         
     | 
| 
         @@ -779,8 +779,8 @@ function __wbg_get_imports() { 
     | 
|
| 
       779 
779 
     | 
    
         
             
                    const ret = wasm.memory;
         
     | 
| 
       780 
780 
     | 
    
         
             
                    return addHeapObject(ret);
         
     | 
| 
       781 
781 
     | 
    
         
             
                };
         
     | 
| 
       782 
     | 
    
         
            -
                imports.wbg. 
     | 
| 
       783 
     | 
    
         
            -
                    const ret = makeMutClosure(arg0, arg1,  
     | 
| 
      
 782 
     | 
    
         
            +
                imports.wbg.__wbindgen_closure_wrapper540 = function(arg0, arg1, arg2) {
         
     | 
| 
      
 783 
     | 
    
         
            +
                    const ret = makeMutClosure(arg0, arg1, 264, __wbg_adapter_24);
         
     | 
| 
       784 
784 
     | 
    
         
             
                    return addHeapObject(ret);
         
     | 
| 
       785 
785 
     | 
    
         
             
                };
         
     | 
| 
       786 
786 
     | 
    
         | 
| 
         @@ -812,7 +812,7 @@ function initSync(module) { 
     | 
|
| 
       812 
812 
     | 
    
         
             
            }
         
     | 
| 
       813 
813 
     | 
    
         | 
| 
       814 
814 
     | 
    
         
             
            async function get_wasm (){
         
     | 
| 
       815 
     | 
    
         
            -
               return (await Promise.resolve().then(function () { return require('./aptos_intent_bg- 
     | 
| 
      
 815 
     | 
    
         
            +
               return (await Promise.resolve().then(function () { return require('./aptos_intent_bg-Cvhg0cOA.js'); })).default()
         
     | 
| 
       816 
816 
     | 
    
         
             
            }
         
     | 
| 
       817 
817 
     | 
    
         | 
| 
       818 
818 
     | 
    
         
             
            exports.ArgumentOperation = ArgumentOperation;
         
     |