@measured/puck 0.12.0-canary.c85f82f → 0.12.0-canary.da2bc0f

Sign up to get free protection for your applications and to get access to all the features.
package/dist/rsc.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { C as Config, D as Data } from './Config-60a50493.js';
2
+ import { C as Config, D as Data } from './Config-a03de579.js';
3
3
  import 'react';
4
4
 
5
5
  declare function Render({ config, data }: {
package/package.json CHANGED
@@ -1,9 +1,30 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.12.0-canary.c85f82f",
3
+ "version": "0.12.0-canary.da2bc0f",
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*\"",