@matdata/yasgui-utils 5.10.0 → 5.10.1

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -285,13 +285,17 @@ For more details, see **[User Guide - Querying Local Endpoints](./docs/user-guid
285
285
  We welcome contributions! To get started:
286
286
 
287
287
  1. Fork the repository
288
- 2. Clone and install: `npm install`
288
+ 2. Clone and install: `PUPPETEER_SKIP_DOWNLOAD=1 npm ci`
289
289
  3. Run dev server: `npm run dev`
290
290
  4. Make your changes
291
291
  5. Run tests: `npm test`
292
292
  6. Submit a pull request
293
293
 
294
- For detailed contribution guidelines, see the **[Developer Guide](./docs/developer-guide.md#contributing)**.
294
+ **📋 For detailed contribution guidelines, including our plugin development policy, see [CONTRIBUTING.md](./CONTRIBUTING.md).**
295
+
296
+ Additional resources:
297
+ - **[Developer Guide](./docs/developer-guide.md)** - API reference and integration guide
298
+ - **[Plugin Development](./docs/developer-guide.md#plugin-development)** - How to create plugins
295
299
 
296
300
  ---
297
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matdata/yasgui-utils",
3
- "version": "5.10.0",
3
+ "version": "5.10.1",
4
4
  "description": "Utils for YASGUI libs",
5
5
  "main": "build/utils.min.js",
6
6
  "types": "build/ts/src/index.d.ts",