Skip to content

Commit

Permalink
Merge pull request #904 from terascope/fix-random-uuid-deprecation-wa…
Browse files Browse the repository at this point in the history
…rning

replaced random.uuid with datatype.uuid in data-schema
  • Loading branch information
godber authored Jan 20, 2022
2 parents a063b45 + d0dafee commit 175efac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "elasticsearch",
"version": "2.7.10"
"version": "2.7.11"
}
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asset",
"version": "2.7.10",
"version": "2.7.11",
"private": true,
"workspaces": {
"nohoist": [
Expand Down
2 changes: 1 addition & 1 deletion asset/src/elasticsearch_data_generator/data-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const nativeSchema = {
faker: 'internet.url'
},
uuid: {
faker: 'random.uuid'
faker: 'datatype.uuid'
},
created: {
function: dateNow
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-assets",
"description": "bundle of processors for teraslice",
"version": "2.7.10",
"version": "2.7.11",
"private": true,
"workspaces": [
"packages/*",
Expand Down

0 comments on commit 175efac

Please sign in to comment.