@bigbinary/neeto-commons-frontend 4.13.122 → 4.13.123

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.
@@ -17,7 +17,7 @@ const prevalPlugin = () => ({
17
17
  build.onLoad(
18
18
  {
19
19
  filter:
20
- /node_modules\/@bigbinary\/neeto-commons-frontend\/dist\/(cjs\/)?initializers\/i18n.js/,
20
+ /node_modules\/@bigbinary\/neeto-commons-frontend\/dist\/(cjs\/)?(v2\/)?initializers\/i18n.js/,
21
21
  },
22
22
  async args => {
23
23
  const fs = require("fs").promises;
@@ -20,7 +20,7 @@
20
20
  /* eslint-disable @bigbinary/neeto/no-dangling-constants */
21
21
  const fs = require("fs").promises;
22
22
 
23
- const SKIP_RE = /initializers\/i18n\.js$/;
23
+ const SKIP_RE = /(v2\/)?initializers\/i18n\.js$/;
24
24
  const SOURCEMAP_URL_RE = /\/\/[#@] sourceMappingURL=[^\n]+/gm;
25
25
 
26
26
  const stripSourcemapsPlugin = () => ({
@@ -21,7 +21,7 @@ module.exports = [
21
21
  {
22
22
  test: /\.js$/,
23
23
  include:
24
- /node_modules\/@bigbinary\/neeto-commons-frontend\/dist\/(cjs\/)?initializers\/i18n/,
24
+ /node_modules\/@bigbinary\/neeto-commons-frontend\/dist\/(cjs\/)?(v2\/)?initializers\/i18n/,
25
25
  use: { loader: "babel-loader", options: { plugins: ["preval"] } },
26
26
  },
27
27
  {
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-04-20T16:37:30.309Z
1
+ Built at 2026-04-20T17:17:31.681Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "4.13.122",
3
+ "version": "4.13.123",
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>",