@lasuillard/raindrop-client 0.6.2 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +8 -2
  2. package/package.json +13 -7
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,8 +1,12 @@
1
1
  {
2
2
  "name": "@lasuillard/raindrop-client",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
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",
@@ -20,7 +24,9 @@
20
24
  "main": "./dist/index.cjs.js",
21
25
  "module": "./dist/index.es.js",
22
26
  "types": "./dist/index.d.ts",
23
- "files": ["dist"],
27
+ "files": [
28
+ "dist"
29
+ ],
24
30
  "publishConfig": {
25
31
  "access": "public"
26
32
  },
@@ -35,24 +41,24 @@
35
41
  "make-docs": "yarn run typedoc --plugin typedoc-plugin-missing-exports src"
36
42
  },
37
43
  "devDependencies": {
38
- "@biomejs/biome": "^1.8.0",
44
+ "@biomejs/biome": "^2.0.6",
39
45
  "@codecov/vite-plugin": "^1.1.0",
40
46
  "@openapitools/openapi-generator-cli": "^2.13.1",
41
47
  "@pollyjs/adapter-node-http": "^6.0.6",
42
48
  "@pollyjs/core": "^6.0.6",
43
49
  "@pollyjs/persister-fs": "^6.0.6",
44
- "@types/node": "^22.0.2",
50
+ "@types/node": "^24.0.8",
45
51
  "@vitest/coverage-v8": "^3.0.4",
46
52
  "@vitest/ui": "^3.0.4",
47
53
  "axios-mock-adapter": "^2.0.0",
48
54
  "axios-rate-limit": "^1.4.0",
49
- "dotenv": "^16.4.5",
55
+ "dotenv": "^17.0.0",
50
56
  "slugify": "^1.6.6",
51
57
  "tslib": "^2.6.2",
52
58
  "typedoc": "^0.28.1",
53
59
  "typedoc-plugin-missing-exports": "^4.0.0",
54
60
  "typescript": "^5.4.3",
55
- "vite": "^6.0.1",
61
+ "vite": "^7.0.0",
56
62
  "vite-plugin-dts": "^4.2.1",
57
63
  "vite-tsconfig-paths": "^5.0.1",
58
64
  "vitest": "^3.0.4"