beer-network 1.1.1-alpha.0 → 1.1.1-alpha.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.
@@ -21,7 +21,7 @@ export default class Fetch {
21
21
  * 请求地址.
22
22
  */
23
23
  private readonly pathPrefix;
24
- private constructor();
24
+ constructor(pathPrefix: string);
25
25
  /**
26
26
  * 发送POST/JSON 请求.
27
27
  * @param path 路径.
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "beer-network",
3
3
  "private": false,
4
- "version": "1.1.1-alpha.0",
4
+ "version": "1.1.1-alpha.1",
5
5
  "type": "module",
6
- "files": [
7
- "dist"
8
- ],
9
6
  "scripts": {
10
- "publish": "npm publish"
7
+ "publish": "cd dist && npm publish && cd -"
11
8
  },
12
9
  "dependencies": {
13
10
  },
File without changes
File without changes
File without changes
File without changes
File without changes