@slithy/prim-interface 0.2.2 → 0.2.3

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ShapeInterface, StepData, SerializedOutput } from '@slithy/prim-lib';
2
- export { Bbox, Ellipse, Glyph, Hexagon, RGB, Rectangle, ReplayResult, SerializedOutput, ShapeInterface, Square, StepData, Triangle, replayOutput, stepPerf } from '@slithy/prim-lib';
2
+ export { Bbox, Circle, Ellipse, Glyph, Hexagon, RGB, Rectangle, ReplayResult, SerializedOutput, ShapeInterface, Square, StepData, Triangle, replayOutput, stepPerf } from '@slithy/prim-lib';
3
3
 
4
4
  interface Config {
5
5
  steps: number;
package/dist/index.js CHANGED
@@ -137,8 +137,9 @@ async function share(canvas) {
137
137
  }
138
138
 
139
139
  // src/index.ts
140
- import { Triangle, Rectangle, Ellipse, Square, Hexagon, Glyph, stepPerf, replayOutput } from "@slithy/prim-lib";
140
+ import { Triangle, Rectangle, Ellipse, Circle, Square, Hexagon, Glyph, stepPerf, replayOutput } from "@slithy/prim-lib";
141
141
  export {
142
+ Circle,
142
143
  Ellipse,
143
144
  Glyph,
144
145
  Hexagon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slithy/prim-interface",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Browser-facing API for primitive-based image reconstruction.",
5
5
  "type": "module",
6
6
  "exports": {