@travetto/test
Advanced tools
Comparing version 0.0.82 to 0.0.83
{ | ||
"author": { | ||
"email": "travetto.framework@gmail.com", | ||
"email": "travetto.framework@gmail.com", | ||
"name": "Travetto Framework" | ||
}, | ||
}, | ||
"bin": { | ||
"travetto-test": "bin/travetto-test.js" | ||
}, | ||
}, | ||
"dependencies": { | ||
"@travetto/exec": "0.x.x", | ||
"@travetto/registry": "0.x.x", | ||
"@types/js-yaml": "^3.11.1", | ||
"@types/minimist": "^1.2.0", | ||
"js-yaml": "https://github.com/arciisine/js-yaml.git#3.11.0-slim", | ||
"@travetto/base": "^0.0.162", | ||
"@travetto/exec": "^0.0.39", | ||
"@travetto/pool": "^0.0.16", | ||
"@travetto/registry": "^0.0.50", | ||
"@types/js-yaml": "^3.11.1", | ||
"@types/minimist": "^1.2.0", | ||
"js-yaml": "https://github.com/arciisine/js-yaml.git#3.11.0-slim", | ||
"minimist": "^1.2.0" | ||
}, | ||
"description": "Declarative test framework that provides hooks for high levels of integration with the travetto framework and test plugin", | ||
"devDependencies": { | ||
"@travetto/test": "file://." | ||
}, | ||
"homepage": "https://travetto.io", | ||
}, | ||
"description": "Declarative test framework that provides hooks for high levels of integration with the travetto framework and test plugin", | ||
"homepage": "https://travetto.io", | ||
"keywords": [ | ||
"unit-testing", | ||
"testing", | ||
"travetto", | ||
"typescript", | ||
"decorators", | ||
"unit-testing", | ||
"testing", | ||
"travetto", | ||
"typescript", | ||
"decorators", | ||
"ast-transformations" | ||
], | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"name": "@travetto/test", | ||
], | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"name": "@travetto/test", | ||
"repository": { | ||
"url": "https://github.com/travetto/test.git" | ||
}, | ||
"url": "https://github.com/travetto/travetto.git" | ||
}, | ||
"scripts": { | ||
"test": "node ./bin/travetto-test.js" | ||
}, | ||
"version": "0.0.82" | ||
} | ||
}, | ||
"version": "0.0.83" | ||
} |
@@ -1,5 +0,4 @@ | ||
import { LocalExecution, ChildExecution, serializeError, deserializeError } from '@travetto/exec'; | ||
import { LocalExecution, ChildExecution, serializeError } from '@travetto/exec'; | ||
import { ConcurrentPool, IdleManager } from '@travetto/pool'; | ||
import { PhaseManager, AppInfo } from '@travetto/base'; | ||
import { Consumer } from '../consumer'; | ||
import { PhaseManager } from '@travetto/base'; | ||
@@ -6,0 +5,0 @@ /*** |
{ | ||
"extends" : "./node_modules/@travetto/base/tsconfig.json" | ||
} | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es2017", | ||
"strict": true, | ||
"noStrictGenericChecks": true, | ||
"strictPropertyInitialization": false, | ||
"sourceMap": true, | ||
"lib": [ | ||
"es2015.proxy", | ||
"es2018" | ||
], | ||
"preserveConstEnums": true, | ||
"experimentalDecorators": true, | ||
"rootDir": "src/", | ||
"outDir": "build/" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
52863
0
1454
8
33
+ Added@travetto/base@^0.0.162
+ Added@travetto/pool@^0.0.16
+ Added@travetto/base@0.0.162(transitive)
+ Added@travetto/compiler@0.0.48(transitive)
+ Added@travetto/exec@0.0.39(transitive)
+ Added@travetto/pool@0.0.16(transitive)
+ Added@travetto/registry@0.0.50(transitive)
+ Added@types/generic-pool@3.8.3(transitive)
+ Added@types/node@10.17.60(transitive)
+ Added@types/source-map-support@0.4.2(transitive)
+ Addedgeneric-pool@3.9.0(transitive)
+ Addedstack-chain@2.0.0(transitive)
+ Addedstring-hash@1.1.3(transitive)
+ Addedtrace@3.2.0(transitive)
+ Addedtypescript@2.9.2(transitive)
- Removed@travetto/base@0.7.3(transitive)
- Removed@travetto/boot@0.7.2(transitive)
- Removed@travetto/compiler@0.7.4(transitive)
- Removed@travetto/config@0.7.4(transitive)
- Removed@travetto/exec@0.7.3(transitive)
- Removed@travetto/registry@0.7.4(transitive)
- Removed@travetto/yaml@0.7.3(transitive)
- Removed@types/node@11.15.54(transitive)
- Removed@types/source-map-support@0.5.10(transitive)
- Removedtypescript@3.9.10(transitive)
Updated@travetto/exec@^0.0.39
Updated@travetto/registry@^0.0.50