@deephaven/redux 0.49.1-beta.1 → 0.49.1-deephaven-ui.6
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceStorage.d.ts","sourceRoot":"","sources":["../../src/reducers/workspaceStorage.ts"],"names":[],"mappings":";AAOA,wBAA2D"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Store the current `WorkspaceStorage` instance for this user.
|
|
3
|
+
* Use this instance to read/write data from workspace storage.
|
|
4
|
+
*/
|
|
5
|
+
import { SET_WORKSPACE_STORAGE } from "../actionTypes.js";
|
|
6
|
+
import { replaceReducer } from "./common/index.js";
|
|
7
|
+
export default replaceReducer(SET_WORKSPACE_STORAGE, null);
|
|
8
|
+
//# sourceMappingURL=workspaceStorage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceStorage.js","names":["SET_WORKSPACE_STORAGE","replaceReducer"],"sources":["../../src/reducers/workspaceStorage.ts"],"sourcesContent":["/**\n * Store the current `WorkspaceStorage` instance for this user.\n * Use this instance to read/write data from workspace storage.\n */\nimport { SET_WORKSPACE_STORAGE } from '../actionTypes';\nimport { replaceReducer } from './common';\n\nexport default replaceReducer(SET_WORKSPACE_STORAGE, null);\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHA,SAISA,qBAAqB;AAAA,SACrBC,cAAc;AAEvB,eAAeA,cAAc,CAACD,qBAAqB,EAAE,IAAI,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/redux",
|
|
3
|
-
"version": "0.49.1-
|
|
3
|
+
"version": "0.49.1-deephaven-ui.6+45d47859",
|
|
4
4
|
"description": "Deephaven Redux",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@deephaven/jsapi-types": "^0.49.1-
|
|
26
|
-
"@deephaven/jsapi-utils": "^0.49.1-
|
|
27
|
-
"@deephaven/log": "^0.49.1-
|
|
25
|
+
"@deephaven/jsapi-types": "^0.49.1-deephaven-ui.6+45d47859",
|
|
26
|
+
"@deephaven/jsapi-utils": "^0.49.1-deephaven-ui.6+45d47859",
|
|
27
|
+
"@deephaven/log": "^0.49.1-deephaven-ui.6+45d47859",
|
|
28
28
|
"deep-equal": "^2.0.5",
|
|
29
29
|
"redux-thunk": "2.4.1"
|
|
30
30
|
},
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "45d47859e11c64ac6579efeb373ba6de6245c7ab"
|
|
42
42
|
}
|