@xyo-network/react-schema-plugin 2.64.6 → 2.64.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/docs.json +2 -2
 - package/package.json +6 -6
 
    
        package/dist/docs.json
    CHANGED
    
    | 
         @@ -16,7 +16,7 @@ 
     | 
|
| 
       16 
16 
     | 
    
         
             
            					"fileName": "index.ts",
         
     | 
| 
       17 
17 
     | 
    
         
             
            					"line": 6,
         
     | 
| 
       18 
18 
     | 
    
         
             
            					"character": 0,
         
     | 
| 
       19 
     | 
    
         
            -
            					"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ 
     | 
| 
      
 19 
     | 
    
         
            +
            					"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b21883567/packages/plugins/packages/schema/src/index.ts#L6"
         
     | 
| 
       20 
20 
     | 
    
         
             
            				}
         
     | 
| 
       21 
21 
     | 
    
         
             
            			],
         
     | 
| 
       22 
22 
     | 
    
         
             
            			"target": 1
         
     | 
| 
         @@ -34,7 +34,7 @@ 
     | 
|
| 
       34 
34 
     | 
    
         
             
            					"fileName": "Plugin.ts",
         
     | 
| 
       35 
35 
     | 
    
         
             
            					"line": 7,
         
     | 
| 
       36 
36 
     | 
    
         
             
            					"character": 13,
         
     | 
| 
       37 
     | 
    
         
            -
            					"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ 
     | 
| 
      
 37 
     | 
    
         
            +
            					"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b21883567/packages/plugins/packages/schema/src/Plugin.ts#L7"
         
     | 
| 
       38 
38 
     | 
    
         
             
            				}
         
     | 
| 
       39 
39 
     | 
    
         
             
            			],
         
     | 
| 
       40 
40 
     | 
    
         
             
            			"type": {
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -10,11 +10,11 @@ 
     | 
|
| 
       10 
10 
     | 
    
         
             
                "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
         
     | 
| 
       11 
11 
     | 
    
         
             
              },
         
     | 
| 
       12 
12 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       13 
     | 
    
         
            -
                "@xylabs/react-flexbox": "^3.0. 
     | 
| 
       14 
     | 
    
         
            -
                "@xyo-network/payload-model": "^2.75. 
     | 
| 
       15 
     | 
    
         
            -
                "@xyo-network/react-payload-details": "~2.64. 
     | 
| 
       16 
     | 
    
         
            -
                "@xyo-network/react-payload-plugin": "~2.64. 
     | 
| 
       17 
     | 
    
         
            -
                "@xyo-network/schema-payload-plugin": "^2.75. 
     | 
| 
      
 13 
     | 
    
         
            +
                "@xylabs/react-flexbox": "^3.0.15",
         
     | 
| 
      
 14 
     | 
    
         
            +
                "@xyo-network/payload-model": "^2.75.7",
         
     | 
| 
      
 15 
     | 
    
         
            +
                "@xyo-network/react-payload-details": "~2.64.8",
         
     | 
| 
      
 16 
     | 
    
         
            +
                "@xyo-network/react-payload-plugin": "~2.64.8",
         
     | 
| 
      
 17 
     | 
    
         
            +
                "@xyo-network/schema-payload-plugin": "^2.75.7"
         
     | 
| 
       18 
18 
     | 
    
         
             
              },
         
     | 
| 
       19 
19 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       20 
20 
     | 
    
         
             
                "@xylabs/ts-scripts-yarn3": "^3.0.82",
         
     | 
| 
         @@ -79,6 +79,6 @@ 
     | 
|
| 
       79 
79 
     | 
    
         
             
              },
         
     | 
| 
       80 
80 
     | 
    
         
             
              "sideEffects": false,
         
     | 
| 
       81 
81 
     | 
    
         
             
              "types": "dist/browser/index.d.ts",
         
     | 
| 
       82 
     | 
    
         
            -
              "version": "2.64. 
     | 
| 
      
 82 
     | 
    
         
            +
              "version": "2.64.8",
         
     | 
| 
       83 
83 
     | 
    
         
             
              "type": "module"
         
     | 
| 
       84 
84 
     | 
    
         
             
            }
         
     |