Skip to content

Commit 6f52148

Browse files
Merge pull request #36 from muhammedaksam/develop
chore: bump version to v1.1.9
2 parents 2bb4557 + 6faa7c6 commit 6f52148

3 files changed

Lines changed: 304 additions & 304 deletions

File tree

context7.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
"Test new implementations with test-quick.js and test-clients.js validation scripts"
5050
],
5151
"previousVersions": [
52+
{
53+
"tag": "v1.1.8",
54+
"title": "version 1.1.8"
55+
},
5256
{
5357
"tag": "v1.1.7",
5458
"title": "version 1.1.7"
@@ -64,10 +68,6 @@
6468
{
6569
"tag": "v1.1.4",
6670
"title": "version 1.1.4"
67-
},
68-
{
69-
"tag": "v1.1.3",
70-
"title": "version 1.1.3"
7171
}
7272
]
7373
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@muhammedaksam/logo-objects-node",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "TypeScript client SDK and tools for Logo Objects REST Service API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -50,16 +50,16 @@
5050
"devDependencies": {
5151
"@eslint/js": "^9.39.2",
5252
"@types/jest": "^30.0.0",
53-
"@types/node": "^25.0.6",
54-
"@typescript-eslint/eslint-plugin": "^8.52.0",
55-
"@typescript-eslint/parser": "^8.52.0",
53+
"@types/node": "^25.0.9",
54+
"@typescript-eslint/eslint-plugin": "^8.53.0",
55+
"@typescript-eslint/parser": "^8.53.0",
5656
"axios-mock-adapter": "^2.1.0",
5757
"dotenv": "^17.2.3",
5858
"eslint": "^9.39.2",
5959
"eslint-config-prettier": "^10.1.8",
60-
"eslint-plugin-prettier": "^5.5.4",
60+
"eslint-plugin-prettier": "^5.5.5",
6161
"jest": "^30.2.0",
62-
"prettier": "^3.7.4",
62+
"prettier": "^3.8.0",
6363
"ts-jest": "^29.4.6",
6464
"ts-node": "^10.9.2",
6565
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)