@irshat/robot-ui 1.10.49 → 2.4.50
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/index.css +1 -1
- package/dist/index.js +70 -70
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@irshat/robot-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.4.50",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build": "vite build",
|
|
14
14
|
"lint": "eslint .",
|
|
15
15
|
"preview": "vite preview",
|
|
16
|
-
"pushGit": "git add . && git commit -m \"next: 1.
|
|
16
|
+
"pushGit": "git add . && git commit -m \"next: 2.0.49.14012026 1. В каждой asset добавлен duration[]. 2. duration в ui теперь не 1 для минуты, а 60(м -> s). 3. В openOrder вместо account - accunt_id\" && git push",
|
|
17
17
|
"pushNpm": "npm publish"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|