Patch 0.0.2 #9

Merged
niggl merged 69 commits from dev into main 2021-02-03 17:24:35 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f4a34dd36b - Show all commits

View File

@ -2,4 +2,4 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### 0.0.1 #### 0.0.2

View File

@ -3,8 +3,8 @@ import {
IsString IsString
} from "class-validator"; } from "class-validator";
import ValidatorJS from 'validator'; import ValidatorJS from 'validator';
import { config } from '../../config'; import { config } from '../config';
import { AddressCityEmptyError, AddressCountryEmptyError, AddressFirstLineEmptyError, AddressPostalCodeEmptyError, AddressPostalCodeInvalidError } from '../../errors/AddressErrors'; import { AddressCityEmptyError, AddressCountryEmptyError, AddressFirstLineEmptyError, AddressPostalCodeEmptyError, AddressPostalCodeInvalidError } from '../errors/AddressErrors';
/** /**
* Defines the Address class. * Defines the Address class.