aspose-barcode-cloud-node 24.5.0 → 24.6.0

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.
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  export interface StringKeyWithStringValue {
4
2
  [key: string]: string;
5
3
  }
package/dist/models.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  export declare class ApiError {
3
2
  'code'?: string;
4
3
  'message'?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { StringKeyWithStringValue } from 'httpClient';
3
2
  export interface FormParamsType extends Array<Array<string>> {
4
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose-barcode-cloud-node",
3
- "version": "24.5.0",
3
+ "version": "24.6.0",
4
4
  "description": "Aspose.BarCode Cloud SDK for Node.js",
5
5
  "homepage": "https://products.aspose.cloud/barcode/nodejs",
6
6
  "repository": {
@@ -134,7 +134,7 @@
134
134
  "scripts": {
135
135
  "test": "dts test",
136
136
  "cover": "dts test --coverage",
137
- "lint": "tsc --strict",
137
+ "lint": "dts lint src test",
138
138
  "format": "dts lint src test --fix",
139
139
  "prepare": "dts build --target node",
140
140
  "check-updates": "ncu -u --enginesNode"
@@ -147,16 +147,15 @@
147
147
  "tabWidth": 4
148
148
  },
149
149
  "devDependencies": {
150
- "@types/uuid": "^9.0.8",
150
+ "@types/uuid": "^10.0.0",
151
151
  "dts-cli": "^2.0.5",
152
152
  "eslint-config-prettier": "^9.1.0",
153
153
  "eslint-plugin-prettier": "^5.1.3",
154
154
  "npm-check-updates": "^16.14.20",
155
- "prettier": "^3.2.5",
155
+ "prettier": "^3.3.2",
156
156
  "ts-jest": "^29.1.3",
157
- "tslib": "^2.6.2",
158
- "typescript": "^5.4.5",
159
- "uuid": "^9.0.1"
157
+ "tslib": "^2.6.3",
158
+ "uuid": "^10.0.0"
160
159
  },
161
160
  "bugs": {
162
161
  "url": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-node/issues"