@weser/actions 0.0.8 → 0.0.10

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/package.json +2 -2
  2. package/README.md +0 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weser/actions",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "React helpers for working with server actions",
5
5
  "author": "Robin Weser <robin@weser.io>",
6
6
  "license": "MIT",
@@ -52,5 +52,5 @@
52
52
  "rimraf": "^3.0.2",
53
53
  "typescript": "^5.4.5"
54
54
  },
55
- "gitHead": "9dce5f658f08431e80506b022369229dfeff7dd7"
55
+ "gitHead": "6dd1ad00ab8dacea2878edc99085324ea5d03588"
56
56
  }
package/README.md DELETED
@@ -1,22 +0,0 @@
1
- # @weser/hooks
2
-
3
- <img alt="npm version" src="https://badge.fury.io/js/@weser%2Fhooks.svg"> <img alt="npm downloads" src="https://img.shields.io/npm/dm/@weser/hooks.svg"> <a href="https://bundlephobia.com/result?p=@weser/hooks@latest"><img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/@weser/hooks.svg"></a>
4
-
5
- ## Installation
6
-
7
- ```sh
8
- # npm
9
- npm i --save @weser/hooks
10
- # yarn
11
- yarn add @weser/hooks
12
- # pnpm
13
- pnpm add @weser/hooks
14
- ```
15
-
16
- ## Documentation
17
-
18
- ## License
19
-
20
- @weser/hooks is licensed under the [MIT License](http://opensource.org/licenses/MIT).<br>
21
- Documentation is licensed under [Creative Common License](http://creativecommons.org/licenses/by/4.0/).<br>
22
- Created with ♥ by [@robinweser](http://weser.io).