@measured/puck-plugin-heading-analyzer 0.16.0-canary.7c79787 → 0.16.0-canary.83f34ed

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.16.0-canary.7c79787",
3
+ "version": "0.16.0-canary.83f34ed",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -8,6 +8,13 @@
8
8
  "private": false,
9
9
  "main": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.mjs",
14
+ "types": "./dist/index.d.ts"
15
+ },
16
+ "./dist/index.css": "./dist/index.css"
17
+ },
11
18
  "license": "MIT",
12
19
  "scripts": {
13
20
  "lint": "eslint \"**/*.ts*\"",
@@ -18,7 +25,7 @@
18
25
  "dist"
19
26
  ],
20
27
  "devDependencies": {
21
- "@measured/puck": "^0.16.0-canary.7c79787",
28
+ "@measured/puck": "^0.16.0-canary.83f34ed",
22
29
  "@types/react": "^18.2.0",
23
30
  "@types/react-dom": "^18.2.0",
24
31
  "eslint": "^7.32.0",