@bigbinary/neeto-commons-frontend 4.13.143 → 4.13.144
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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// To work around this, we strip `//# sourceMappingURL=...` comments from
|
|
12
12
|
// @bigbinary package files before esbuild sees them, preventing it from
|
|
13
13
|
// attempting the broken chaining. After the build, `fixSourcemaps` in utils.js
|
|
14
|
-
// correctly re-composes sourcemaps using @
|
|
14
|
+
// correctly re-composes sourcemaps using @jridgewell/remapping.
|
|
15
15
|
//
|
|
16
16
|
// Files handled by other onLoad plugins (e.g. preval handles i18n.js) are
|
|
17
17
|
// skipped since esbuild only allows one onLoad handler per file — those plugins
|
package/configs/esbuild/utils.js
CHANGED
|
@@ -4,7 +4,7 @@ const fs = require("fs");
|
|
|
4
4
|
const { execSync, spawn } = require("child_process");
|
|
5
5
|
const { pick } = require("ramda");
|
|
6
6
|
const { globSync } = require("glob");
|
|
7
|
-
const remapping = require("@
|
|
7
|
+
const remapping = require("@jridgewell/remapping");
|
|
8
8
|
const {
|
|
9
9
|
DEFAULT_VISUALIZER_TEMPLATE,
|
|
10
10
|
NODE_MODULES_PKG_REGEX,
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-07-03T14:
|
|
1
|
+
Built at 2026-07-03T14:51:04.824Z
|
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.144",
|
|
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>",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"src/translations"
|
|
100
100
|
],
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@ampproject/remapping": "^2.3.0",
|
|
103
102
|
"@babel/cli": "^7.23.0",
|
|
104
103
|
"@babel/core": "7.29.7",
|
|
105
104
|
"@babel/eslint-parser": "7.25.9",
|
|
@@ -130,6 +129,7 @@
|
|
|
130
129
|
"@faker-js/faker": "8.2.0",
|
|
131
130
|
"@honeybadger-io/js": "6.10.1",
|
|
132
131
|
"@honeybadger-io/react": "6.1.25",
|
|
132
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
133
133
|
"@modyfi/vite-plugin-yaml": "^1.1.0",
|
|
134
134
|
"@rails/actioncable": "8.1.200",
|
|
135
135
|
"@rollup/plugin-alias": "5.0.1",
|