@measured/puck-plugin-heading-analyzer 0.16.0-canary.cad95b8 → 0.16.0-canary.cfecf54
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +229 -0
- package/dist/index.d.ts +43 -39
- package/dist/index.js +1901 -78538
- package/dist/index.mjs +2077 -0
- package/package.json +9 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.16.0-canary.
|
3
|
+
"version": "0.16.0-canary.cfecf54",
|
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.
|
28
|
+
"@measured/puck": "^0.16.0-canary.cfecf54",
|
22
29
|
"@types/react": "^18.2.0",
|
23
30
|
"@types/react-dom": "^18.2.0",
|
24
31
|
"eslint": "^7.32.0",
|