@pioneer-platform/tenderly-client 8.11.1 → 8.13.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/tenderly-client@8.11.1 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/tenderly
3
+ > @pioneer-platform/tenderly-client@8.13.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/tenderly
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @pioneer-platform/tenderly-client
2
2
 
3
+ ## 8.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat(monorepo): production release preparation with strict TypeScript and enhanced swap functionality
8
+
9
+ ## 8.12.0
10
+
11
+ ### Minor Changes
12
+
13
+ - feat(pioneer-client): add client-side host override for staging/blue testing
14
+
15
+ ## 8.11.3
16
+
17
+ ### Patch Changes
18
+
19
+ - chore: chore: - Services (discovery-service, watchtower)
20
+
21
+ ## 8.11.2
22
+
23
+ ### Patch Changes
24
+
25
+ - fa09397: chore: - Services (discovery-service, watchtower)
26
+
3
27
  ## 8.11.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/tenderly-client",
3
- "version": "8.11.1",
3
+ "version": "8.13.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
package/tsconfig.json CHANGED
@@ -9,6 +9,5 @@
9
9
  "strict": true,
10
10
  "types": ["node"],
11
11
  "esModuleInterop": true,
12
- "skipLibCheck": true
13
12
  }
14
13
  }