datastake-daf 0.6.378 → 0.6.379
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.
package/dist/components/index.js
CHANGED
|
@@ -57618,10 +57618,7 @@ function Edit({
|
|
|
57618
57618
|
setData(prev => ({
|
|
57619
57619
|
...prev,
|
|
57620
57620
|
users: [...(prev.users || []), {
|
|
57621
|
-
...userData
|
|
57622
|
-
id: Date.now(),
|
|
57623
|
-
// Temporary ID
|
|
57624
|
-
status: "unsaved"
|
|
57621
|
+
...userData
|
|
57625
57622
|
}]
|
|
57626
57623
|
}));
|
|
57627
57624
|
}, []);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datastake-daf",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.379",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@ant-design/icons": "^5.2.5",
|
|
6
6
|
"@antv/g2": "^5.1.1",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"buffer": "^6.0.3",
|
|
16
16
|
"countries-list": "^2.6.1",
|
|
17
17
|
"country-city-location": "^1.0.13",
|
|
18
|
-
"datastake-daf": "^0.6.
|
|
18
|
+
"datastake-daf": "^0.6.378",
|
|
19
19
|
"dayjs": "^1.11.12",
|
|
20
20
|
"deepmerge": "^4.3.1",
|
|
21
21
|
"dot-object": "^2.1.5",
|