@deephaven/redux
Advanced tools
Comparing version 0.8.2-beta.6 to 0.9.0
import type { FileStorage } from '@deephaven/file-explorer'; | ||
import type { ValidKeyState } from '@deephaven/components'; | ||
import type { FormattingRule } from '@deephaven/iris-grid'; | ||
import type { PayloadAction } from './actions'; | ||
@@ -14,11 +15,2 @@ export interface User { | ||
} | ||
interface WorkspaceFormattingRule { | ||
columnType: string; | ||
columnName: string; | ||
format: { | ||
label: string; | ||
formatString: string; | ||
type: string; | ||
}; | ||
} | ||
export interface WorkspaceSettings { | ||
@@ -32,3 +24,3 @@ defaultDateTimeFormat: string; | ||
}; | ||
formatter: WorkspaceFormattingRule[]; | ||
formatter: FormattingRule[]; | ||
timeZone: string; | ||
@@ -35,0 +27,0 @@ showTimeZone: boolean; |
{ | ||
"name": "@deephaven/redux", | ||
"version": "0.8.2-beta.6+b82791e", | ||
"version": "0.9.0", | ||
"description": "Deephaven Redux", | ||
@@ -39,7 +39,8 @@ "author": "Deephaven Data Labs LLC", | ||
"@babel/cli": "^7.16.0", | ||
"@deephaven/components": "^0.8.2-beta.6+b82791e", | ||
"@deephaven/console": "^0.8.2-beta.6+b82791e", | ||
"@deephaven/file-explorer": "^0.8.2-beta.6+b82791e", | ||
"@deephaven/log": "^0.8.2-beta.6+b82791e", | ||
"@deephaven/tsconfig": "^0.8.2-beta.6+b82791e", | ||
"@deephaven/components": "^0.9.0", | ||
"@deephaven/console": "^0.9.0", | ||
"@deephaven/file-explorer": "^0.9.0", | ||
"@deephaven/iris-grid": "^0.9.0", | ||
"@deephaven/log": "^0.9.0", | ||
"@deephaven/tsconfig": "^0.9.0", | ||
"@types/deep-equal": "^1.0.1", | ||
@@ -62,3 +63,3 @@ "cross-env": "^7.0.2", | ||
}, | ||
"gitHead": "b82791e64062d6563c924b448e788878222df2ef" | ||
"gitHead": "559f166018ce6e882a57351526fba18153912503" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
77034
13
551