@haventech/supertype
Advanced tools
Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "@haventech/supertype", | ||
"description": "A type system for classical inheritence, mix-ins and composition.", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"main": "dist/cjs/index.js", | ||
@@ -13,4 +13,3 @@ "module": "dist/esm/index.js", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"./transformers/preparePackages.mjs": "./transformers/preparePackages.mjs" | ||
} | ||
}, | ||
@@ -17,0 +16,0 @@ "types": "dist/cjs/index.d.ts", |
@@ -5,7 +5,7 @@ { | ||
"outDir": "./dist/esm", | ||
"module": "esnext", | ||
"module": "es2020", | ||
"plugins": [ | ||
{ "transform": "./transformers/appendJsExtension.ts", "after": true } | ||
{ "transform": "../../build/transformers/appendJsExtension.ts", "after": true } | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
415504
71
7338