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

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