@glissade/svg 0.8.1-pre.1 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissade/svg",
3
- "version": "0.8.1-pre.1",
3
+ "version": "0.8.1",
4
4
  "description": "glissade SVG import: parse an SVG into a deterministic scene module — <path d> and the basic shapes become Path/Rect/Circle nodes with fills, strokes, and transforms.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -18,8 +18,8 @@
18
18
  "dist"
19
19
  ],
20
20
  "dependencies": {
21
- "@glissade/core": "0.8.1-pre.1",
22
- "@glissade/scene": "0.8.1-pre.1"
21
+ "@glissade/core": "0.8.1",
22
+ "@glissade/scene": "0.8.1"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",