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
0
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.13.0-alpha.2 to 1.13.0-alpha.3

13

CHANGELOG.md
# Change Log - @graphitation/cli
<!-- This log was last generated on Mon, 04 Nov 2024 17:34:13 GMT and should not be manually modified. -->
<!-- This log was last generated on Mon, 11 Nov 2024 14:13:05 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.13.0-alpha.3
Mon, 11 Nov 2024 14:13:05 GMT
### Changes
- Added import state machines templating (77059398+vejrj@users.noreply.github.com)
- Bump @graphitation/ts-codegen to v2.13.0-alpha.4
## 1.13.0-alpha.2
Mon, 04 Nov 2024 17:34:13 GMT
Mon, 04 Nov 2024 17:34:20 GMT

@@ -11,0 +20,0 @@ ### Changes

8

lib/supermassive.js

@@ -81,6 +81,6 @@ "use strict";

).option("-cn, --context-name [contextName]", "Context name").option(
"-cm, --context-namespace-name [contextNamespaceName]",
"-cm, --context-import-name-template [contextImportNameTemplate]",
"context namespace name"
).option(
"-cm, --context-namespace-path [contextNamespacePath]",
"-cm, --context-import-path-template [contextImportPathTemplate]",
"context namespace path"

@@ -146,4 +146,4 @@ ).option("-ei, --enums-import [enumsImport]", "from where to import enums").option("-l, --legacy", "generate legacy types").option("--legacy-models", "do not use models for object types").option(

modelScope: options.scope || null,
contextNamespaceName: options.contextNamespaceName,
contextNamespacePath: options.contextNamespacePath
contextImportNameTemplate: options.contextImportNameTemplate,
contextImportPathTemplate: options.contextImportPathTemplate
});

@@ -150,0 +150,0 @@ yield import_promises.default.mkdir(outputPath, { recursive: true });

{
"name": "@graphitation/cli",
"license": "MIT",
"version": "1.13.0-alpha.2",
"version": "1.13.0-alpha.3",
"bin": {

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

"@graphitation/supermassive-extractors": "^2.2.5",
"@graphitation/ts-codegen": "^2.13.0-alpha.3",
"@graphitation/ts-codegen": "^2.13.0-alpha.4",
"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

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