@wmfs/addressbase-premium-blueprint
Advanced tools
Comparing version 1.186.1 to 1.187.0
{ | ||
"namespace": "ordnanceSurvey", | ||
"name": "addressbasePremium", | ||
"version": "1.186.1", | ||
"version": "1.187.0", | ||
"label": "Addressbase Premium", | ||
@@ -6,0 +6,0 @@ "author": "Jez Higgins", |
{ | ||
"name": "@wmfs/addressbase-premium-blueprint", | ||
"version": "1.186.1", | ||
"version": "1.187.0", | ||
"description": "Tymly blueprint to support Ordnance Survey's AddressBase Premium", | ||
@@ -26,23 +26,23 @@ "author": "West Midlands Fire Service", | ||
"chai-string": "1.5.0", | ||
"codecov": "3.6.1", | ||
"conventional-changelog-metahub": "4.0.0", | ||
"cz-conventional-changelog": "3.0.2", | ||
"codecov": "3.7.1", | ||
"conventional-changelog-metahub": "4.0.1", | ||
"cz-conventional-changelog": "3.2.0", | ||
"dirty-chai": "2.0.1", | ||
"mocha": "7.0.0", | ||
"nyc": "15.0.0", | ||
"rimraf": "3.0.0", | ||
"semantic-release": "15.14.0", | ||
"standard": "12.0.1", | ||
"@semantic-release/changelog": "3.0.6", | ||
"@semantic-release/git": "7.0.18", | ||
"@semantic-release/exec": "3.3.8", | ||
"@wmfs/tymly": "1.110.0", | ||
"@wmfs/tymly-test-helpers": "1.4.0", | ||
"@wmfs/gazetteer-blueprint": "1.22.0", | ||
"@wmfs/tymly-etl-plugin": "1.117.0", | ||
"@wmfs/tymly-pg-plugin": "1.151.0" | ||
"mocha": "8.0.1", | ||
"nyc": "15.1.0", | ||
"rimraf": "3.0.2", | ||
"semantic-release": "17.1.1", | ||
"standard": "14.3.4", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/exec": "5.0.0", | ||
"@wmfs/tymly": "1.153.0", | ||
"@wmfs/tymly-test-helpers": "1.4.2", | ||
"@wmfs/gazetteer-blueprint": "1.27.1", | ||
"@wmfs/tymly-etl-plugin": "1.139.0", | ||
"@wmfs/tymly-pg-plugin": "1.215.0" | ||
}, | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "nyc mocha && standard", | ||
"test": "nyc mocha", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
@@ -49,0 +49,0 @@ "semantic-release": "semantic-release" |
@@ -203,10 +203,10 @@ /* eslint-env mocha */ | ||
LandPropertyIdentifier: [{ | ||
'startDate': [{ '#text': '2007-10-26' }], | ||
'lastUpdateDate': [{ '#text': '2016-02-10' }], | ||
'entryDate': [{ '#text': '2013-01-09' }], | ||
'lpiKey': [{ '#text': '6950L000063307' }], | ||
'logicalStatus': [{ '#text': '1' }], | ||
'paoText': [{ 'en': [{ '#text': 'ST ATHAN RECREATION GROUND' }] }], | ||
'usrn': [{ '#text': '41500415' }], | ||
'usrnMatchIndicator': [{ '#text': '1' }] | ||
startDate: [{ '#text': '2007-10-26' }], | ||
lastUpdateDate: [{ '#text': '2016-02-10' }], | ||
entryDate: [{ '#text': '2013-01-09' }], | ||
lpiKey: [{ '#text': '6950L000063307' }], | ||
logicalStatus: [{ '#text': '1' }], | ||
paoText: [{ en: [{ '#text': 'ST ATHAN RECREATION GROUND' }] }], | ||
usrn: [{ '#text': '41500415' }], | ||
usrnMatchIndicator: [{ '#text': '1' }] | ||
}] | ||
@@ -216,10 +216,10 @@ }, | ||
LandPropertyIdentifier: [{ | ||
'startDate': [{ '#text': '2012-12-05' }], | ||
'lastUpdateDate': [{ '#text': '2016-02-10' }], | ||
'entryDate': [{ '#text': '2013-01-09' }], | ||
'lpiKey': [{ '#text': '6950L000281013' }], | ||
'logicalStatus': [{ '#text': '1' }], | ||
'paoText': [{ 'cy': [{ '#text': 'ST ATHAN RECREATION GROUND' }] }], | ||
'usrn': [{ '#text': '41500415' }], | ||
'usrnMatchIndicator': [{ '#text': '1' }] | ||
startDate: [{ '#text': '2012-12-05' }], | ||
lastUpdateDate: [{ '#text': '2016-02-10' }], | ||
entryDate: [{ '#text': '2013-01-09' }], | ||
lpiKey: [{ '#text': '6950L000281013' }], | ||
logicalStatus: [{ '#text': '1' }], | ||
paoText: [{ cy: [{ '#text': 'ST ATHAN RECREATION GROUND' }] }], | ||
usrn: [{ '#text': '41500415' }], | ||
usrnMatchIndicator: [{ '#text': '1' }] | ||
}] | ||
@@ -237,4 +237,4 @@ } | ||
expect(lpi.paoText).to.have.deep.members([ | ||
{ 'cy': [{ '#text': 'ST ATHAN RECREATION GROUND' }] }, | ||
{ 'en': [{ '#text': 'ST ATHAN RECREATION GROUND' }] } | ||
{ cy: [{ '#text': 'ST ATHAN RECREATION GROUND' }] }, | ||
{ en: [{ '#text': 'ST ATHAN RECREATION GROUND' }] } | ||
]) | ||
@@ -241,0 +241,0 @@ }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
523498