ts-graphviz
Advanced tools
Comparing version 1.3.3-dev.328c75216 to 1.3.3-dev.d3cca2156
{ | ||
"name": "ts-graphviz", | ||
"version": "1.3.3-dev.328c75216", | ||
"version": "1.3.3-dev.d3cca2156", | ||
"author": "kamiazya <yuki@kamiazya.tech>", | ||
@@ -29,8 +29,8 @@ "description": "Graphviz library for TypeScript.", | ||
"require": { | ||
"default": "./lib/index.cjs", | ||
"types": "./lib/index.d.ts" | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.cjs" | ||
}, | ||
"import": { | ||
"default": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
} | ||
@@ -40,8 +40,8 @@ }, | ||
"require": { | ||
"default": "./lib/ast/index.cjs", | ||
"types": "./lib/ast/index.d.ts" | ||
"types": "./lib/ast/index.d.ts", | ||
"default": "./lib/ast/index.cjs" | ||
}, | ||
"import": { | ||
"default": "./lib/ast/index.js", | ||
"types": "./lib/ast/index.d.ts" | ||
"types": "./lib/ast/index.d.ts", | ||
"default": "./lib/ast/index.js" | ||
} | ||
@@ -51,4 +51,4 @@ }, | ||
"deno": { | ||
"default": "./lib/adapter/deno/mod.js", | ||
"types": "./lib/adapter/deno/mod.d.ts" | ||
"types": "./lib/adapter/deno/mod.d.ts", | ||
"default": "./lib/adapter/deno/mod.js" | ||
}, | ||
@@ -55,0 +55,0 @@ "node": { |
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