is-kit 1.0.0 → 1.0.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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # is-kit
2
2
 
3
3
  <p align="center">
4
- <img src="https://raw.githubusercontent.com/nyaomaru/is-kit/main/docs/public/iskit_logo1.svg" width="200px" align="center" alt="is-kit logo" />
4
+ <img src="https://raw.githubusercontent.com/nyaomaru/is-kit/main/docs/public/iskit-logo_700_500.png" width="700px" align="center" alt="is-kit logo" />
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -11,9 +11,6 @@
11
11
  <a href="https://jsr.io/@nyaomaru/is-kit">
12
12
  <img src="https://img.shields.io/jsr/v/@nyaomaru/is-kit" alt="JSR">
13
13
  </a>
14
- <a href="https://github.com/nyaomaru/is-kit/blob/main/LICENSE">
15
- <img src="https://img.shields.io/npm/l/@nyaomaru/is-kit.svg?sanitize=true" alt="License">
16
- </a>
17
14
  </p>
18
15
 
19
16
  Lightweight, zero-dependency toolkit for building `isFoo` style type guards in TypeScript.
@@ -99,6 +96,8 @@ These primitives plug into higher-level combinators like `struct` when you need
99
96
 
100
97
  ## API Reference
101
98
 
99
+ [👉 See full document](https://is-kit-docs.vercel.app/)
100
+
102
101
  👉 See the docs app under `docs/` (API Reference section). Each helper is documented with runnable examples.
103
102
 
104
103
  ## Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "is-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Make 'isXXX' easier. Let's make your code type safe and more readable!",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",