backlog-js 0.19.0 → 0.19.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/dist/index.d.cts CHANGED
@@ -960,7 +960,7 @@ declare namespace Document {
960
960
  updated?: string;
961
961
  }
962
962
  interface DocumentTree {
963
- projectId: string;
963
+ projectId: number;
964
964
  activeTree?: ActiveTrashTree;
965
965
  trashTree?: ActiveTrashTree;
966
966
  }
package/dist/index.d.mts CHANGED
@@ -960,7 +960,7 @@ declare namespace Document {
960
960
  updated?: string;
961
961
  }
962
962
  interface DocumentTree {
963
- projectId: string;
963
+ projectId: number;
964
964
  activeTree?: ActiveTrashTree;
965
965
  trashTree?: ActiveTrashTree;
966
966
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog-js",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Backlog API v2 client for browser and node",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",