cabloy 5.1.118 → 5.1.119

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.
package/.cabloy-version CHANGED
@@ -1 +1 @@
1
- 5.1.118
1
+ 5.1.119
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.119
4
+
5
+ ### Improvements
6
+
7
+ - Update the upgrade script.
8
+
3
9
  ## 5.1.118
4
10
 
5
11
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.118",
3
+ "version": "5.1.119",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -29,6 +29,7 @@ const OVERWRITE_DIRS: string[] = [
29
29
  'scripts',
30
30
  '.husky',
31
31
  'cabloy-docs',
32
+ 'observability',
32
33
  // vona
33
34
  'vona/packages-vona',
34
35
  'vona/packages-cli',