@inweb/client 26.4.0 → 26.4.2

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/lib/Api/File.d.ts CHANGED
@@ -141,7 +141,7 @@ export declare class File extends Endpoint {
141
141
  */
142
142
  get status(): IFileStatus;
143
143
  /**
144
- * File type, matches the file extension.
144
+ * File type, matches the file extension (includes dot).
145
145
  *
146
146
  * @readonly
147
147
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/client",
3
- "version": "26.4.0",
3
+ "version": "26.4.2",
4
4
  "description": "JavaScript REST API client for the Open Cloud Server",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -26,6 +26,6 @@
26
26
  "docs": "typedoc"
27
27
  },
28
28
  "dependencies": {
29
- "@inweb/eventemitter2": "~26.4.0"
29
+ "@inweb/eventemitter2": "~26.4.2"
30
30
  }
31
31
  }
package/src/Api/File.ts CHANGED
@@ -257,7 +257,7 @@ export class File extends Endpoint {
257
257
  }
258
258
 
259
259
  /**
260
- * File type, matches the file extension.
260
+ * File type, matches the file extension (includes dot).
261
261
  *
262
262
  * @readonly
263
263
  */