@lasuillard/raindrop-client 0.6.2 → 0.7.1

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.
package/README.md CHANGED
@@ -28,7 +28,7 @@ $ npm install @lasuillard/raindrop-client
28
28
  You can use OpenAPI schema in this repository to generate your own client. Following is example using [openapitools/openapi-generator-cli](https://www.npmjs.com/package/@openapitools/openapi-generator-cli):
29
29
 
30
30
  ```bash
31
- $ yarn global add @openapitools/openapi-generator-cli
31
+ $ npm install --global @openapitools/openapi-generator-cli
32
32
  $ openapi-generator-cli generate -i https://raw.githubusercontent.com/lasuillard/raindrop-client/main/openapi.yaml -g typescript-axios --skip-validate-spec -o ./out
33
33
  ```
34
34
 
package/dist/index.d.ts CHANGED
@@ -1306,10 +1306,10 @@ declare interface CreateCollectionResponseItem {
1306
1306
  'expanded': boolean;
1307
1307
  /**
1308
1308
  *
1309
- * @type {number}
1309
+ * @type {CreatorRef}
1310
1310
  * @memberof CreateCollectionResponseItem
1311
1311
  */
1312
- 'creatorRef': number;
1312
+ 'creatorRef': CreatorRef;
1313
1313
  /**
1314
1314
  *
1315
1315
  * @type {string}
@@ -3188,6 +3188,12 @@ declare interface ImportHTMLBookmarkFileResponseCount {
3188
3188
  * @memberof ImportHTMLBookmarkFileResponseCount
3189
3189
  */
3190
3190
  'highlights': number;
3191
+ /**
3192
+ *
3193
+ * @type {number}
3194
+ * @memberof ImportHTMLBookmarkFileResponseCount
3195
+ */
3196
+ 'duplicates': number;
3191
3197
  }
3192
3198
 
3193
3199
  /**
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@lasuillard/raindrop-client",
3
- "version": "0.6.2",
3
+ "version": "0.7.1",
4
4
  "description": "Axios client built with OpenAPI generator for Raindrop.io.",
5
- "keywords": ["raindrop.io", "axios", "openapi"],
5
+ "keywords": [
6
+ "raindrop.io",
7
+ "axios",
8
+ "openapi"
9
+ ],
6
10
  "license": "MIT",
7
11
  "repository": {
8
12
  "type": "git",
9
- "url": "https://github.com/lasuillard/raindrop-client.git"
13
+ "url": "git+https://github.com/lasuillard/raindrop-client.git"
10
14
  },
11
15
  "author": {
12
16
  "name": "Yuchan Lee",
@@ -17,42 +21,48 @@
17
21
  "bugs": {
18
22
  "url": "https://github.com/lasuillard/raindrop-client/issues"
19
23
  },
24
+ "engines": {
25
+ "node": ">=20"
26
+ },
27
+ "packageManager": "npm@11.5.2+sha512.aac1241cfc3f41dc38780d64295c6c6b917a41e24288b33519a7b11adfc5a54a5f881c642d7557215b6c70e01e55655ed7ba666300fd0238bc75fb17478afaf3",
20
28
  "main": "./dist/index.cjs.js",
21
29
  "module": "./dist/index.es.js",
22
30
  "types": "./dist/index.d.ts",
23
- "files": ["dist"],
31
+ "files": [
32
+ "dist"
33
+ ],
24
34
  "publishConfig": {
25
35
  "access": "public"
26
36
  },
27
37
  "scripts": {
28
- "generate": "openapi-generator-cli generate -i openapi.yaml -g typescript-axios -o ./src/generated/ --skip-validate-spec --additional-properties enumPropertyNamingReplaceSpecialChar=true",
38
+ "generate": "openapi-generator-cli generate --input-spec openapi.yaml --generator-name typescript-axios --output ./src/generated/ --skip-validate-spec --additional-properties enumPropertyNamingReplaceSpecialChar=true",
29
39
  "dev": "vite",
30
40
  "build": "tsc && vite build",
31
41
  "preview": "vite preview",
32
- "test": "yarn test:unit && yarn test:type",
42
+ "test": "npm run test:unit && npm run test:type",
33
43
  "test:unit": "vitest --coverage --run --outputFile.junit=./junit.xml",
34
44
  "test:type": "vitest --typecheck.only --run --outputFile.junit=./typecheck.junit.xml",
35
- "make-docs": "yarn run typedoc --plugin typedoc-plugin-missing-exports src"
45
+ "make-docs": "typedoc --plugin typedoc-plugin-missing-exports src"
36
46
  },
37
47
  "devDependencies": {
38
- "@biomejs/biome": "^1.8.0",
39
- "@codecov/vite-plugin": "^1.1.0",
48
+ "@biomejs/biome": "^2.0.6",
49
+ "@codecov/vite-plugin": "^1.9.1",
40
50
  "@openapitools/openapi-generator-cli": "^2.13.1",
41
51
  "@pollyjs/adapter-node-http": "^6.0.6",
42
52
  "@pollyjs/core": "^6.0.6",
43
53
  "@pollyjs/persister-fs": "^6.0.6",
44
- "@types/node": "^22.0.2",
54
+ "@types/node": "^24.0.8",
45
55
  "@vitest/coverage-v8": "^3.0.4",
46
56
  "@vitest/ui": "^3.0.4",
47
57
  "axios-mock-adapter": "^2.0.0",
48
58
  "axios-rate-limit": "^1.4.0",
49
- "dotenv": "^16.4.5",
59
+ "dotenv": "^17.0.0",
50
60
  "slugify": "^1.6.6",
51
61
  "tslib": "^2.6.2",
52
62
  "typedoc": "^0.28.1",
53
63
  "typedoc-plugin-missing-exports": "^4.0.0",
54
64
  "typescript": "^5.4.3",
55
- "vite": "^6.0.1",
65
+ "vite": "^6.3.5",
56
66
  "vite-plugin-dts": "^4.2.1",
57
67
  "vite-tsconfig-paths": "^5.0.1",
58
68
  "vitest": "^3.0.4"