piral-hooks-utils 0.15.3-beta.4970 → 0.15.3-beta.4975

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
@@ -6,7 +6,7 @@ A set of hooks and HOCs for pilets and Piral instances.
6
6
 
7
7
  ## Installation
8
8
 
9
- This should only be installed as a dependency (`dependencies`) as it is only designed mostly for runtime / consumption by Piral or pilets. You could also share it explicitly or implicitly from your Piral instance if you'd like to optimize usage in your pilets. It's not required though as the code provided by it is minimal and tree-shakable.
9
+ This should only be installed as a dependency (`dependencies`) as it is only designed mostly for runtime/consumption by Piral or pilets. You could also share it explicitly or implicitly from your Piral instance if you'd like to optimize usage in your pilets. It's not required though as the code provided by it is minimal and tree-shakable.
10
10
 
11
11
  If you'd love to use yarn:
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-hooks-utils",
3
- "version": "0.15.3-beta.4970",
3
+ "version": "0.15.3-beta.4975",
4
4
  "description": "Hooks and HOC for pilets and Piral instances.",
5
5
  "keywords": [
6
6
  "piral",
@@ -57,5 +57,5 @@
57
57
  "typedoc": "typedoc --json ../../../docs/types/piral-hooks-utils.json src --exclude \"src/**/*.test.*\"",
58
58
  "test": "echo \"Error: run tests from root\" && exit 1"
59
59
  },
60
- "gitHead": "f82139bec739a47bf7e7194c5e075e14e6064a8d"
60
+ "gitHead": "5cf09cee48aa723ebe3fa9e48a98ff118f3cb6dc"
61
61
  }