@etherdata-blockchain/logger
Advanced tools
Comparing version 1.5.8 to 1.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 1.6.0 (2022-01-23) | ||
### Features | ||
* use index.js as main and add type definition ([#6](https://github.com/etherdata-blockchain/packages/issues/6)) ([13121cc](https://github.com/etherdata-blockchain/packages/commit/13121cc2150104cdea51208430bed263e5a1e59d)) | ||
## 1.5.8 (2022-01-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@etherdata-blockchain/logger", | ||
"version": "1.5.8", | ||
"main": "src/index.ts", | ||
"version": "1.6.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"license": "MIT", | ||
@@ -22,3 +23,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "7b5e5b3cc89f3f459a82353b9878b5cdad56e526" | ||
"gitHead": "aa5f33d7a66ec66d554279ab8baa3848dd5b26e3" | ||
} |
@@ -7,3 +7,3 @@ { | ||
// "incremental": true, /* Enable incremental compilation */ | ||
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ | ||
"composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ | ||
// "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */ | ||
@@ -49,3 +49,3 @@ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */ | ||
/* Emit */ | ||
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */ | ||
@@ -52,0 +52,0 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ |
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
36969
8