@measured/puck-plugin-heading-analyzer 0.16.0-canary.4ee30eb → 0.16.0-canary.53c8bfc

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.4ee30eb",
3
+ "version": "0.16.0-canary.53c8bfc",
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,15 +22,15 @@
18
22
  "dist"
19
23
  ],
20
24
  "devDependencies": {
21
- "@measured/puck": "^0.16.0-canary.4ee30eb",
25
+ "@measured/puck": "^0.16.0-canary.53c8bfc",
22
26
  "@types/react": "^18.2.0",
23
27
  "@types/react-dom": "^18.2.0",
24
28
  "eslint": "^7.32.0",
25
29
  "eslint-config-custom": "*",
26
30
  "tsconfig": "*",
27
- "tsup": "^6.7.0",
31
+ "tsup": "^8.2.4",
28
32
  "tsup-config": "*",
29
- "typescript": "^4.5.2"
33
+ "typescript": "^5.5.4"
30
34
  },
31
35
  "dependencies": {
32
36
  "react-from-json": "^0.8.0"