fsd-fs 0.11.0 → 0.13.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/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -105,7 +105,7 @@ class FSAdapter {
105
105
  };
106
106
  });
107
107
  }
108
- async createUrl(path, options) {
108
+ async createUrl(path) {
109
109
  debug('createUrl %s', path);
110
110
  let { urlPrefix } = this._options;
111
111
  return urlPrefix + path;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fsd-fs",
3
- "version": "0.11.0",
3
+ "version": "0.13.0",
4
4
  "description": "File system adapter for fsd",
5
5
  "main": "lib/index.js",
6
6
  "types": "index.d.ts",
@@ -17,5 +17,5 @@
17
17
  "glob": "^7.2.0",
18
18
  "is-stream": "^2.0.1"
19
19
  },
20
- "gitHead": "8d7862c11a96e4df36805d8b1acbb39aac5a4213"
20
+ "gitHead": "1548128573c0fd22977706a6704029ec3ca3bab6"
21
21
  }