brep-io-kernel 1.0.0-ci.9 → 1.0.11

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,6 +128,9 @@ The published package is `brep-io-kernel`. It ships as a single ESM bundle that
128
128
  inlines the WASM, so consumers do not need any extra asset copying or loader
129
129
  configuration.
130
130
 
131
+ - Examples (Node.js):
132
+ - [`brep-io-kernel-examples/README.md`](brep-io-kernel-examples/README.md)
133
+
131
134
  - Install:
132
135
  - `pnpm add brep-io-kernel`
133
136
  - Import (ESM):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brep-io-kernel",
3
- "version": "1.0.0-ci.9",
3
+ "version": "1.0.11",
4
4
  "scripts": {
5
5
  "dev": "pnpm generateLicenses && pnpm build:kernel && vite --host 0.0.0.0",
6
6
  "build": "pnpm generateLicenses && vite build",