klasik 1.0.0 → 1.0.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/example.md +2 -2
  2. package/package.json +2 -2
package/example.md CHANGED
@@ -90,11 +90,11 @@ To test the package locally with the linked `openapi-class-transformer`:
90
90
 
91
91
  ```bash
92
92
  # In openapi-class-transformer directory
93
- cd /Users/eyald/koalaops/openapi-class-transformer
93
+ cd folder
94
94
  npm link
95
95
 
96
96
  # In klasik directory
97
- cd /Users/eyald/koalaops/klasik
97
+ cd folder
98
98
  npm link openapi-class-transformer
99
99
 
100
100
  # Build and test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "klasik",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Download OpenAPI specs from remote URLs and generate TypeScript clients with class-transformer support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "axios": "^1.6.0",
29
29
  "commander": "^11.0.0",
30
- "openapi-class-transformer": "file:../openapi-class-transformer"
30
+ "openapi-class-transformer": "1.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/jest": "^29.5.0",