@player-tools/devtools-desktop-plugins-common 0.7.1-next.0 → 0.7.1-next.1

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@player-tools/devtools-desktop-plugins-common",
3
- "version": "0.7.1-next.0",
3
+ "version": "0.7.1-next.1",
4
4
  "main": "dist/cjs/index.cjs",
5
5
  "dependencies": {
6
- "@player-tools/devtools-messenger": "0.7.1-next.0",
7
- "@player-tools/devtools-types": "0.7.1-next.0",
6
+ "@player-tools/devtools-messenger": "0.7.1-next.1",
7
+ "@player-tools/devtools-types": "0.7.1-next.1",
8
8
  "dset": "^3.1.3",
9
9
  "dequal": "^2.0.2",
10
10
  "immer": "^10.0.3",
@@ -1,8 +1,4 @@
1
1
  import type { DevtoolsPluginsStore, ExtensionSupportedEvents, Transaction } from "@player-tools/devtools-types";
2
2
  /** devtools plugin state */
3
- export declare const usePluginState: () => [
4
- DevtoolsPluginsStore,
5
- string,
6
- React.Dispatch<Transaction<ExtensionSupportedEvents>>
7
- ];
3
+ export declare const usePluginState: () => [DevtoolsPluginsStore, string, React.Dispatch<Transaction<ExtensionSupportedEvents>>];
8
4
  //# sourceMappingURL=usePluginState.d.ts.map