@edenapp/types 0.1.3 → 0.1.4

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.
@@ -243,7 +243,7 @@ export interface FsCommands {
243
243
  "fs/read": {
244
244
  args: {
245
245
  path: string;
246
- encoding?: BufferEncoding };
246
+ encoding?: string };
247
247
  response: string;
248
248
  };
249
249
  /**
@@ -253,7 +253,7 @@ export interface FsCommands {
253
253
  args: {
254
254
  path: string;
255
255
  content: string;
256
- encoding?: BufferEncoding };
256
+ encoding?: string };
257
257
  response: void;
258
258
  };
259
259
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edenapp/types",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "TypeScript type definitions for the Eden platform",
5
5
  "types": "index.d.ts",
6
6
  "author": "Dariusz Majnert",