@palettelab/cli 0.3.16 → 0.3.17

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.
@@ -174,7 +174,7 @@ function simulatorEntrySource(pluginEntry, manifest, backendPort) {
174
174
  return `
175
175
  import React from "react"
176
176
  import { createRoot } from "react-dom/client"
177
- import { PluginProvider } from "@palettelab/sdk/components"
177
+ import { PluginProvider } from "@palettelab/sdk"
178
178
  import Plugin from ${JSON.stringify(pluginEntry)}
179
179
 
180
180
  const backendBase = "http://127.0.0.1:${backendPort}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palettelab/cli",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Developer CLI for building Palette platform plugins — no platform source access required.",
5
5
  "bin": {
6
6
  "pltt": "bin/pltt.js"