@golemio/core 2.0.2-rc.2159430125 → 2.0.3-dev.2157120107
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.
|
@@ -9,8 +9,8 @@ const parseWithBrackets = (str) => {
|
|
|
9
9
|
const parsed = (0, querystring_1.parse)(str);
|
|
10
10
|
const result = {};
|
|
11
11
|
for (const [key, value] of Object.entries(parsed)) {
|
|
12
|
-
// Remove []
|
|
13
|
-
const cleanKey = key.replace(/\[\
|
|
12
|
+
// Remove [] suffix if present
|
|
13
|
+
const cleanKey = key.replace(/\[\]$/, "");
|
|
14
14
|
if (result[cleanKey]) {
|
|
15
15
|
// Key already exists, merge values
|
|
16
16
|
const existing = result[cleanKey];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queryParser.js","sourceRoot":"","sources":["../../../src/helpers/parser/queryParser.ts"],"names":[],"mappings":";;;AAAA,6CAAoC;AAEpC;;GAEG;AAEI,MAAM,iBAAiB,GAAG,CAAC,GAAW,EAAuB,EAAE;IAClE,MAAM,MAAM,GAAG,IAAA,mBAAK,EAAC,GAAG,CAAC,CAAC;IAC1B,MAAM,MAAM,GAAwB,EAAE,CAAC;IAEvC,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;QAC/C,
|
|
1
|
+
{"version":3,"file":"queryParser.js","sourceRoot":"","sources":["../../../src/helpers/parser/queryParser.ts"],"names":[],"mappings":";;;AAAA,6CAAoC;AAEpC;;GAEG;AAEI,MAAM,iBAAiB,GAAG,CAAC,GAAW,EAAuB,EAAE;IAClE,MAAM,MAAM,GAAG,IAAA,mBAAK,EAAC,GAAG,CAAC,CAAC;IAC1B,MAAM,MAAM,GAAwB,EAAE,CAAC;IAEvC,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;QAC/C,8BAA8B;QAC9B,MAAM,QAAQ,GAAG,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;QAE1C,IAAI,MAAM,CAAC,QAAQ,CAAC,EAAE;YAClB,mCAAmC;YACnC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;YAClC,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC;gBACtC,CAAC,CAAC,CAAC,GAAG,QAAQ,EAAE,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;gBAC5D,CAAC,CAAC,CAAC,QAAQ,EAAE,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;SACjE;aAAM;YACH,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;SAC5B;KACJ;IAED,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AApBW,QAAA,iBAAiB,qBAoB5B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3-dev.2157120107",
|
|
4
4
|
"description": "Golemio Core Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@azure/data-tables": "^13.3.0",
|
|
71
71
|
"@azure/identity": "^4.5.0",
|
|
72
72
|
"@azure/storage-blob": "^12.26.0",
|
|
73
|
-
"@golemio/errors": "2.0.
|
|
74
|
-
"@golemio/validator": "0.3.
|
|
73
|
+
"@golemio/errors": "2.0.8-dev.1931991008",
|
|
74
|
+
"@golemio/validator": "0.3.6-dev.1288217736",
|
|
75
75
|
"@google-cloud/storage": "^7.16.0",
|
|
76
76
|
"@opentelemetry/api": "^1.9.0",
|
|
77
77
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.204.0",
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"express": "^5.0.3",
|
|
101
101
|
"express-validator": "^7.2.1",
|
|
102
102
|
"fast-csv": "^4.3.6",
|
|
103
|
-
"fast-glob": "^3.2.5",
|
|
104
103
|
"geojson": "^0.5.0",
|
|
105
104
|
"html-entities": "^2.4.0",
|
|
106
105
|
"iconv-lite": "^0.6.2",
|