@dhis2/ui-constants 8.15.0-alpha.2 → 8.15.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@dhis2/ui-constants",
3
- "version": "8.15.0-alpha.2",
3
+ "version": "8.15.0-alpha.3",
4
4
  "description": "Constants used in the UI libs",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/es/index.js",
7
7
  "exports": {
8
+ "types": "./types/index.d.ts",
8
9
  "import": "./build/es/index.js",
9
10
  "require": "./build/cjs/index.js"
10
11
  },