brep-io-kernel 1.0.25 → 1.0.26

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,6 +128,7 @@ Each annotation stores associative references and view metadata so reloading a p
128
128
  The published package is `brep-io-kernel`. It ships as a single ESM bundle that
129
129
  inlines the WASM, so consumers do not need any extra asset copying or loader
130
130
  configuration.
131
+ [https://www.npmjs.com/package/brep-io-kernel](https://www.npmjs.com/package/brep-io-kernel)
131
132
 
132
133
  - Examples (Node.js):
133
134
  - [`brep-io-kernel-examples/README.md`](brep-io-kernel-examples/README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brep-io-kernel",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "scripts": {
5
5
  "dev": "pnpm generateLicenses && pnpm build:kernel && vite --host 0.0.0.0",
6
6
  "build": "pnpm generateLicenses && vite build",