@golemio/city-districts 1.0.3-dev.367400383 → 1.0.3-dev.418386140
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.
|
@@ -28,7 +28,7 @@ class CityDistrictsMongoTransformation extends integration_engine_1.BaseTransfor
|
|
|
28
28
|
properties: {
|
|
29
29
|
id: parseInt(element.properties.KOD_MC, 10),
|
|
30
30
|
name: element.properties.NAZEV_MC,
|
|
31
|
-
slug: slugify_1.default(element.properties.NAZEV_MC, { lower: true, remove: /[*+~.()'"!:@]/g }),
|
|
31
|
+
slug: (0, slugify_1.default)(element.properties.NAZEV_MC, { lower: true, remove: /[*+~.()'"!:@]/g }),
|
|
32
32
|
updated_at: new Date().getTime(),
|
|
33
33
|
},
|
|
34
34
|
type: element.type,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CityDistrictsMongoTransformation.js","sourceRoot":"","sources":["../../src/integration-engine/CityDistrictsMongoTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAA2B;AAC3B,8EAA4F;AAC5F,uDAA2C;AAE3C,MAAa,gCAAiC,SAAQ,uCAAkB;IAGpE;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,CAAO,OAAY,EAAgB,EAAE;YAC9D,OAAO;gBACH,QAAQ,EAAE;oBACN,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,WAAW;oBACzC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,IAAI;iBAC9B;gBACD,UAAU,EAAE;oBACR,EAAE,EAAE,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC;oBAC3C,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;oBACjC,IAAI,EAAE,iBAAI,
|
|
1
|
+
{"version":3,"file":"CityDistrictsMongoTransformation.js","sourceRoot":"","sources":["../../src/integration-engine/CityDistrictsMongoTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAA2B;AAC3B,8EAA4F;AAC5F,uDAA2C;AAE3C,MAAa,gCAAiC,SAAQ,uCAAkB;IAGpE;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,CAAO,OAAY,EAAgB,EAAE;YAC9D,OAAO;gBACH,QAAQ,EAAE;oBACN,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,WAAW;oBACzC,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,IAAI;iBAC9B;gBACD,UAAU,EAAE;oBACR,EAAE,EAAE,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC;oBAC3C,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC,QAAQ;oBACjC,IAAI,EAAE,IAAA,iBAAI,EAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,gBAAgB,EAAE,CAAC;oBAClF,UAAU,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;iBACnC;gBACD,IAAI,EAAE,OAAO,CAAC,IAAI;aACrB,CAAC;QACN,CAAC,CAAA,CAAC;QAjBE,IAAI,CAAC,IAAI,GAAG,qBAAa,CAAC,IAAI,CAAC;IACnC,CAAC;CAiBJ;AAvBD,4EAuBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/city-districts",
|
|
3
|
-
"version": "1.0.3-dev.
|
|
3
|
+
"version": "1.0.3-dev.418386140",
|
|
4
4
|
"description": "Golemio City Districts Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@commitlint/cli": "^11.0.0",
|
|
29
29
|
"@commitlint/config-conventional": "^11.0.0",
|
|
30
|
-
"@golemio/core": "1.1.
|
|
30
|
+
"@golemio/core": "1.1.6",
|
|
31
31
|
"@golemio/eslint-config": "^1.0.2",
|
|
32
32
|
"@types/chai": "4.2.3",
|
|
33
33
|
"@types/chai-as-promised": "7.1.2",
|