Skip to content

Commit 585d0a2

Browse files
committed
v7.6.3
1 parent 6afcbb2 commit 585d0a2

File tree

9 files changed

+38
-30
lines changed

9 files changed

+38
-30
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"useWorkspaces": true,
6-
"version": "7.6.2",
6+
"version": "7.6.3",
77
"npmClient": "yarn",
88
"ignoreChanges": [
99
"packages/**/*.story.tsx",

packages/oats-axios-adapter/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-axios-adapter",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "Axios adapter for Oats a Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -36,11 +36,12 @@
3636
],
3737
"devDependencies": {
3838
"@jest/globals": "29.5.0",
39-
"@smartlyio/oats-runtime": "^7.6.2",
39+
"@smartlyio/oats-runtime": "^7.6.3",
4040
"@types/form-data": "2.5.0",
4141
"axios": "1.8.2",
4242
"jest": "29.5.0",
4343
"ts-jest": "29.1.0",
4444
"typescript": "5.9.2"
45-
}
45+
},
46+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
4647
}

packages/oats-fast-check/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-fast-check",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "fast-check value generator for smartlyio/oats types",
66
"private": false,
@@ -38,8 +38,8 @@
3838
"client"
3939
],
4040
"devDependencies": {
41-
"@smartlyio/oats": "^7.6.2",
42-
"@smartlyio/oats-runtime": "^7.6.2",
41+
"@smartlyio/oats": "^7.6.3",
42+
"@smartlyio/oats-runtime": "^7.6.3",
4343
"@types/jest": "29.5.2",
4444
"@types/lodash": "4.14.195",
4545
"@types/node": "18.16.18",
@@ -48,5 +48,6 @@
4848
"ts-jest": "29.1.0",
4949
"ts-node": "10.9.1",
5050
"typescript": "5.9.2"
51-
}
51+
},
52+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
5253
}

packages/oats-fetch-adapter/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-fetch-adapter",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "Fetch adapter for Oats a Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -34,7 +34,7 @@
3434
"client"
3535
],
3636
"devDependencies": {
37-
"@smartlyio/oats-runtime": "^7.6.2",
37+
"@smartlyio/oats-runtime": "^7.6.3",
3838
"@types/node": "18.16.18",
3939
"@typescript-eslint/eslint-plugin": "5.59.11",
4040
"@typescript-eslint/parser": "5.59.11",
@@ -45,5 +45,6 @@
4545
"eslint-plugin-prettier": "4.2.1",
4646
"prettier": "2.8.8",
4747
"typescript": "5.9.2"
48-
}
48+
},
49+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
4950
}

packages/oats-koa-adapter/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-koa-adapter",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "Koa adapter for Oats",
66
"private": false,
@@ -37,7 +37,7 @@
3737
"client"
3838
],
3939
"devDependencies": {
40-
"@smartlyio/oats-runtime": "^7.6.2",
40+
"@smartlyio/oats-runtime": "^7.6.3",
4141
"@types/koa": "2.13.6",
4242
"@types/koa-router": "7.4.4",
4343
"@types/lodash": "4.14.195",
@@ -47,5 +47,6 @@
4747
"koa-router": "12.0.0",
4848
"ts-node": "10.9.1",
4949
"typescript": "5.9.2"
50-
}
50+
},
51+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
5152
}

packages/oats-mirage-adapter/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-mirage-adapter",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"description": "Mirage.js adapter for Oats",
55
"licence": "MIT",
66
"private": false,
@@ -35,12 +35,13 @@
3535
"server"
3636
],
3737
"devDependencies": {
38-
"@smartlyio/oats-runtime": "^7.6.2",
38+
"@smartlyio/oats-runtime": "^7.6.3",
3939
"@types/lodash": "4.14.195",
4040
"@types/node": "18.16.18",
4141
"miragejs": "0.1.47",
4242
"nodemon": "2.0.22",
4343
"ts-node": "10.9.1",
4444
"typescript": "5.9.2"
45-
}
45+
},
46+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
4647
}

packages/oats-nock-adapter/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-nock-adapter",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "nock server adapter for smartlyio/oats s",
66
"private": false,
@@ -37,9 +37,9 @@
3737
"client"
3838
],
3939
"devDependencies": {
40-
"@smartlyio/oats": "^7.6.2",
41-
"@smartlyio/oats-axios-adapter": "^7.6.2",
42-
"@smartlyio/oats-runtime": "^7.6.2",
40+
"@smartlyio/oats": "^7.6.3",
41+
"@smartlyio/oats-axios-adapter": "^7.6.3",
42+
"@smartlyio/oats-runtime": "^7.6.3",
4343
"@types/jest": "29.5.2",
4444
"@types/lodash": "4.14.195",
4545
"@types/node": "18.16.18",
@@ -71,5 +71,6 @@
7171
],
7272
"preset": "ts-jest",
7373
"testMatch": null
74-
}
74+
},
75+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
7576
}

packages/oats-runtime/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats-runtime",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "Runtime for Oats a Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -54,5 +54,6 @@
5454
"ts-node": "10.9.1",
5555
"tsconfig-paths": "4.2.0",
5656
"typescript": "5.9.2"
57-
}
57+
},
58+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
5859
}

packages/oats/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartlyio/oats",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"license": "MIT",
55
"description": "Openapi3 based generator for typescript aware servers and clients",
66
"private": false,
@@ -39,10 +39,10 @@
3939
"client"
4040
],
4141
"devDependencies": {
42-
"@smartlyio/oats-axios-adapter": "^7.6.2",
43-
"@smartlyio/oats-fetch-adapter": "^7.6.2",
44-
"@smartlyio/oats-koa-adapter": "^7.6.2",
45-
"@smartlyio/oats-runtime": "^7.6.2",
42+
"@smartlyio/oats-axios-adapter": "^7.6.3",
43+
"@smartlyio/oats-fetch-adapter": "^7.6.3",
44+
"@smartlyio/oats-koa-adapter": "^7.6.3",
45+
"@smartlyio/oats-runtime": "^7.6.3",
4646
"@types/jest": "29.5.2",
4747
"@types/js-yaml": "4.0.5",
4848
"@types/koa": "2.13.6",
@@ -63,5 +63,6 @@
6363
"ts-jest": "29.1.0",
6464
"ts-node": "10.9.1",
6565
"typescript": "5.9.2"
66-
}
66+
},
67+
"gitHead": "6afcbb2c8491c594374a82f06c1df5f858ed7681"
6768
}

0 commit comments

Comments
 (0)