Skip to content

Commit be6fabc

Browse files
committed
Change in ReadMe, fixed package json
1 parent e3a04a7 commit be6fabc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Testdata Cli
1+
# Test Data Cli
22

33
## Overview
44

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -12,13 +12,11 @@
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",
@@ -29,6 +27,7 @@
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",

0 commit comments

Comments
 (0)