@dxos/teleport 0.6.14-main.8b352a0 → 0.6.14-staging.3e2eaca
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 +12 -12
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@dxos/teleport",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.6.14- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.6.14-staging.3e2eaca",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Stream muxer.",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "homepage": "https://dxos.org",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "bugs": "https://github.com/dxos/dxos/issues",
         
     | 
| 
         @@ -35,22 +35,22 @@ 
     | 
|
| 
       35 
35 
     | 
    
         
             
              ],
         
     | 
| 
       36 
36 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       37 
37 
     | 
    
         
             
                "randombytes": "^2.1.0",
         
     | 
| 
       38 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       39 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       40 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       41 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       42 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       43 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       44 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       45 
     | 
    
         
            -
                "@dxos/ 
     | 
| 
       46 
     | 
    
         
            -
                "@dxos/rpc": "0.6.14- 
     | 
| 
       47 
     | 
    
         
            -
                "@dxos/util": "0.6.14- 
     | 
| 
      
 38 
     | 
    
         
            +
                "@dxos/context": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 39 
     | 
    
         
            +
                "@dxos/async": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "@dxos/debug": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@dxos/keys": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@dxos/invariant": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@dxos/log": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@dxos/node-std": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "@dxos/protocols": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 46 
     | 
    
         
            +
                "@dxos/rpc": "0.6.14-staging.3e2eaca",
         
     | 
| 
      
 47 
     | 
    
         
            +
                "@dxos/util": "0.6.14-staging.3e2eaca"
         
     | 
| 
       48 
48 
     | 
    
         
             
              },
         
     | 
| 
       49 
49 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       50 
50 
     | 
    
         
             
                "@types/randombytes": "^2.0.0",
         
     | 
| 
       51 
51 
     | 
    
         
             
                "@types/varint": "6.0.0",
         
     | 
| 
       52 
52 
     | 
    
         
             
                "varint": "6.0.0",
         
     | 
| 
       53 
     | 
    
         
            -
                "@dxos/async": "0.6.14- 
     | 
| 
      
 53 
     | 
    
         
            +
                "@dxos/async": "0.6.14-staging.3e2eaca"
         
     | 
| 
       54 
54 
     | 
    
         
             
              },
         
     | 
| 
       55 
55 
     | 
    
         
             
              "publishConfig": {
         
     | 
| 
       56 
56 
     | 
    
         
             
                "access": "public"
         
     |