@things-factory/integration-sellercraft 9.1.8 → 9.1.9
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 +5 -5
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@things-factory/integration-sellercraft",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "9.1. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "9.1.9",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "main": "dist-server/index.js",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "browser": "client/index.js",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "things-factory": true,
         
     | 
| 
         @@ -26,15 +26,15 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       27 
27 
     | 
    
         
             
                "@operato/data-grist": "^9.0.0",
         
     | 
| 
       28 
28 
     | 
    
         
             
                "@things-factory/apptool-ui": "^9.1.0",
         
     | 
| 
       29 
     | 
    
         
            -
                "@things-factory/auth-ui": "^9.1. 
     | 
| 
      
 29 
     | 
    
         
            +
                "@things-factory/auth-ui": "^9.1.9",
         
     | 
| 
       30 
30 
     | 
    
         
             
                "@things-factory/biz-base": "^9.1.0",
         
     | 
| 
       31 
31 
     | 
    
         
             
                "@things-factory/code-ui": "^9.1.0",
         
     | 
| 
       32 
32 
     | 
    
         
             
                "@things-factory/context-ui": "^9.1.0",
         
     | 
| 
       33 
33 
     | 
    
         
             
                "@things-factory/i18n-base": "^9.1.0",
         
     | 
| 
       34 
     | 
    
         
            -
                "@things-factory/integration-marketplace": "^9.1. 
     | 
| 
      
 34 
     | 
    
         
            +
                "@things-factory/integration-marketplace": "^9.1.9",
         
     | 
| 
       35 
35 
     | 
    
         
             
                "@things-factory/integration-ui": "^9.1.8",
         
     | 
| 
       36 
36 
     | 
    
         
             
                "@things-factory/more-ui": "^9.1.0",
         
     | 
| 
       37 
     | 
    
         
            -
                "@things-factory/resource-ui": "^9.1. 
     | 
| 
      
 37 
     | 
    
         
            +
                "@things-factory/resource-ui": "^9.1.9",
         
     | 
| 
       38 
38 
     | 
    
         
             
                "@things-factory/setting-ui": "^9.1.0",
         
     | 
| 
       39 
39 
     | 
    
         
             
                "debug": "^4.1.1",
         
     | 
| 
       40 
40 
     | 
    
         
             
                "node-fetch": "^2.6.0"
         
     | 
| 
         @@ -49,5 +49,5 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
                "nock": "^13.0.2",
         
     | 
| 
       50 
50 
     | 
    
         
             
                "should": "^13.2.3"
         
     | 
| 
       51 
51 
     | 
    
         
             
              },
         
     | 
| 
       52 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 52 
     | 
    
         
            +
              "gitHead": "b1ed0fb584ff49407fe8cd4880e041eb3bcb350e"
         
     | 
| 
       53 
53 
     | 
    
         
             
            }
         
     |