@golemio/municipal-libraries 1.2.1 → 1.2.2-rc.839234849
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.
|
@@ -13,7 +13,7 @@ class MunicipalLibrariesDataSourceFactory {
|
|
|
13
13
|
url: config_1.config.datasources.MunicipalLibraries,
|
|
14
14
|
}), new datasources_1.XMLDataTypeStrategy({
|
|
15
15
|
resultsPath: "pobocky.pobocka",
|
|
16
|
-
xml2jsParams: { explicitArray: false, ignoreAttrs: true, trim: true, normalize: true, emptyTag: null },
|
|
16
|
+
xml2jsParams: { explicitArray: false, ignoreAttrs: true, trim: true, normalize: true, emptyTag: () => null },
|
|
17
17
|
}), new golemio_validator_1.JSONSchemaValidator(_sch_1.MunicipalLibraries.datasources.municipalLibrariesDatasource.name + "Validator", _sch_1.MunicipalLibraries.datasources.municipalLibrariesDatasource.jsonSchema));
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MunicipalLibrariesDataSource.js","sourceRoot":"","sources":["../../../src/integration-engine/datasources/MunicipalLibrariesDataSource.ts"],"names":[],"mappings":";;;AAAA,mFAA0H;AAC1H,yEAAsE;AACtE,mFAAkF;AAClF,mDAA0C;AAE1C,MAAa,mCAAmC;IACrC,MAAM,CAAC,aAAa;QACvB,OAAO,IAAI,wBAAU,CACjB,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,IAAI,EAChE,IAAI,kCAAoB,CAAC;YACrB,OAAO,EAAE,EAAE;YACX,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,eAAM,CAAC,WAAW,CAAC,kBAAkB;SAC7C,CAAC,EACF,IAAI,iCAAmB,CAAC;YACpB,WAAW,EAAE,iBAAiB;YAC9B,YAAY,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"MunicipalLibrariesDataSource.js","sourceRoot":"","sources":["../../../src/integration-engine/datasources/MunicipalLibrariesDataSource.ts"],"names":[],"mappings":";;;AAAA,mFAA0H;AAC1H,yEAAsE;AACtE,mFAAkF;AAClF,mDAA0C;AAE1C,MAAa,mCAAmC;IACrC,MAAM,CAAC,aAAa;QACvB,OAAO,IAAI,wBAAU,CACjB,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,IAAI,EAChE,IAAI,kCAAoB,CAAC;YACrB,OAAO,EAAE,EAAE;YACX,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,eAAM,CAAC,WAAW,CAAC,kBAAkB;SAC7C,CAAC,EACF,IAAI,iCAAmB,CAAC;YACpB,WAAW,EAAE,iBAAiB;YAC9B,YAAY,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE;SAC/G,CAAC,EACF,IAAI,uCAAmB,CACnB,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,IAAI,GAAG,WAAW,EAC9E,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,UAAU,CACzE,CACJ,CAAC;IACN,CAAC;CACJ;AAnBD,kFAmBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/municipal-libraries",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2-rc.839234849",
|
|
4
4
|
"description": "Golemio Municipal Libraries Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build-minimal": "run-s 'build -- --sourceMap false --declaration false'",
|
|
10
10
|
"build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
|
|
11
11
|
"pretest": "golemio import-db-data --postgres",
|
|
12
|
-
"test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts'",
|
|
12
|
+
"test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts'",
|
|
13
13
|
"test-debug": "run-s 'test -- --inspect-brk=9230'",
|
|
14
14
|
"code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
|
|
15
15
|
"migrate-db": "golemio migrate-db up --postgres",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://gitlab.com/operator-ict/golemio/code/modules/municipal-libraries"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
|
-
"node": ">=
|
|
29
|
+
"node": ">=18.0.0",
|
|
30
30
|
"npm": ">=8.0.0",
|
|
31
31
|
"yarn": "Use npm!"
|
|
32
32
|
},
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"@commitlint/config-conventional": "^11.0.0",
|
|
36
36
|
"@golemio/city-districts": "1.2.0-dev.775903079",
|
|
37
37
|
"@golemio/cli": "1.3.3",
|
|
38
|
-
"@golemio/core": "1.
|
|
38
|
+
"@golemio/core": "1.6.6-dev.837591395",
|
|
39
39
|
"@golemio/db-common": "1.0.2",
|
|
40
40
|
"@golemio/eslint-config": "1.1.0",
|
|
41
41
|
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
42
42
|
"@types/chai": "4.2.3",
|
|
43
43
|
"@types/chai-as-promised": "7.1.2",
|
|
44
44
|
"@types/mocha": "^9.1.0",
|
|
45
|
-
"@types/node": "^
|
|
45
|
+
"@types/node": "^18.13.0",
|
|
46
46
|
"@types/sinon": "^9.0.10",
|
|
47
47
|
"@types/supertest": "^2.0.12",
|
|
48
48
|
"chai": "4.2.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"typescript": "4.6.4"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@golemio/city-districts": "
|
|
69
|
-
"@golemio/core": "
|
|
68
|
+
"@golemio/city-districts": ">=1.0.5",
|
|
69
|
+
"@golemio/core": ">=1.5.0"
|
|
70
70
|
}
|
|
71
|
-
}
|
|
71
|
+
}
|