@notionhq/custom-blocks-dev-shell 0.1.65 → 0.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,6 +39,9 @@ structured error or `Retry` to remount the block and host.
39
39
  `9873`.
40
40
  - `--block-base-port <port>`: Set the first port for block servers. The default
41
41
  is `9876`. Each next block uses the next port.
42
+ - `-- --bind <capabilityKey>.<dataSourceKey>=<sampleDataFileName>`: Choose sample data.
43
+ Repeat for multiple slots. The `--` is required for forwarding through `ntn`.
44
+ See [bindings](./docs/bindings.md) for an example.
42
45
 
43
46
  ## Documentation
44
47
 
package/data/people.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "type": "built-in",
3
- "key": "people",
4
3
  "name": "People",
5
4
  "icon": "👤",
6
5
  "schema": {
package/data/radar.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "type": "built-in",
3
- "key": "default",
4
3
  "name": "Radar",
5
4
  "icon": "📡",
6
5
  "schema": {
package/data/tasks.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "type": "built-in",
3
- "key": "tasks",
4
3
  "name": "Tasks",
5
4
  "icon": "✅",
6
5
  "schema": {