From 4ea0330f0bfa9a09f2d39c5e1c1ed6ec1b17d080 Mon Sep 17 00:00:00 2001 From: Ugo Date: Sun, 22 Mar 2020 11:26:31 +0100 Subject: [PATCH] Update documentation Set v0.2.0 --- README.md | 31 +++++++++++++++---------------- dependencygraph.svg | 40 ++++++++++++++++++++-------------------- package.json | 2 +- 3 files changed, 36 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 0907eef..bfc9539 100644 --- a/README.md +++ b/README.md @@ -24,31 +24,31 @@ This is a node library for generating test users/merchants with realistic anagra { country: 'DE', personal_profile: { - first_name: 'Emma', - last_name: 'Christ', - date_of_birth: 1986-03-18T23:00:00.000Z, - mobile_phone: '+491601489983', + first_name: 'Kilian', + last_name: 'Busch', + date_of_birth: 1977-10-18T23:31:40.498Z, + mobile_phone: '+491607793762', national_id: 'T220001293' }, - merchant_profile: { + business_profile: { merchant_category_code: '7392', nature_and_purpose: 'Life is our purpose', company_name: 'Umbrella Corp. DE', - vat_id: 'DE210778237', + vat_id: 'DE269991274', company_registration_number: 'T220001293', website: 'http://villains.wikia.com/wiki/Umbrella_Corporation', - mobile_phone: '+491601489983' + mobile_phone: '+491607793762' }, address: { country: 'DE', - address_line1: '6735 Kähler Row', - address_line2: '', - city: 'Karldorf', - post_code: '97968', - region_name: 'Thüringen', - landline: '+491601489983', - first_name: 'Emma', - last_name: 'Christ', + address_line1: '5891 Zipse Station', + address_line2: '78', + city: 'Zimmerdorf', + post_code: '80568', + region_name: 'Baden-Württemberg', + landline: '+491607793762', + first_name: 'Kilian', + last_name: 'Busch', company: 'Umbrella Corp. DE' } } @@ -94,7 +94,6 @@ You can also run unit tests (`npm run test:unit`) or integration tests (`npm run ### Sources -- Faker (been soon deprecated) - https://github.com/greggles/mcc-codes ## Contributing diff --git a/dependencygraph.svg b/dependencygraph.svg index e155051..e800cab 100644 --- a/dependencygraph.svg +++ b/dependencygraph.svg @@ -14,6 +14,16 @@ lib + +cluster_lib/data + +data + + +cluster_lib/data/__test + +__test + cluster_lib/gen-dinamic-data @@ -29,6 +39,16 @@ __test + +cluster_lib/gen-dinamic-data/gen-birthday + +gen-birthday + + +cluster_lib/gen-dinamic-data/gen-birthday/__test + +__test + cluster_lib/gen-dinamic-data/gen-company-registration-number @@ -69,16 +89,6 @@ __test - -cluster_lib/gen-dinamic-data/gen-birthday - -gen-birthday - - -cluster_lib/gen-dinamic-data/gen-birthday/__test - -__test - cluster_lib/get-static-data @@ -99,16 +109,6 @@ __test - -cluster_lib/data - -data - - -cluster_lib/data/__test - -__test - assert diff --git a/package.json b/package.json index 9a65f7d..a3fe1ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "white-summoner", - "version": "0.1.5", + "version": "0.2.0", "description": "A user generator with realistic anagraphic data", "main": "index.js", "directories": {