@pioneer-platform/zapper-client 8.35.0 → 8.36.4

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/zapper-client@8.35.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/zapper
3
+ > @pioneer-platform/zapper-client@8.36.4 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/zapper
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @pioneer-platform/zapper-client
2
2
 
3
+ ## 8.36.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: update test suite and deployment workflow
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-caip@9.27.4
10
+
11
+ ## 8.36.3
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: chore: chore: update test suite and deployment workflow
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-caip@9.27.3
18
+
19
+ ## 8.36.2
20
+
21
+ ### Patch Changes
22
+
23
+ - chore: chore: update test suite and deployment workflow
24
+ - Updated dependencies
25
+ - @pioneer-platform/pioneer-caip@9.27.2
26
+
27
+ ## 8.36.1
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @pioneer-platform/pioneer-caip@9.27.1
33
+
34
+ ## 8.36.0
35
+
36
+ ### Minor Changes
37
+
38
+ - chore: chore: chore: chore: chore: feat(e2e): add --blue and --production flags to pioneer-sdk test
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies
43
+ - @pioneer-platform/pioneer-caip@9.27.0
44
+
3
45
  ## 8.35.0
4
46
 
5
47
  ### Minor Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pioneer-platform/zapper-client",
3
- "version": "8.35.0",
3
+ "version": "8.36.4",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "axios": "^1.6.0",
8
8
  "dotenv": "^8.2.0",
9
9
  "@pioneer-platform/loggerdog": "8.11.0",
10
- "@pioneer-platform/pioneer-caip": "9.26.0"
10
+ "@pioneer-platform/pioneer-caip": "9.27.4"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/jest": "^25.2.3",