@hazeljs/flow-runtime 0.2.0-rc.8 → 0.2.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,4 +75,4 @@ See [hazeljs-flow-example](https://github.com/hazel-js/hazeljs-flow-example) for
75
75
 
76
76
  ## License
77
77
 
78
- Apache 2.0 © [HazelJS](https://hazeljs.com)
78
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/flow-runtime",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "Standalone deployable flow runtime service (HazelJS)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -49,5 +49,5 @@
49
49
  "engines": {
50
50
  "node": ">=20.0.0"
51
51
  },
52
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
52
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
53
53
  }