@adonis-agora/durable 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @adonis-agora/durable
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6b47d1a`](https://github.com/DavideCarvalho/adonis-durable/commit/6b47d1a7d0bc6f76e5b6ebe704c3ea8cfe025d53) - Require AdonisJS v7 (bump @adonisjs/\* peers; Lucid 22, Queue 0.6)
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonis-agora/durable",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Durable cross-app workflows for AdonisJS — deterministic replay engine, AdonisJS binding, ace commands, dashboard, OpenTelemetry, Telescope, testing harness and Redis admission, all in one package. Part of the Agora ecosystem.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -84,10 +84,10 @@
84
84
  "zod": "^3.23.0"
85
85
  },
86
86
  "peerDependencies": {
87
- "@adonisjs/core": "^6.12.0",
88
- "@adonisjs/lucid": "^20.0.0 || ^21.0.0",
87
+ "@adonisjs/core": "^7.3.0",
88
+ "@adonisjs/lucid": "^22.4.0",
89
89
  "@adonisjs/queue": "^0.6.0",
90
- "@adonisjs/redis": "^9.0.0",
90
+ "@adonisjs/redis": "^9.2.0",
91
91
  "@opentelemetry/api": "^1.0.0",
92
92
  "cron-parser": "^4.0.0 || ^5.0.0",
93
93
  "ioredis": "^5.0.0",
@@ -117,11 +117,11 @@
117
117
  }
118
118
  },
119
119
  "devDependencies": {
120
- "@adonisjs/assembler": "^7.8.0",
121
- "@adonisjs/core": "^6.17.0",
122
- "@adonisjs/lucid": "^21.6.0",
120
+ "@adonisjs/assembler": "^8.4.0",
121
+ "@adonisjs/core": "^7.3.0",
122
+ "@adonisjs/lucid": "^22.4.0",
123
123
  "@adonisjs/queue": "^0.6.1",
124
- "@adonisjs/redis": "^9.0.0",
124
+ "@adonisjs/redis": "^9.2.0",
125
125
  "@opentelemetry/api": "^1.9.0",
126
126
  "@opentelemetry/context-async-hooks": "^1.30.0",
127
127
  "@opentelemetry/sdk-trace-base": "^1.30.0",