We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd2e7f commit 77543c1Copy full SHA for 77543c1
apps/create-hypergraph/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# create-hypergraph
2
3
+## 0.4.3
4
+### Patch Changes
5
+
6
+- a16e5cf: Update the copy-package-json script to set the type to module on the package.json in the dist that gets published
7
8
## 0.4.2
9
### Patch Changes
10
apps/create-hypergraph/package.json
@@ -1,6 +1,6 @@
{
"name": "create-hypergraph",
- "version": "0.4.2",
+ "version": "0.4.3",
"description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.",
"type": "module",
"bin": {
0 commit comments