@rimbu/common 0.9.3 → 0.9.4
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ console.log(Eq.stringCaseInsentitive()('abc', 'AbC'));
|
|
|
94
94
|
|
|
95
95
|
## Contributing
|
|
96
96
|
|
|
97
|
-
Feel very welcome to contribute to further improve Rimbu. Please read our [Contributing guide](
|
|
97
|
+
Feel very welcome to contribute to further improve Rimbu. Please read our [Contributing guide](https://github.com/rimbu-org/rimbu/blob/main/CONTRIBUTING.md).
|
|
98
98
|
|
|
99
99
|
## Contributors
|
|
100
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rimbu/common",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "Common types and objects used in many other Rimbu packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"common",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"tslib": "^2.4.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "60d3b52050fc30f10921cbf92d637362d663d7e0"
|
|
67
67
|
}
|