@ocap/asset 1.27.0 → 1.27.1
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/package.json +10 -10
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@ocap/asset",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "description": "Utility to work with asset and factory on ArcBlock blockchain",
         
     | 
| 
       4 
     | 
    
         
            -
              "version": "1.27. 
     | 
| 
      
 4 
     | 
    
         
            +
              "version": "1.27.1",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "author": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "name": "wangshijun",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "email": "shijun@arcblock.io",
         
     | 
| 
         @@ -24,15 +24,15 @@ 
     | 
|
| 
       24 
24 
     | 
    
         
             
                "json-stable-stringify": "^1.0.1",
         
     | 
| 
       25 
25 
     | 
    
         
             
                "lodash": "^4.17.21",
         
     | 
| 
       26 
26 
     | 
    
         
             
                "mustache": "^4.2.0",
         
     | 
| 
       27 
     | 
    
         
            -
                "@arcblock/did-util": "1.27. 
     | 
| 
       28 
     | 
    
         
            -
                "@arcblock/validator": "1.27. 
     | 
| 
       29 
     | 
    
         
            -
                "@arcblock/vc": "1.27. 
     | 
| 
       30 
     | 
    
         
            -
                "@ocap/contract": "1.27. 
     | 
| 
       31 
     | 
    
         
            -
                "@ocap/mcrypto": "1.27. 
     | 
| 
       32 
     | 
    
         
            -
                "@ocap/types": "1.27. 
     | 
| 
       33 
     | 
    
         
            -
                "@ocap/util": "1.27. 
     | 
| 
       34 
     | 
    
         
            -
                "@ocap/wallet": "1.27. 
     | 
| 
       35 
     | 
    
         
            -
                "@arcblock/did": "1.27. 
     | 
| 
      
 27 
     | 
    
         
            +
                "@arcblock/did-util": "1.27.1",
         
     | 
| 
      
 28 
     | 
    
         
            +
                "@arcblock/validator": "1.27.1",
         
     | 
| 
      
 29 
     | 
    
         
            +
                "@arcblock/vc": "1.27.1",
         
     | 
| 
      
 30 
     | 
    
         
            +
                "@ocap/contract": "1.27.1",
         
     | 
| 
      
 31 
     | 
    
         
            +
                "@ocap/mcrypto": "1.27.1",
         
     | 
| 
      
 32 
     | 
    
         
            +
                "@ocap/types": "1.27.1",
         
     | 
| 
      
 33 
     | 
    
         
            +
                "@ocap/util": "1.27.1",
         
     | 
| 
      
 34 
     | 
    
         
            +
                "@ocap/wallet": "1.27.1",
         
     | 
| 
      
 35 
     | 
    
         
            +
                "@arcblock/did": "1.27.1"
         
     | 
| 
       36 
36 
     | 
    
         
             
              },
         
     | 
| 
       37 
37 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       38 
38 
     | 
    
         
             
                "@arcblock/eslint-config-ts": "0.3.3",
         
     |