swr-catalyst 0.1.0 → 0.1.2

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,6 +7,8 @@
7
7
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/)
9
9
  [![Bundle Size](https://img.shields.io/bundlephobia/minzip/swr-catalyst)](https://bundlephobia.com/package/swr-catalyst)
10
+ [![npm version](https://badge.fury.io/js/swr-catalyst.svg)](https://www.npmjs.com/package/swr-catalyst)
11
+ [![npm downloads](https://img.shields.io/npm/dm/swr-catalyst.svg)](https://www.npmjs.com/package/swr-catalyst)
10
12
 
11
13
  [Features](#features) • [Installation](#installation) • [Quick Start](#quick-start) • [API Reference](#api-reference)
12
14
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "swr-catalyst",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A lightweight, declarative library to simplify data mutations with SWR.",
5
5
  "author": "Pedro Barbosa (https://github.com/pedroab0)",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/pedroab0/swr-catalyst"
9
+ "url": "git+https://github.com/pedroab0/swr-catalyst.git"
10
10
  },
11
11
  "keywords": [
12
12
  "swr",