@nualang/nualang-ui-components 0.1.1383 → 0.1.1384

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -78,4 +78,6 @@ To generate code coverage (uses V8 provider):
78
78
  npm run test:coverage
79
79
  ```
80
80
 
81
- Coverage reports will be written to the `coverage` directory. A text summary is printed to the console; an LCOV file (`coverage/lcov.info`) and a JSON report are also generated. This coverage step is intentionally not wired into CI — run it locally when you want to inspect or publish coverage results.
81
+ Coverage reports will be written to the `coverage` directory. A text summary is printed to the console;
82
+ an LCOV file (`coverage/lcov.info`) and a JSON report are also generated. This coverage step is intentionally
83
+ not wired into CI — run it locally when you want to inspect or publish coverage results.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nualang/nualang-ui-components",
3
- "version": "0.1.1383",
3
+ "version": "0.1.1384",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [