kanun 1.1.0 → 1.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.
- package/README.md +7 -7
- package/dist/index.cjs +433 -293
- package/dist/index.js +424 -279
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -161,13 +161,13 @@ Kanun supports installable plugins such as `@kanun-hq/plugin-file`.
|
|
|
161
161
|
|
|
162
162
|
Plugin usage, file validation rules, and framework upload adapters are fully documented:
|
|
163
163
|
|
|
164
|
-
- https://arkstack-
|
|
164
|
+
- https://arkstack-tmp.github.io/kanun/guide/plugins
|
|
165
165
|
|
|
166
|
-
For the complete guide and API reference, visit the docs site: https://arkstack-
|
|
166
|
+
For the complete guide and API reference, visit the docs site: https://arkstack-tmp.github.io/kanun
|
|
167
167
|
|
|
168
168
|
## Code of Conduct
|
|
169
169
|
|
|
170
|
-
In order to ensure that the Kanun community is welcoming to all, please review and abide by the [Code of Conduct](https://arkstack-
|
|
170
|
+
In order to ensure that the Kanun community is welcoming to all, please review and abide by the [Code of Conduct](https://arkstack-tmp.github.io/code-of-conduct).
|
|
171
171
|
|
|
172
172
|
## Security Vulnerabilities
|
|
173
173
|
|
|
@@ -180,7 +180,7 @@ Kanun and all Arkstack packages are open source and licensed under the [MIT lice
|
|
|
180
180
|
[i1]: https://img.shields.io/npm/v/kanun?style=flat-square&label=kanun&color=%230970ce
|
|
181
181
|
[l1]: https://www.npmjs.com/package/kanun
|
|
182
182
|
[d1]: https://img.shields.io/npm/dt/kanun?style=flat-square&label=Downloads&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fkanun
|
|
183
|
-
[linl]: https://github.com/arkstack-
|
|
184
|
-
[lini]: https://img.shields.io/github/license/arkstack-
|
|
185
|
-
[tel]: https://github.com/arkstack-
|
|
186
|
-
[tei]: https://github.com/arkstack-
|
|
183
|
+
[linl]: https://github.com/arkstack-tmp/kanun/blob/main/LICENSE
|
|
184
|
+
[lini]: https://img.shields.io/github/license/arkstack-tmp/kanun
|
|
185
|
+
[tel]: https://github.com/arkstack-tmp/kanun/actions/workflows/ci.yml
|
|
186
|
+
[tei]: https://github.com/arkstack-tmp/kanun/actions/workflows/ci.yml/badge.svg
|