Skip to content

Commit c19276a

Browse files
Merge pull request #110 from muhammedaksam/develop
develop
2 parents 56377ca + e7f13af commit c19276a

3 files changed

Lines changed: 493 additions & 544 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.17",
54+
"title": "version 1.1.17"
55+
},
5256
{
5357
"tag": "v1.1.16",
5458
"title": "version 1.1.16"
@@ -64,10 +68,6 @@
6468
{
6569
"tag": "v1.1.13",
6670
"title": "version 1.1.13"
67-
},
68-
{
69-
"tag": "v1.1.12",
70-
"title": "version 1.1.12"
7171
}
7272
]
7373
}

package.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@muhammedaksam/logo-objects-node",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
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,26 +50,21 @@
5050
"devDependencies": {
5151
"@eslint/js": "^10.0.1",
5252
"@types/jest": "^30.0.0",
53-
"@types/node": "^25.9.0",
54-
"@typescript-eslint/eslint-plugin": "^8.59.4",
55-
"@typescript-eslint/parser": "^8.59.4",
53+
"@types/node": "^25.9.1",
54+
"@typescript-eslint/eslint-plugin": "^8.60.1",
55+
"@typescript-eslint/parser": "^8.60.1",
5656
"axios-mock-adapter": "^2.1.0",
57-
"dotenv": "^17.4.2",
58-
"eslint": "^10.4.0",
57+
"eslint": "^10.4.1",
5958
"eslint-config-prettier": "^10.1.8",
60-
"eslint-plugin-prettier": "^5.5.5",
59+
"eslint-plugin-prettier": "^5.5.6",
6160
"jest": "^30.4.2",
6261
"prettier": "^3.8.3",
63-
"ts-jest": "^29.4.9",
62+
"ts-jest": "^29.4.11",
6463
"ts-node": "^10.9.2",
6564
"typescript": "^6.0.3"
6665
},
6766
"dependencies": {
68-
"axios": "^1.16.1",
69-
"chalk": "^5.6.2",
70-
"commander": "^14.0.3",
71-
"fs-extra": "^11.3.5",
72-
"yaml": "^2.9.0"
67+
"axios": "^1.16.1"
7368
},
7469
"engines": {
7570
"node": ">=18",

0 commit comments

Comments
 (0)