@transmute/cli
Advanced tools
Comparing version 0.8.5 to 0.8.7
{ | ||
"name": "@transmute/cli", | ||
"version": "0.8.5", | ||
"version": "0.8.7", | ||
"description": "Transmute Command Line Interface", | ||
@@ -54,2 +54,3 @@ "main": "dist/index.js", | ||
"@transmute/jose-hpke": "^0.0.0", | ||
"@transmute/sdk": "^0.0.0", | ||
"axios": "^1.2.6", | ||
@@ -65,2 +66,3 @@ "dotenv": "^8.6.0", | ||
"rdf-canonize": "^3.4.0", | ||
"uuid": "^9.0.0", | ||
"yargs": "^17.7.2" | ||
@@ -67,0 +69,0 @@ }, |
@@ -39,2 +39,5 @@ # <a href="https://transmute.industries">Transmute Command</a> | ||
<img width="1404" alt="Screen Shot 2023-06-11 at 1 32 58 PM" src="https://github.com/transmute-industries/transmute/assets/8295856/2c568d13-f878-4a4d-a228-5cd6eb91969e"> | ||
### Commands | ||
@@ -41,0 +44,0 @@ |
@@ -7,2 +7,3 @@ import yargs from 'yargs' | ||
import graph from './graph' | ||
import platform from './platform' | ||
@@ -20,2 +21,5 @@ const init = () => { | ||
//platform | ||
platform.register(yargs) | ||
// neo4j | ||
@@ -22,0 +26,0 @@ graph.register(yargs) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2561984
74
16485
80
15
+ Added@transmute/sdk@^0.0.0
+ Addeduuid@^9.0.0
+ Added@transmute/sdk@0.0.0(transitive)
+ Addeduuid@9.0.1(transitive)