@jscad/io 2.3.1 → 2.3.2

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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +2 -2
  3. package/package.json +21 -20
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.3.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/io@2.3.1...@jscad/io@2.3.2) (2022-04-24)
7
+
8
+ **Note:** Version bump only for package @jscad/io
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.3.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/io@2.3.0...@jscad/io@2.3.1) (2022-04-03)
7
15
 
8
16
  **Note:** Version bump only for package @jscad/io
package/README.md CHANGED
@@ -76,11 +76,11 @@ We welcome and encourage anyone to pitch in but please take a moment to read the
76
76
 
77
77
  * If you want to submit a bug report please make sure to follow the [Reporting Issues](https://github.com/jscad/OpenJSCAD.org/wiki/Reporting-Issues) guide. Bug reports are accepted as [Issues](https://github.com/jscad/OpenJSCAD.org/issues/) via GitHub.
78
78
 
79
- * If you want to submit a change or a patch, please read the [Contributing Guide](../../CONTRIBUTING.md). New contributions are accepted as [Pull Requests](https://github.com/jscad/OpenJSCAD.org/pulls/) via GithHub.
79
+ * If you want to submit a change or a patch, please read the [Contributing Guide](../../CONTRIBUTING.md). New contributions are accepted as [Pull Requests](https://github.com/jscad/OpenJSCAD.org/pulls/) via GitHub.
80
80
 
81
81
  * We only accept bug reports and pull requests on **GitHub**.
82
82
 
83
- * If you have a question about how to use JSCAD, then please start a conversation at the [JSCAD User Group](https://openjscad.xyz/forum.html). You might find the answer in the [JSCAD User Guide](https://www.openjscad.xyz/guide.html).
83
+ * If you have a question about how to use JSCAD, then please start a conversation at the [JSCAD User Group](https://openjscad.xyz/forum.html). You might find the answer in the [JSCAD User Guide](https://openjscad.xyz/guide.html).
84
84
 
85
85
  * If you have a change or new feature in mind, please start a conversation with the [Core Developers](https://openjscad.xyz/forum.html) and start contributing changes.
86
86
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@jscad/io",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Meta Package for JSCAD IO Packages",
5
+ "homepage": "https://openjscad.xyz/",
5
6
  "repository": "https://github.com/jscad/OpenJSCAD.org",
6
7
  "main": "index.js",
7
8
  "scripts": {},
@@ -29,24 +30,24 @@
29
30
  ],
30
31
  "license": "MIT",
31
32
  "dependencies": {
32
- "@jscad/3mf-serializer": "2.1.1",
33
- "@jscad/amf-deserializer": "2.2.10",
34
- "@jscad/amf-serializer": "2.1.7",
35
- "@jscad/array-utils": "2.1.3",
36
- "@jscad/dxf-deserializer": "2.3.14",
37
- "@jscad/dxf-serializer": "2.1.7",
38
- "@jscad/io-utils": "2.0.17",
39
- "@jscad/json-deserializer": "2.0.18",
40
- "@jscad/json-serializer": "2.0.17",
41
- "@jscad/modeling": "2.9.2",
42
- "@jscad/obj-deserializer": "2.0.17",
43
- "@jscad/obj-serializer": "2.1.7",
44
- "@jscad/stl-deserializer": "2.1.14",
45
- "@jscad/stl-serializer": "2.1.7",
46
- "@jscad/svg-deserializer": "2.4.10",
47
- "@jscad/svg-serializer": "2.3.5",
48
- "@jscad/x3d-deserializer": "2.1.4",
49
- "@jscad/x3d-serializer": "2.3.7"
33
+ "@jscad/3mf-serializer": "2.1.2",
34
+ "@jscad/amf-deserializer": "2.2.11",
35
+ "@jscad/amf-serializer": "2.1.8",
36
+ "@jscad/array-utils": "2.1.4",
37
+ "@jscad/dxf-deserializer": "2.3.15",
38
+ "@jscad/dxf-serializer": "2.1.8",
39
+ "@jscad/io-utils": "2.0.18",
40
+ "@jscad/json-deserializer": "2.0.19",
41
+ "@jscad/json-serializer": "2.0.18",
42
+ "@jscad/modeling": "2.9.3",
43
+ "@jscad/obj-deserializer": "2.0.18",
44
+ "@jscad/obj-serializer": "2.1.8",
45
+ "@jscad/stl-deserializer": "2.1.15",
46
+ "@jscad/stl-serializer": "2.1.8",
47
+ "@jscad/svg-deserializer": "2.4.11",
48
+ "@jscad/svg-serializer": "2.3.6",
49
+ "@jscad/x3d-deserializer": "2.1.5",
50
+ "@jscad/x3d-serializer": "2.3.8"
50
51
  },
51
- "gitHead": "0cebde0166c104e3c08cc05d2c03d9defc7eca26"
52
+ "gitHead": "85fa1fcdfb2d516a201ecf31da242e64b5b3274e"
52
53
  }