@pioneer-platform/uniswap-client 8.39.8 → 8.41.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @pioneer-platform/uniswap-client@8.39.8 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/uniswap
3
+ > @pioneer-platform/uniswap-client@8.41.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/uniswap
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @pioneer-platform/uniswap-client
2
2
 
3
+ ## 8.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat(monorepo): production release preparation with strict TypeScript and enhanced swap functionality
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/maya-network@8.15.0
13
+ - @pioneer-platform/pioneer-discovery@8.41.0
14
+ - @pioneer-platform/pioneer-caip@9.21.0
15
+ - @pioneer-platform/pioneer-coins@9.20.0
16
+
17
+ ## 8.40.0
18
+
19
+ ### Minor Changes
20
+
21
+ - feat(pioneer-client): add client-side host override for staging/blue testing
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @pioneer-platform/maya-network@8.14.0
27
+ - @pioneer-platform/pioneer-discovery@8.40.0
28
+ - @pioneer-platform/pioneer-caip@9.20.0
29
+ - @pioneer-platform/pioneer-coins@9.19.0
30
+
31
+ ## 8.39.10
32
+
33
+ ### Patch Changes
34
+
35
+ - chore: fix(pioneer-server): use package exports for @pioneer-platform/nodes
36
+ - Updated dependencies
37
+ - @pioneer-platform/pioneer-discovery@8.39.10
38
+
39
+ ## 8.39.9
40
+
41
+ ### Patch Changes
42
+
43
+ - fix(pioneer-server): use package exports for @pioneer-platform/nodes
44
+ - Updated dependencies
45
+ - @pioneer-platform/pioneer-discovery@8.39.9
46
+
3
47
  ## 8.39.8
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/uniswap-client",
3
- "version": "8.39.8",
3
+ "version": "8.41.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -13,11 +13,11 @@
13
13
  "ms": "^2.1.3",
14
14
  "ms.macro": "^2.0.0",
15
15
  "uuidv4": "^6.2.13",
16
- "@pioneer-platform/pioneer-caip": "9.19.3",
17
- "@pioneer-platform/pioneer-coins": "9.18.3",
18
16
  "@pioneer-platform/loggerdog": "8.11.0",
19
- "@pioneer-platform/pioneer-discovery": "8.39.8",
20
- "@pioneer-platform/maya-network": "8.13.23"
17
+ "@pioneer-platform/pioneer-caip": "9.21.0",
18
+ "@pioneer-platform/pioneer-coins": "9.20.0",
19
+ "@pioneer-platform/pioneer-discovery": "8.41.0",
20
+ "@pioneer-platform/maya-network": "8.15.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/async-retry": "^1.4.8",
package/tsconfig.json CHANGED
@@ -16,7 +16,6 @@
16
16
  "alwaysStrict": false,
17
17
  "esModuleInterop": true,
18
18
  "resolveJsonModule": true,
19
- "skipLibCheck": true,
20
19
  "forceConsistentCasingInFileNames": true,
21
20
  "types": ["node"]
22
21
  },