@measured/puck 0.12.0-canary.0c4514f → 0.12.0-canary.27e3e7e

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.12.0-canary.0c4514f",
3
+ "version": "0.12.0-canary.27e3e7e",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,6 +18,13 @@
18
18
  "./puck.css": "./dist/index.css",
19
19
  "./dist/index.css": "./dist/index.css"
20
20
  },
21
+ "typesVersions": {
22
+ "*": {
23
+ "rsc": [
24
+ "./dist/rsc.js"
25
+ ]
26
+ }
27
+ },
21
28
  "license": "MIT",
22
29
  "scripts": {
23
30
  "lint": "eslint \"**/*.ts*\"",