@xyo-network/react-schema-plugin 2.60.11 → 2.60.12
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/97ddcca614b1/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/97ddcca614b1/packages/plugins/packages/schema/src/Plugin.ts#L7"
         
     | 
| 
       38 
38 
     | 
    
         
             
            				}
         
     | 
| 
       39 
39 
     | 
    
         
             
            			],
         
     | 
| 
       40 
40 
     | 
    
         
             
            			"type": {
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -11,13 +11,13 @@ 
     | 
|
| 
       11 
11 
     | 
    
         
             
              },
         
     | 
| 
       12 
12 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       13 
13 
     | 
    
         
             
                "@xylabs/react-flexbox": "~2.17.15",
         
     | 
| 
       14 
     | 
    
         
            -
                "@xyo-network/payload-model": "^2.72. 
     | 
| 
       15 
     | 
    
         
            -
                "@xyo-network/react-payload-details": "~2.60. 
     | 
| 
       16 
     | 
    
         
            -
                "@xyo-network/react-payload-plugin": "~2.60. 
     | 
| 
       17 
     | 
    
         
            -
                "@xyo-network/schema-payload-plugin": "^2.72. 
     | 
| 
      
 14 
     | 
    
         
            +
                "@xyo-network/payload-model": "^2.72.9",
         
     | 
| 
      
 15 
     | 
    
         
            +
                "@xyo-network/react-payload-details": "~2.60.12",
         
     | 
| 
      
 16 
     | 
    
         
            +
                "@xyo-network/react-payload-plugin": "~2.60.12",
         
     | 
| 
      
 17 
     | 
    
         
            +
                "@xyo-network/schema-payload-plugin": "^2.72.9"
         
     | 
| 
       18 
18 
     | 
    
         
             
              },
         
     | 
| 
       19 
19 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       20 
     | 
    
         
            -
                "@xylabs/ts-scripts-yarn3": "^2.19. 
     | 
| 
      
 20 
     | 
    
         
            +
                "@xylabs/ts-scripts-yarn3": "^2.19.4",
         
     | 
| 
       21 
21 
     | 
    
         
             
                "typescript": "^5.2.2"
         
     | 
| 
       22 
22 
     | 
    
         
             
              },
         
     | 
| 
       23 
23 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
         @@ -72,5 +72,5 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
              },
         
     | 
| 
       73 
73 
     | 
    
         
             
              "sideEffects": false,
         
     | 
| 
       74 
74 
     | 
    
         
             
              "types": "dist/types/index.d.ts",
         
     | 
| 
       75 
     | 
    
         
            -
              "version": "2.60. 
     | 
| 
      
 75 
     | 
    
         
            +
              "version": "2.60.12"
         
     | 
| 
       76 
76 
     | 
    
         
             
            }
         
     |