@chestnutlabs/gcode-containers 0.1.0 → 0.2.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chestnutlabs/gcode-containers",
3
- "version": "0.1.0",
4
- "description": "Safe, bounded, in-memory container extraction for sliced G-code (.gcode.3mf) \u2014 DD-005 \u00a74.4/\u00a77. Never writes files, never fetches, zero dependencies.",
3
+ "version": "0.2.0",
4
+ "description": "Safe, bounded, in-memory container extraction for sliced G-code (.gcode.3mf) DD-005 §4.4/§7. Never writes files, never fetches, zero dependencies.",
5
5
  "keywords": [
6
6
  "gcode",
7
7
  "3d-printing",
@@ -42,6 +42,6 @@
42
42
  "test": "vitest run"
43
43
  },
44
44
  "dependencies": {
45
- "@chestnutlabs/toolpath-core": "0.1.0"
45
+ "@chestnutlabs/toolpath-core": "0.2.0"
46
46
  }
47
47
  }