@spec2ts/openapi-client 2.0.0-beta.12 → 2.0.0-beta.13

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/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.0.0-beta.13](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/openapi-client@2.0.0-beta.12...@spec2ts/openapi-client@2.0.0-beta.13) (2022-09-21)
7
+
8
+ **Note:** Version bump only for package @spec2ts/openapi-client
9
+
10
+
11
+
12
+
13
+
6
14
  # [2.0.0-beta.12](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/openapi-client@2.0.0-beta.11...@spec2ts/openapi-client@2.0.0-beta.12) (2022-08-23)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spec2ts/openapi-client",
3
- "version": "2.0.0-beta.12",
3
+ "version": "2.0.0-beta.13",
4
4
  "description": "Utility to convert OpenAPI v3 specifications to Typescript HTTP client using TypeScript native compiler",
5
5
  "author": "Touchify <dev@touchify.co>",
6
6
  "license": "MIT",
@@ -36,20 +36,20 @@
36
36
  "lint:ts": "eslint \"*.ts\" \"{bin,cli,lib}/**/*.ts\"",
37
37
  "lint:fix": "npm run lint -- -- --fix",
38
38
  "clean": "npm run clean:ts",
39
- "clean:ts": "rimraf *.{js,d.ts} {bin,cli,lib}/**/*.{js,d.ts}",
39
+ "clean:ts": "del *.{js,d.ts} {bin,cli,lib}/**/*.{js,d.ts}",
40
40
  "prepublishOnly": "npm test && npm run build"
41
41
  },
42
42
  "dependencies": {
43
- "@spec2ts/core": "^2.0.0-beta.2",
44
- "@spec2ts/jsonschema": "^2.0.0-beta.7",
45
- "@spec2ts/openapi": "^2.0.0-beta.7",
43
+ "@spec2ts/core": "^2.0.0-beta.3",
44
+ "@spec2ts/jsonschema": "^2.0.0-beta.8",
45
+ "@spec2ts/openapi": "^2.0.0-beta.8",
46
46
  "openapi3-ts": "^1.3.0",
47
47
  "yargs": "^15.3.1"
48
48
  },
49
49
  "devDependencies": {
50
+ "del-cli": "^5.0.0",
50
51
  "eslint": "^7.11.0",
51
52
  "jest": "^26.5.3",
52
- "rimraf": "^3.0.2",
53
53
  "typescript": "^4.0.0"
54
54
  },
55
55
  "keywords": [
@@ -70,5 +70,5 @@
70
70
  "spec2ts",
71
71
  "share"
72
72
  ],
73
- "gitHead": "bea7fe666a107170cd32a1f006a9de5bbcc2be4c"
73
+ "gitHead": "8a84aeb712db730d94b5c0dc3814f0fbd3bf348e"
74
74
  }