@measured/puck 0.12.0-canary.68cdc49 → 0.12.0-canary.889b4c7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,9 +1,30 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.12.0-canary.68cdc49",
3
+ "version": "0.12.0-canary.889b4c7",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./dist/index.js",
10
+ "require": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ },
13
+ "./rsc": {
14
+ "import": "./dist/rsc.js",
15
+ "require": "./dist/rsc.js",
16
+ "types": "./dist/rsc.d.ts"
17
+ },
18
+ "./puck.css": "./dist/index.css",
19
+ "./dist/index.css": "./dist/index.css"
20
+ },
21
+ "typesVersions": {
22
+ "*": {
23
+ "rsc": [
24
+ "./dist/rsc.js"
25
+ ]
26
+ }
27
+ },
7
28
  "license": "MIT",
8
29
  "scripts": {
9
30
  "lint": "eslint \"**/*.ts*\"",