@bcrs-shared-components/base-address 2.2.2 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/BaseAddress.vue +2 -1
  2. package/package.json +4 -3
package/BaseAddress.vue CHANGED
@@ -165,7 +165,8 @@ import { Validations } from 'vuelidate-property-decorators'
165
165
  import { uniqueId } from 'lodash'
166
166
  import { ValidationMixin, CountriesProvincesMixin } from '@bcrs-shared-components/mixins'
167
167
  import { FormIF } from '@bcrs-shared-components/interfaces'
168
- import { isPostalCodeOptionalForCountry } from '@/validators'
168
+ import { isPostalCodeOptionalForCountry } from '@bcrs-shared-components/validators'
169
+
169
170
  /**
170
171
  * The component for displaying and editing an address.
171
172
  * Vuelidate is used to implement the validation rules (eg, what 'required' means and whether it's satisfied).
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@bcrs-shared-components/base-address",
3
- "version": "2.2.2",
3
+ "version": "2.2.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "dependencies": {
8
- "@bcrs-shared-components/mixins": "^1.2.6",
8
+ "@bcrs-shared-components/mixins": "^1.2.7",
9
+ "@bcrs-shared-components/validators": "^1.0.2",
9
10
  "lodash.uniqueid": "^4.0.1",
10
11
  "vue": "^2.7.14",
11
12
  "vuelidate": "0.6.2"
@@ -14,5 +15,5 @@
14
15
  "vue-property-decorator": "^9.1.2",
15
16
  "vuelidate-property-decorators": "1.0.28"
16
17
  },
17
- "gitHead": "4c249d93bf6b86ad7d1c9bfd205fee2cca3edb45"
18
+ "gitHead": "291fc9097213e6e88c1c597cdc723b073e0154c3"
18
19
  }