@deephaven/redux
Advanced tools
Comparing version 0.9.1-beta.8 to 0.9.1-beta.10
@@ -51,3 +51,3 @@ import type { FileStorage } from '@deephaven/file-explorer'; | ||
} | ||
export interface RootState { | ||
export declare type RootState = { | ||
user: User; | ||
@@ -57,3 +57,3 @@ storage: Storage; | ||
activeTool: string; | ||
} | ||
}; | ||
declare const store: import("redux").Store<RootState, PayloadAction<unknown>>; | ||
@@ -60,0 +60,0 @@ export default store; |
{ | ||
"name": "@deephaven/redux", | ||
"version": "0.9.1-beta.8+4816848", | ||
"version": "0.9.1-beta.10+8a6f7d2", | ||
"description": "Deephaven Redux", | ||
@@ -19,13 +19,8 @@ "author": "Deephaven Data Labs LLC", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production run-s clean build-steps", | ||
"build-dev": "cross-env NODE_ENV=development run-s clean build-steps", | ||
"build-steps": "run-p build:*", | ||
"build": "cross-env NODE_ENV=production run-p build:*", | ||
"build-dev": "cross-env NODE_ENV=development run-p build:*", | ||
"babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward", | ||
"types": "tsc", | ||
"build:babel": "npm run babel", | ||
"build:types": "npm run types -- --incremental", | ||
"watch": "run-p watch:*", | ||
"watch:babel": "npm run babel -- -w --skip-initial-build", | ||
"watch:types": "npm run types -- -w --incremental --preserveWatchOutput", | ||
"clean": "rimraf ./dist tsconfig.tsbuildinfo", | ||
"prestart": "npm run build-dev", | ||
@@ -40,8 +35,8 @@ "start": "cross-env NODE_ENV=development npm run watch" | ||
"@babel/cli": "^7.16.0", | ||
"@deephaven/components": "^0.9.1-beta.8+4816848", | ||
"@deephaven/console": "^0.9.1-beta.8+4816848", | ||
"@deephaven/file-explorer": "^0.9.1-beta.8+4816848", | ||
"@deephaven/iris-grid": "^0.9.1-beta.8+4816848", | ||
"@deephaven/log": "^0.9.1-beta.8+4816848", | ||
"@deephaven/tsconfig": "^0.9.1-beta.8+4816848", | ||
"@deephaven/components": "^0.9.1-beta.10+8a6f7d2", | ||
"@deephaven/console": "^0.9.1-beta.10+8a6f7d2", | ||
"@deephaven/file-explorer": "^0.9.1-beta.10+8a6f7d2", | ||
"@deephaven/iris-grid": "^0.9.1-beta.10+8a6f7d2", | ||
"@deephaven/log": "^0.9.1-beta.10+8a6f7d2", | ||
"@deephaven/tsconfig": "^0.9.1-beta.10+8a6f7d2", | ||
"@types/deep-equal": "^1.0.1", | ||
@@ -63,3 +58,3 @@ "cross-env": "^7.0.2", | ||
}, | ||
"gitHead": "481684819a21a2839b424d0dfce542b09bd8fd58" | ||
"gitHead": "8a6f7d21a06c9b590682684844fb169153ee8340" | ||
} |
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
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
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
76870