File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- # Testdata Cli
1+ # Test Data Cli
22
33## Overview
44
Original file line number Diff line number Diff line change 11{
22 "name" : " @cds-au/testdata" ,
3- "version" : " 1.5.0 " ,
3+ "version" : " 1.5.1 " ,
44 "description" : " Tools for the creation of manufactured test data for the Australian Consumer Data Right regime" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1212 "lint" : " tslint -p ." ,
1313 "sync-schema" : " rm -f ./src/schema/* && cp ../../schema/cdr-test-data-schema.json ./src/schema && node ./utils/create-schema-definitions.js" ,
1414 "build" : " rm -rf ./dist/ && tsc && chmod +x ./dist/cli.js && cp ./src/schema/* ./dist/schema/" ,
15- "publish" : " npm publish --access public" ,
16- "test" : " node ./dist/cli.js generate samples/options/load-static.json working/full.json"
15+ "publish" : " npm publish --access public"
1716 },
1817 "author" : " Data Standards Body" ,
1918 "license" : " MIT" ,
2019 "devDependencies" : {
21- "@faker-js/faker" : " ^7.6.0" ,
2220 "@types/node" : " ^17.0.26" ,
2321 "@types/uuid" : " ^9.0.0" ,
2422 "@types/yargs" : " ^17.0.8" ,
2927 "dependencies" : {
3028 "@types/consumer-data-standards" : " ^7.2.0" ,
3129 "better-ajv-errors" : " ^1.1.2" ,
30+ "@faker-js/faker" : " ^7.6.0" ,
3231 "big-json" : " ^3.2.0" ,
3332 "json-schema-to-typescript" : " ^10.1.5" ,
3433 "short-unique-id" : " ^4.4.4" ,
You can’t perform that action at this time.
0 commit comments