@travetto/cli 8.0.0-alpha.16 → 8.0.0-alpha.18

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -564,13 +564,13 @@ Options:
564
564
  Available Services
565
565
  --------------------
566
566
  * dynamodb@3.3.0
567
- * elasticsearch@9.2.4
567
+ * elasticsearch@9.2.8
568
568
  * firestore@latest
569
569
  * mongodb@8.2
570
570
  * mysql@9.6
571
- * postgresql@18.1
571
+ * postgresql@18.3
572
572
  * redis@8.4
573
- * s3@4.11.0
573
+ * s3@4.12.4
574
574
  ```
575
575
 
576
576
  A sample of all services available to the entire framework:
@@ -582,13 +582,13 @@ $ trv service status
582
582
  Service Version Status
583
583
  -------------------------------------------------
584
584
  dynamodb 3.3.0 Running 93af422e793a
585
- elasticsearch 9.2.4 Running ed76ee063d13
585
+ elasticsearch 9.2.8 Running ed76ee063d13
586
586
  firestore latest Running feec2e5e95b4
587
587
  mongodb 8.2 Running 5513eba6734e
588
588
  mysql 9.6 Running 307bc66d442a
589
- postgresql 18.1 Running e78291e71040
589
+ postgresql 18.3 Running e78291e71040
590
590
  redis 8.4 Running 77ba279b4e30
591
- s3 4.11.0 Running fdacfc55b9e3
591
+ s3 4.12.4 Running fdacfc55b9e3
592
592
  ```
593
593
 
594
594
  ### Defining new Services
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/cli",
3
- "version": "8.0.0-alpha.16",
3
+ "version": "8.0.0-alpha.18",
4
4
  "type": "module",
5
5
  "description": "CLI infrastructure for Travetto framework",
6
6
  "keywords": [
@@ -29,8 +29,8 @@
29
29
  "directory": "module/cli"
30
30
  },
31
31
  "dependencies": {
32
- "@travetto/schema": "^8.0.0-alpha.11",
33
- "@travetto/terminal": "^8.0.0-alpha.11"
32
+ "@travetto/schema": "^8.0.0-alpha.13",
33
+ "@travetto/terminal": "^8.0.0-alpha.12"
34
34
  },
35
35
  "travetto": {
36
36
  "displayName": "Command Line Interface",