@oanda/labs-order-book-widget 1.0.255 → 1.0.257

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +4 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.257
4
+
5
+ ### Patch Changes
6
+
7
+ - 2026-02-02
8
+ - Updated dependencies
9
+ - @oanda/labs-widget-common@1.0.257
10
+
11
+ ## 1.0.256
12
+
13
+ ### Patch Changes
14
+
15
+ - 2026-02-02
16
+ - Updated dependencies
17
+ - @oanda/labs-widget-common@1.0.256
18
+
3
19
  ## 1.0.255
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oanda/labs-order-book-widget",
3
- "version": "1.0.255",
3
+ "version": "1.0.257",
4
4
  "description": "Labs Order Book 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.255",
22
- "@oanda/mono-i18n": "10.0.1",
21
+ "@oanda/labs-widget-common": "^1.0.257",
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
  }