File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 33  "version" : " 0.94.0"  ,
44  "type" : " module"  ,
55  "description" : " CLI for building for and deploying to The Graph"  ,
6+   "repository" : {
7+     "type" : " git"  ,
8+     "url" : " https://github.com/graphprotocol/graph-tooling.git"  ,
9+     "directory" : " packages/cli" 
10+   },
611  "license" : " (Apache-2.0 OR MIT)"  ,
712  "engines" : {
813    "node" : " >=20.18.1" 
7580    "access" : " public"  ,
7681    "provenance" : true 
7782  },
78-   "repository" : {
79-     "type" : " git"  ,
80-     "url" : " https://github.com/graphprotocol/graph-tooling.git"  ,
81-     "directory" : " packages/cli" 
82-   },
8383  "oclif" : {
8484    "bin" : " graph"  ,
8585    "commands" : " ./dist/commands"  ,
Original file line number Diff line number Diff line change 22  "name" : " @graphprotocol/graph-ts"  ,
33  "version" : " 0.37.0"  ,
44  "description" : " TypeScript/AssemblyScript library for writing subgraph mappings for The Graph"  ,
5+   "repository" : {
6+     "type" : " git"  ,
7+     "url" : " https://github.com/graphprotocol/graph-tooling.git"  ,
8+     "directory" : " packages/ts" 
9+   },
510  "main" : " index.ts"  ,
611  "module" : " index.ts"  ,
712  "types" : " index.ts"  ,
1116    "lint" : " prettier -c **/*.{js,mjs,ts}"  ,
1217    "test" : " node test/test.mjs" 
1318  },
19+   "dependencies" : {
20+     "assemblyscript" : " 0.27.31" 
21+   },
1422  "publishConfig" : {
1523    "access" : " public"  ,
1624    "provenance" : true 
17-   },
18-   "repository" : {
19-     "type" : " git"  ,
20-     "url" : " https://github.com/graphprotocol/graph-tooling.git"  ,
21-     "directory" : " packages/ts" 
22-   },
23-   "dependencies" : {
24-     "assemblyscript" : " 0.27.31" 
2525  }
2626}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments