fsd-fs 0.12.0 → 0.13.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/lib/index.js +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 郑州脉冲软件科技有限公司
3
+ Copyright (c) 2023 郑州渺漠信息科技有限公司
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.12.0",
3
+ "version": "0.13.1",
4
4
  "description": "File system adapter for fsd",
5
5
  "main": "lib/index.js",
6
6
  "types": "index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "async": "*",
16
16
  "debug": "^4.3.4",
17
- "glob": "^7.2.0",
17
+ "glob": "^7.2.3",
18
18
  "is-stream": "^2.0.1"
19
19
  },
20
- "gitHead": "ad01afd0117496a9b857e566a404f0ececbd723d"
20
+ "gitHead": "12ff02bfc634ba84c771ca433d33aae2dc881436"
21
21
  }