@bigbinary/neeto-commons-frontend 4.13.131 → 4.13.132
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.
- package/dist/.ready +1 -1
- package/dist/cjs/react-utils/useQueryParams/useQueryParams.js +1 -1
- package/dist/cjs/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/cjs/v2/react-utils/useQueryParams/useQueryParams.js +1 -1
- package/dist/cjs/v2/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/react-utils/useQueryParams/useQueryParams.js +1 -1
- package/dist/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/dist/v2/react-utils/useQueryParams/useQueryParams.js +1 -1
- package/dist/v2/react-utils/useQueryParams/useQueryParams.js.map +1 -1
- package/package.json +20 -19
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-06-
|
|
1
|
+
Built at 2026-06-09T05:40:55.861Z
|
|
@@ -17,7 +17,7 @@ require('ramda');
|
|
|
17
17
|
|
|
18
18
|
var useQueryParams = function useQueryParams(options) {
|
|
19
19
|
var location = reactRouterDom.useLocation();
|
|
20
|
-
return utils_general.parseQueryParams(location.search, options);
|
|
20
|
+
return utils_general.parseQueryParams(location === null || location === void 0 ? void 0 : location.search, options);
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
module.exports = useQueryParams;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useQueryParams.js","sources":["../../../../src/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location
|
|
1
|
+
{"version":3,"file":"useQueryParams.js","sources":["../../../../src/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location?.search, options);\n};\n\nexport default useQueryParams;\n"],"names":["useQueryParams","options","location","useLocation","parseQueryParams","search"],"mappings":";;;;;;;;;;;;;;;;;AAGA,IAAMA,cAAc,GAAG,SAAjBA,cAAcA,CAAGC,OAAO,EAAI;AAChC,EAAA,IAAMC,QAAQ,GAAGC,0BAAW,EAAE;EAE9B,OAAOC,8BAAgB,CAACF,QAAQ,KAAA,IAAA,IAARA,QAAQ,KAAA,MAAA,GAAA,MAAA,GAARA,QAAQ,CAAEG,MAAM,EAAEJ,OAAO,CAAC;AACpD;;;;"}
|
|
@@ -17,7 +17,7 @@ require('ramda');
|
|
|
17
17
|
|
|
18
18
|
var useQueryParams = function useQueryParams(options) {
|
|
19
19
|
var location = reactRouterDom.useLocation();
|
|
20
|
-
return v2_utils_general.parseQueryParams(location.search, options);
|
|
20
|
+
return v2_utils_general.parseQueryParams(location === null || location === void 0 ? void 0 : location.search, options);
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
module.exports = useQueryParams;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useQueryParams.js","sources":["../../../../../src/v2/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"v2/utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location
|
|
1
|
+
{"version":3,"file":"useQueryParams.js","sources":["../../../../../src/v2/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"v2/utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location?.search, options);\n};\n\nexport default useQueryParams;\n"],"names":["useQueryParams","options","location","useLocation","parseQueryParams","search"],"mappings":";;;;;;;;;;;;;;;;;AAGA,IAAMA,cAAc,GAAG,SAAjBA,cAAcA,CAAGC,OAAO,EAAI;AAChC,EAAA,IAAMC,QAAQ,GAAGC,0BAAW,EAAE;EAE9B,OAAOC,iCAAgB,CAACF,QAAQ,KAAA,IAAA,IAARA,QAAQ,KAAA,MAAA,GAAA,MAAA,GAARA,QAAQ,CAAEG,MAAM,EAAEJ,OAAO,CAAC;AACpD;;;;"}
|
|
@@ -15,7 +15,7 @@ import 'ramda';
|
|
|
15
15
|
|
|
16
16
|
var useQueryParams = function useQueryParams(options) {
|
|
17
17
|
var location = useLocation();
|
|
18
|
-
return parseQueryParams(location.search, options);
|
|
18
|
+
return parseQueryParams(location === null || location === void 0 ? void 0 : location.search, options);
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export { useQueryParams as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useQueryParams.js","sources":["../../../src/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location
|
|
1
|
+
{"version":3,"file":"useQueryParams.js","sources":["../../../src/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location?.search, options);\n};\n\nexport default useQueryParams;\n"],"names":["useQueryParams","options","location","useLocation","parseQueryParams","search"],"mappings":";;;;;;;;;;;;;;;AAGA,IAAMA,cAAc,GAAG,SAAjBA,cAAcA,CAAGC,OAAO,EAAI;AAChC,EAAA,IAAMC,QAAQ,GAAGC,WAAW,EAAE;EAE9B,OAAOC,gBAAgB,CAACF,QAAQ,KAAA,IAAA,IAARA,QAAQ,KAAA,MAAA,GAAA,MAAA,GAARA,QAAQ,CAAEG,MAAM,EAAEJ,OAAO,CAAC;AACpD;;;;"}
|
|
@@ -15,7 +15,7 @@ import 'ramda';
|
|
|
15
15
|
|
|
16
16
|
var useQueryParams = function useQueryParams(options) {
|
|
17
17
|
var location = useLocation();
|
|
18
|
-
return parseQueryParams(location.search, options);
|
|
18
|
+
return parseQueryParams(location === null || location === void 0 ? void 0 : location.search, options);
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
export { useQueryParams as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useQueryParams.js","sources":["../../../../src/v2/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"v2/utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location
|
|
1
|
+
{"version":3,"file":"useQueryParams.js","sources":["../../../../src/v2/react-utils/useQueryParams/useQueryParams.js"],"sourcesContent":["import { useLocation } from \"react-router-dom\";\nimport { parseQueryParams } from \"v2/utils/general\";\n\nconst useQueryParams = options => {\n const location = useLocation();\n\n return parseQueryParams(location?.search, options);\n};\n\nexport default useQueryParams;\n"],"names":["useQueryParams","options","location","useLocation","parseQueryParams","search"],"mappings":";;;;;;;;;;;;;;;AAGA,IAAMA,cAAc,GAAG,SAAjBA,cAAcA,CAAGC,OAAO,EAAI;AAChC,EAAA,IAAMC,QAAQ,GAAGC,WAAW,EAAE;EAE9B,OAAOC,gBAAgB,CAACF,QAAQ,KAAA,IAAA,IAARA,QAAQ,KAAA,MAAA,GAAA,MAAA,GAARA,QAAQ,CAAEG,MAAM,EAAEJ,OAAO,CAAC;AACpD;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.132",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build:jsdoc": "node ./.scripts/jsdoc-builder.mjs",
|
|
15
15
|
"prepare": "husky install",
|
|
16
16
|
"sync_with_wheel": "./.scripts/sync_with_wheel.sh",
|
|
17
|
-
"test": "TZ=UTC jest
|
|
17
|
+
"test": "TZ=UTC jest"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=22.13",
|
|
@@ -115,15 +115,15 @@
|
|
|
115
115
|
"@bigbinary/babel-preset-neeto": "1.0.14",
|
|
116
116
|
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
117
117
|
"@bigbinary/neeto-atoms": "1.0.19",
|
|
118
|
-
"@bigbinary/neeto-audit-frontend": "2.4.
|
|
118
|
+
"@bigbinary/neeto-audit-frontend": "2.4.5",
|
|
119
119
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
120
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
121
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
120
|
+
"@bigbinary/neeto-commons-frontend": "4.13.131",
|
|
121
|
+
"@bigbinary/neeto-editor": "1.47.118",
|
|
122
122
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
123
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
124
|
-
"@bigbinary/neeto-molecules": "
|
|
125
|
-
"@bigbinary/neeto-time-zones": "0.8.
|
|
126
|
-
"@bigbinary/neetoui": "8.
|
|
123
|
+
"@bigbinary/neeto-icons": "1.20.89",
|
|
124
|
+
"@bigbinary/neeto-molecules": "5.1.27",
|
|
125
|
+
"@bigbinary/neeto-time-zones": "0.8.25",
|
|
126
|
+
"@bigbinary/neetoui": "8.8.1",
|
|
127
127
|
"@eslint/compat": "^1.2.8",
|
|
128
128
|
"@eslint/eslintrc": "^3.3.1",
|
|
129
129
|
"@eslint/js": "^9.25.1",
|
|
@@ -209,13 +209,13 @@
|
|
|
209
209
|
"lint-staged": "12.4.1",
|
|
210
210
|
"nock": "^14.0.11",
|
|
211
211
|
"platform": "1.3.6",
|
|
212
|
-
"postcss": "8.
|
|
212
|
+
"postcss": "8.5.10",
|
|
213
213
|
"postcss-import": "^15.0.0",
|
|
214
214
|
"postcss-loader": "^7.0.1",
|
|
215
215
|
"postcss-preset-env": "7.8.2",
|
|
216
216
|
"prettier": "3",
|
|
217
217
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
218
|
-
"qs": "6.15.
|
|
218
|
+
"qs": "6.15.0",
|
|
219
219
|
"ramda": "0.29.0",
|
|
220
220
|
"react": "18.3.1",
|
|
221
221
|
"react-colorful": "5.6.1",
|
|
@@ -249,13 +249,13 @@
|
|
|
249
249
|
"@bigbinary/eslint-plugin-neeto": "1.8.0",
|
|
250
250
|
"@bigbinary/neeto-atoms": "1.0.19",
|
|
251
251
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
252
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
253
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
252
|
+
"@bigbinary/neeto-commons-frontend": "4.13.131",
|
|
253
|
+
"@bigbinary/neeto-editor": "1.47.118",
|
|
254
254
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
255
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
256
|
-
"@bigbinary/neeto-molecules": "
|
|
257
|
-
"@bigbinary/neeto-time-zones": "0.8.
|
|
258
|
-
"@bigbinary/neetoui": "8.
|
|
255
|
+
"@bigbinary/neeto-icons": "1.20.89",
|
|
256
|
+
"@bigbinary/neeto-molecules": "5.1.27",
|
|
257
|
+
"@bigbinary/neeto-time-zones": "0.8.25",
|
|
258
|
+
"@bigbinary/neetoui": "8.8.1",
|
|
259
259
|
"@faker-js/faker": "8.2.0",
|
|
260
260
|
"@honeybadger-io/js": "6.10.1",
|
|
261
261
|
"@honeybadger-io/react": "6.1.25",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"js-logger": "1.6.1",
|
|
288
288
|
"linkify-react": "4.3.2",
|
|
289
289
|
"linkifyjs": "4.3.2",
|
|
290
|
-
"qs": "6.15.
|
|
290
|
+
"qs": "6.15.0",
|
|
291
291
|
"ramda": "0.29.0",
|
|
292
292
|
"react": "18.3.1",
|
|
293
293
|
"react-colorful": "5.6.1",
|
|
@@ -311,5 +311,6 @@
|
|
|
311
311
|
},
|
|
312
312
|
"resolutions": {
|
|
313
313
|
"dompurify": "^3.2.4"
|
|
314
|
-
}
|
|
314
|
+
},
|
|
315
|
+
"packageManager": "yarn@1.22.22"
|
|
315
316
|
}
|