@measured/puck-plugin-heading-analyzer 0.16.0-canary.7cac376 → 0.16.0-canary.a1d52cb

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.7cac376",
3
+ "version": "0.16.0-canary.a1d52cb",
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,10 @@
8
8
  "private": false,
9
9
  "main": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ "import": "./dist/index.mjs",
13
+ "types": "./dist/index.d.ts"
14
+ },
11
15
  "license": "MIT",
12
16
  "scripts": {
13
17
  "lint": "eslint \"**/*.ts*\"",
@@ -18,7 +22,7 @@
18
22
  "dist"
19
23
  ],
20
24
  "devDependencies": {
21
- "@measured/puck": "^0.16.0-canary.7cac376",
25
+ "@measured/puck": "^0.16.0-canary.a1d52cb",
22
26
  "@types/react": "^18.2.0",
23
27
  "@types/react-dom": "^18.2.0",
24
28
  "eslint": "^7.32.0",