@pioneer-platform/unchained 8.8.2 → 8.10.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 +1,2 @@
1
- $ tsc -p .
1
+
2
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @pioneer-platform/unchained
2
2
 
3
+ ## 8.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Automated minor version bump for all packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/loggerdog@8.10.0
13
+ - @pioneer-platform/nodes@8.10.0
14
+ - @pioneer-platform/pioneer-client@9.9.0
15
+
16
+ ## 8.9.0
17
+
18
+ ### Minor Changes
19
+
20
+ - Automated minor version bump for all packages
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @pioneer-platform/loggerdog@8.9.0
26
+ - @pioneer-platform/nodes@8.9.0
27
+ - @pioneer-platform/pioneer-client@9.8.0
28
+
3
29
  ## 8.8.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/unchained",
3
- "version": "8.8.2",
3
+ "version": "8.10.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -12,9 +12,9 @@
12
12
  "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
13
13
  },
14
14
  "dependencies": {
15
- "@pioneer-platform/loggerdog": "^8.8.2",
16
- "@pioneer-platform/nodes": "^8.8.2",
17
- "@pioneer-platform/pioneer-client": "^9.7.2",
15
+ "@pioneer-platform/loggerdog": "^8.10.0",
16
+ "@pioneer-platform/nodes": "^8.10.0",
17
+ "@pioneer-platform/pioneer-client": "^9.9.0",
18
18
  "@types/request-promise-native": "^1.0.17",
19
19
  "@types/ws": "^7.4.2",
20
20
  "axios": "^1.6.0",