@slipmatio/logger
Advanced tools
Comparing version 0.0.7 to 0.0.8
# Changelog | ||
### 0.0.8 - 2020-11-07 | ||
- Fix: adde manual scripts for better npm user experience. | ||
### 0.0.7 - 2020-11-07 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@slipmatio/logger", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Better console logging with TypScript support.", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"sideEffects": false, | ||
@@ -15,18 +15,15 @@ "author": { | ||
"build": "bash scripts/build.sh", | ||
"build:types": "tsc --build tsconfig.json", | ||
"cleanup": "bash scripts/cleanup.sh", | ||
"lint": "prettier -c --parser typescript \"{src,tests,e2e}/**/*.[jt]s?(x)\"", | ||
"lint:fix": "yarn run lint --write", | ||
"release": "bash scripts/release.sh", | ||
"size": "size-limit", | ||
"lint": "prettier -c --parser typescript \"{src,tests,e2e}/**/*.[jt]s?(x)\"", | ||
"lint:fix": "yarn run lint --write", | ||
"build:types": "tsc --build tsconfig.json", | ||
"test:unit": "jest --coverage", | ||
"test": "yarn run build:types && yarn run test:unit && yarn run build" | ||
"test": "yarn run build:types && yarn run test:unit" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./": "./dist/" | ||
}, | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts", | ||
"dist/**/*.d.ts.map", | ||
"**/*.js", | ||
"**/*.d.ts", | ||
"**/*.d.ts.map", | ||
"LICENSE", | ||
@@ -65,6 +62,3 @@ "README.md" | ||
}, | ||
"homepage": "https://gitlab.com/slipmatio/logger", | ||
"dependencies": { | ||
"rollup-plugin-multi-input": "^1.1.1" | ||
} | ||
"homepage": "https://gitlab.com/slipmatio/logger" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42139
0
23
590
1
- Removedrollup-plugin-multi-input@^1.1.1
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removedbraces@3.0.3(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.19.0(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrollup-plugin-multi-input@1.5.0(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedto-regex-range@5.0.1(transitive)