kanun 0.1.0 → 0.1.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "kanun",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Lightweight framework-agnostic and TypeScript-first validation library.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",