simulationjsv2 0.11.0 → 0.11.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.
@@ -208,7 +208,7 @@ export declare class Spline2d extends SimulationElement2d {
208
208
  private interpolateLimit;
209
209
  private length;
210
210
  constructor(pos: Vertex, points: SplinePoint2d[], thickness?: number, detail?: number);
211
- private setVertexColors;
211
+ protected setVertexColors(): void;
212
212
  getVertexCallBuffer(): Float32Array<ArrayBufferLike>;
213
213
  isTransparent(): boolean;
214
214
  private estimateLength;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Jackson Otto",
7
7
  "description": "A simple graphics library using WebGPU",
8
- "version": "0.11.0",
8
+ "version": "0.11.1",
9
9
  "exports": {
10
10
  ".": {
11
11
  "import": "./dist/index.js",