New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphitation/cli

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/cli - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

13

CHANGELOG.md
# Change Log - @graphitation/cli
<!-- This log was last generated on Fri, 22 Nov 2024 09:11:08 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 23 Jan 2025 11:35:27 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.15.0
Thu, 23 Jan 2025 11:35:27 GMT
### Minor changes
- new --generate-resolver-map flag (pavelglac@gmail.com)
- Bump @graphitation/ts-codegen to v2.14.0
## 1.14.0
Fri, 22 Nov 2024 09:11:08 GMT
Fri, 22 Nov 2024 09:11:34 GMT

@@ -11,0 +20,0 @@ ### Minor changes

@@ -101,2 +101,5 @@ "use strict";

"File containing array of enum names, which should remain typescript enums"
).option(
"--generate-resolver-map",
"Generate a schema map for resolvers. Default export with resolvers for each type"
).description("generate interfaces and models").action(

@@ -196,2 +199,3 @@ (inputs, options) => __async(this, null, function* () {

generateOnlyEnums: !!options.generateOnlyEnums,
generateResolverMap: !!options.generateResolverMap,
enumNamesToMigrate,

@@ -198,0 +202,0 @@ enumNamesToKeep,

4

package.json
{
"name": "@graphitation/cli",
"license": "MIT",
"version": "1.14.0",
"version": "1.15.0",
"bin": {

@@ -27,3 +27,3 @@ "supermassive": "./bin/supermassive.js"

"@graphitation/supermassive-extractors": "^2.2.5",
"@graphitation/ts-codegen": "^2.13.0",
"@graphitation/ts-codegen": "^2.14.0",
"commander": "^8.3.0",

@@ -30,0 +30,0 @@ "fast-glob": "^3.2.12",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc