@workbench-stack/output-server
Advanced tools
Comparing version 0.0.24-27 to 0.0.24-28
{ | ||
"name": "@workbench-stack/output-server", | ||
"version": "0.0.24-27", | ||
"version": "0.0.24-28", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"transform": { | ||
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" | ||
"\\.(ts|tsx)$": "<rootDir>/../../../node_modules/ts-jest/preprocessor.js" | ||
}, | ||
@@ -44,10 +44,9 @@ "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$" | ||
"devDependencies": { | ||
"@container-stack/logger-server-module": "0.0.26-5", | ||
"cross-env": "^5.1.3", | ||
"jest": "^22.4.2", | ||
"rimraf": "^2.6.1", | ||
"vsts-task-lib": "^2.5.0", | ||
"webpack": "^4.7.0" | ||
}, | ||
"dependencies": { | ||
"@workbench-stack/configuration": "*" | ||
}, | ||
"peerDependencies": { | ||
@@ -54,0 +53,0 @@ "graphql-tag": ">=2.0.0" |
{ | ||
"extends": "../../../tsconfig.json", | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"experimentalDecorators": true, | ||
"rootDirs": ["./src", "../common"], | ||
"rootDir": "./src", | ||
"outDir": "../lib", | ||
"declarationDir": "../lib", | ||
"typeRoots": [ | ||
"../../../node_modules/@types" | ||
], | ||
"skipLibCheck": true | ||
}, | ||
@@ -17,2 +13,3 @@ "exclude": [ | ||
"lib", | ||
"test", | ||
"dist", | ||
@@ -19,0 +16,0 @@ "webpack.config.js" |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
17257
1
28
327
2
6
- Removed@workbench-stack/configuration@*
- Removed@vscode/base-node@0.0.15(transitive)
- Removed@workbench-stack/configuration@0.0.21(transitive)
- Removed@workbench-stack/environment@0.0.21(transitive)
- Removed@workbench-stack/extensions@0.0.21(transitive)
- Removed@workbench-stack/jsonschemas@0.0.21(transitive)
- Removed@workbench-stack/platform@0.0.21(transitive)
- Removedinversify@3.3.0(transitive)
- Removedreflect-metadata@0.1.14(transitive)
- Removedvscode-nls@2.0.2(transitive)