@faasjs/react 0.0.2-beta.299 → 0.0.2-beta.302

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/README.md +1 -1
  2. package/package.json +9 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  React 插件
4
4
 
5
- [![License: MIT](https://img.shields.io/npm/l/@faasjs/react.svg)](https://github.com/faasjs/faasjs/blob/master/packages/faasjs/react/LICENSE)
5
+ [![License: MIT](https://img.shields.io/npm/l/@faasjs/react.svg)](https://github.com/faasjs/faasjs/blob/main/packages/faasjs/react/LICENSE)
6
6
  [![NPM Stable Version](https://img.shields.io/npm/v/@faasjs/react/stable.svg)](https://www.npmjs.com/package/@faasjs/react)
7
7
  [![NPM Beta Version](https://img.shields.io/npm/v/@faasjs/react/beta.svg)](https://www.npmjs.com/package/@faasjs/react)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/react",
3
- "version": "0.0.2-beta.299",
3
+ "version": "0.0.2-beta.302",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/react/src/index.d.ts",
@@ -10,6 +10,10 @@
10
10
  "url": "git+https://github.com/faasjs/faasjs.git",
11
11
  "directory": "packages/react"
12
12
  },
13
+ "bugs": {
14
+ "url": "https://github.com/faasjs/faasjs/issues"
15
+ },
16
+ "funding": "https://github.com/sponsors/faasjs",
13
17
  "scripts": {
14
18
  "prepack": "rm -rf ./lib && rollup -c"
15
19
  },
@@ -27,5 +31,8 @@
27
31
  "rollup-plugin-typescript2": "*",
28
32
  "typescript": "*"
29
33
  },
30
- "gitHead": "e59f67b45534eb87764e6419fbfbbb0d24e3271d"
34
+ "engines": {
35
+ "npm": ">=8.0.0"
36
+ },
37
+ "gitHead": "b53fb35a91369afd0185fb555d98e5c9d90b54bd"
31
38
  }