@deck.gl-community/react 9.2.5 → 9.3.1-alpha.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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
1
  # @deck.gl-community/react
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/@deck.gl-community/react.svg)](https://www.npmjs.com/package/@deck.gl-community/react)
4
+ [![NPM Downloads](https://img.shields.io/npm/dw/@deck.gl-community/react.svg)](https://www.npmjs.com/package/@deck.gl-community/react)
5
+
3
6
  This module contains community maintained react components for deck.gl.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@deck.gl-community/react",
3
3
  "description": "React components for deck.gl",
4
4
  "license": "MIT",
5
- "version": "9.2.5",
5
+ "version": "9.3.1-alpha.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
@@ -45,5 +45,5 @@
45
45
  "styled-components": "^6.1.1",
46
46
  "styled-react-modal": "^3.1.1"
47
47
  },
48
- "gitHead": "c6b0f45b1e7f9916c1b79a43c39b839a8096c163"
48
+ "gitHead": "dd572a3491cb15a6ff2f0008e93ae1dc38962b06"
49
49
  }