kanun 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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Tests][tei]][tel]
6
6
  [![License][lini]][linl]
7
7
 
8
- Lightweight framework-agnostic and TypeScript-first validation library. Provides a rich set of built-in rules, custom rule support, nested data validation, conditional rules, localized error messages, and a flexible API for validating complex data structures in Node.js applications.
8
+ Framework-agnostic TypeScript-first validation library. Provides a rich set of built-in rules, custom rule support, nested data validation, conditional rules, localized error messages, and a flexible API for validating complex data structures in Node.js applications.
9
9
 
10
10
  ## Installation
11
11
 
@@ -162,9 +162,9 @@ If you discover a security vulnerability within Kanun, please send an e-mail to
162
162
 
163
163
  Kanun and all Arcstack packages are open source and licensed under the [MIT license](LICENSE).
164
164
 
165
- [i1]: https://img.shields.io/npm/v/%40kanun?style=flat-square&label=kanun&color=%230970ce
165
+ [i1]: https://img.shields.io/npm/v/kanun?style=flat-square&label=kanun&color=%230970ce
166
166
  [l1]: https://www.npmjs.com/package/kanun
167
- [d1]: https://img.shields.io/npm/dt/%40kanun?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40kanun
167
+ [d1]: https://img.shields.io/npm/dt/kanun?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fkanun
168
168
  [linl]: https://github.com/arcstack-hq/kanun/blob/main/LICENSE
169
169
  [lini]: https://img.shields.io/github/license/arcstack-hq/kanun
170
170
  [tel]: https://github.com/arcstack-hq/kanun/actions/workflows/ci.yml
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kanun",
3
- "version": "0.1.0",
4
- "description": "Lightweight framework-agnostic and TypeScript-first validation library.",
3
+ "version": "0.1.2",
4
+ "description": "Framework-agnostic TypeScript-first validation library.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "types": "./dist/index.d.cts",