@swerr/core 0.0.4 → 0.0.5
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 +5 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
# @swerr/core
|
|
2
2
|
|
|
3
|
-
`@swerr/core` is the core library for the cli and swerr converter. It provides models and utilities.
|
|
3
|
+
`@swerr/core` is the core library for the cli and swerr converter. It provides models and utilities.
|
|
4
|
+
|
|
5
|
+
## Documentation
|
|
6
|
+
|
|
7
|
+
https://swerr.apidocumentation.com
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swerr/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Models and Utils for Swerr",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
"build": "tsc",
|
|
17
17
|
"watch": "tsc --watch"
|
|
18
18
|
},
|
|
19
|
-
"keywords": [
|
|
19
|
+
"keywords": [
|
|
20
|
+
"swerr"
|
|
21
|
+
],
|
|
20
22
|
"author": "Shukaaa",
|
|
21
23
|
"license": "ISC",
|
|
22
24
|
"dependencies": {
|