@oanda/labs-value-at-risk-widget 1.0.147 → 1.0.148
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/CHANGELOG.md +8 -0
- package/package.json +4 -11
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oanda/labs-value-at-risk-widget",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.148",
|
|
4
4
|
"description": "Labs Value At Risk Widget",
|
|
5
5
|
"main": "dist/main/index.js",
|
|
6
6
|
"module": "dist/module/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"build:esm": "babel --root-mode upward src --out-dir dist/module --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments --copy-files --ignore \"**/*.d.ts\"",
|
|
11
11
|
"build:types": "rm -rf dist/types && tsc --project tsconfig.types.json",
|
|
12
12
|
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
|
|
13
|
-
"clean": "rm -rf dist/",
|
|
13
|
+
"clean": "rm -rf dist/ && rm -f package-lock.json && rm -rf node_modules",
|
|
14
14
|
"codegen": "graphql-codegen --config codegen.ts",
|
|
15
15
|
"translations:pull": "op run --env-file=\"../../.env\" -- lokalise pull"
|
|
16
16
|
},
|
|
@@ -18,15 +18,8 @@
|
|
|
18
18
|
"author": "OANDA",
|
|
19
19
|
"license": "UNLICENSED",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@oanda/labs-widget-common": "^1.0.
|
|
22
|
-
"@oanda/mono-i18n": "10.0.1",
|
|
21
|
+
"@oanda/labs-widget-common": "^1.0.256",
|
|
23
22
|
"echarts": "6.0.0",
|
|
24
|
-
"echarts-for-react": "3.0.4"
|
|
25
|
-
"graphql": "16.8.1"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@graphql-codegen/cli": "5.0.0",
|
|
29
|
-
"@graphql-codegen/client-preset": "4.1.0",
|
|
30
|
-
"@graphql-codegen/typescript": "4.0.1"
|
|
23
|
+
"echarts-for-react": "3.0.4"
|
|
31
24
|
}
|
|
32
25
|
}
|