Skip to content

Commit

Permalink
bump faker version to 8.4.1 (#117)
Browse files Browse the repository at this point in the history
* bump faker version

* make it a minor version bump rather than patch
  • Loading branch information
chuck-alt-delete committed May 21, 2024
1 parent f699ee9 commit bbcf60a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datagen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import dataGenerator from './src/dataGenerator.js';
import fs from 'fs';
import { program, Option } from 'commander';

program.name('datagen').description('Fake Data Generator').version('0.5.0');
program.name('datagen').description('Fake Data Generator').version('0.6.0');

program
.requiredOption('-s, --schema <char>', 'Schema file to use')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@materializeinc/datagen",
"description": "Materialize Datagen CLI tool",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"type": "module",
"bin": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@avro/types": "^1.0.25",
"@faker-js/faker": "^7.6.0",
"@faker-js/faker": "^8.4.1",
"@kafkajs/confluent-schema-registry": "^3.3.0",
"@types/node": "^18.14.6",
"arg": "^5.0.2",
Expand Down

0 comments on commit bbcf60a

Please sign in to comment.