@pioneer-platform/unchained 8.33.0 → 8.33.5

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/unchained@8.33.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/unchained
3
+ > @pioneer-platform/unchained@8.33.5 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/unchained
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @pioneer-platform/unchained
2
2
 
3
+ ## 8.33.5
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: chore: update test suite and deployment workflow
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-nodes@8.37.5
10
+
11
+ ## 8.33.4
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: chore: chore: chore: update test suite and deployment workflow
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-nodes@8.37.4
18
+
19
+ ## 8.33.3
20
+
21
+ ### Patch Changes
22
+
23
+ - chore: chore: chore: update test suite and deployment workflow
24
+ - Updated dependencies
25
+ - @pioneer-platform/pioneer-nodes@8.37.3
26
+
27
+ ## 8.33.2
28
+
29
+ ### Patch Changes
30
+
31
+ - chore: chore: update test suite and deployment workflow
32
+ - Updated dependencies
33
+ - @pioneer-platform/pioneer-nodes@8.37.2
34
+
35
+ ## 8.33.1
36
+
37
+ ### Patch Changes
38
+
39
+ - @pioneer-platform/pioneer-nodes@8.37.1
40
+
3
41
  ## 8.33.0
4
42
 
5
43
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/unchained",
3
- "version": "8.33.0",
3
+ "version": "8.33.5",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "dependencies": {
@@ -9,9 +9,9 @@
9
9
  "axios": "^1.6.0",
10
10
  "axios-retry": "^3.1.9",
11
11
  "fake-useragent": "^1.0.1",
12
- "@pioneer-platform/pioneer-nodes": "8.37.0",
13
- "@pioneer-platform/pioneer-client": "9.22.0",
14
- "@pioneer-platform/loggerdog": "8.11.0"
12
+ "@pioneer-platform/loggerdog": "8.11.0",
13
+ "@pioneer-platform/pioneer-nodes": "8.37.5",
14
+ "@pioneer-platform/pioneer-client": "9.22.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/express": "^4.17.6",