@cerebral/react
Advanced tools
Comparing version 2.2.1-1507746465045 to 2.3.0-1507792489576
import * as React from 'react' | ||
import { Tag } from 'cerebral/tags' | ||
import { Computed, Resolve } from 'cerebral' | ||
import { ResolveValue, Resolve } from 'function-tree' | ||
interface PropsMap { | ||
[prop: string]: Tag | Computed | ||
[prop: string]: ResolveValue | ||
} | ||
@@ -8,0 +7,0 @@ |
{ | ||
"name": "@cerebral/react", | ||
"version": "2.2.1-1507746465045", | ||
"version": "2.3.0-1507792489576", | ||
"description": "React view for Cerebral", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^3.2.1-1507746465045" | ||
"cerebral": "^3.3.0-1507792489576" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27315
288