@bigbinary/neeto-commons-frontend 4.13.160 → 4.13.161

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.
Files changed (2) hide show
  1. package/dist/.ready +1 -1
  2. package/package.json +7 -6
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-09-15T06:34:19.160Z
1
+ Built at 2026-09-19T23:46:56.568Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "4.13.160",
3
+ "version": "4.13.161",
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>",
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "scripts": {
13
13
  "build": "yarn build:jsdoc && NODE_ENV=production rollup --bundleConfigAsCjs -c rollup.config.js --environment production",
14
- "build:jsdoc": "node ./.scripts/jsdoc-builder.mjs",
14
+ "build:jsdoc": "node ./bin/jsdoc-builder.mjs",
15
15
  "prepare": "husky install",
16
- "sync_with_wheel": "./.scripts/sync_with_wheel.sh",
16
+ "sync_with_wheel": "./bin/sync_with_wheel.sh",
17
17
  "test": "TZ=UTC jest"
18
18
  },
19
19
  "engines": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "lint-staged": {
25
25
  "**/*.{js,jsx,json,mjs}": [
26
- ".scripts/fix-lints.sh"
26
+ "bin/fix-lints.sh"
27
27
  ]
28
28
  },
29
29
  "exports": {
@@ -211,7 +211,7 @@
211
211
  "lucide-react": "0.577.0",
212
212
  "nock": "^14.0.11",
213
213
  "platform": "1.3.6",
214
- "postcss": "8.5.10",
214
+ "postcss": "8.5.18",
215
215
  "postcss-import": "^15.0.0",
216
216
  "postcss-loader": "^7.0.1",
217
217
  "postcss-preset-env": "7.8.2",
@@ -313,7 +313,8 @@
313
313
  },
314
314
  "resolutions": {
315
315
  "dompurify": "^3.2.4",
316
- "eslint-plugin-sonarjs/minimatch": "10.2.4"
316
+ "eslint-plugin-sonarjs/minimatch": "10.2.4",
317
+ "@modyfi/vite-plugin-yaml/js-yaml": "^4.3.2"
317
318
  },
318
319
  "packageManager": "yarn@1.22.22"
319
320
  }