@measured/puck-plugin-heading-analyzer 0.16.0-canary.958dc25 → 0.16.0-canary.96ee704

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