@common-stack/client-react 0.2.15 → 0.2.16

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.
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export * from './plugin-api';
2
3
  export declare const PluginArea: () => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export * from './plugin-api';
2
3
  export declare const PluginArea: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const renderRoutes: (routes: any, solidRoutes: any, extraProps?: {}, switchProps?: {}) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const resolveRootRoute: (rootRoute: any, rootRouteName: string) => JSX.Element;
2
3
  export default resolveRootRoute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/client-react",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "browser plugin for git",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -32,8 +32,8 @@
32
32
  "@types/react-dom": "^17.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@common-stack/client-core": "^0.2.14",
36
- "@common-stack/core": "^0.2.14",
35
+ "@common-stack/client-core": "^0.2.16",
36
+ "@common-stack/core": "^0.2.16",
37
37
  "@wordpress/hooks": "^2.10.0",
38
38
  "browser-bunyan": "^1.6.3",
39
39
  "history-with-query": "^4.10.4",
@@ -64,7 +64,7 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "271bd582db40658e5041a7536a93661ea3eb8558",
67
+ "gitHead": "b6b684b47c3aab68830ce5788ef271bf8e7b6e19",
68
68
  "typescript": {
69
69
  "definition": "lib/index.d.ts"
70
70
  }