@graphql-codegen/typescript-operations 4.6.2-alpha-20250605130257-1e7b946935178b3b974e69e9ee07aba437d33e95 → 4.6.2-alpha-20250608134628-943ce44885f4b3f253e2dc124823efea57475ff0
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 +4 -4
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@graphql-codegen/typescript-operations",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "4.6.2-alpha- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "4.6.2-alpha-20250608134628-943ce44885f4b3f253e2dc124823efea57475ff0",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "peerDependenciesMeta": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "graphql-sock": {
         
     | 
| 
         @@ -12,9 +12,9 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                "graphql-sock": "^1.0.0"
         
     | 
| 
       13 
13 
     | 
    
         
             
              },
         
     | 
| 
       14 
14 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       15 
     | 
    
         
            -
                "@graphql-codegen/plugin-helpers": "6.0.0-alpha- 
     | 
| 
       16 
     | 
    
         
            -
                "@graphql-codegen/typescript": "4.1.7-alpha- 
     | 
| 
       17 
     | 
    
         
            -
                "@graphql-codegen/visitor-plugin-common": "6.0.0-alpha- 
     | 
| 
      
 15 
     | 
    
         
            +
                "@graphql-codegen/plugin-helpers": "6.0.0-alpha-20250608134628-943ce44885f4b3f253e2dc124823efea57475ff0",
         
     | 
| 
      
 16 
     | 
    
         
            +
                "@graphql-codegen/typescript": "4.1.7-alpha-20250608134628-943ce44885f4b3f253e2dc124823efea57475ff0",
         
     | 
| 
      
 17 
     | 
    
         
            +
                "@graphql-codegen/visitor-plugin-common": "6.0.0-alpha-20250608134628-943ce44885f4b3f253e2dc124823efea57475ff0",
         
     | 
| 
       18 
18 
     | 
    
         
             
                "auto-bind": "~4.0.0",
         
     | 
| 
       19 
19 
     | 
    
         
             
                "tslib": "~2.6.0"
         
     | 
| 
       20 
20 
     | 
    
         
             
              },
         
     |