We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f8547 commit 31668b7Copy full SHA for 31668b7
package.json
@@ -140,11 +140,11 @@
140
"youch-terminal": "^2.2.3"
141
},
142
"peerDependencies": {
143
- "@adonisjs/assembler": "^7.0.0-0",
+ "@adonisjs/assembler": "^7.0.0",
144
"@vinejs/vine": "^1.7.0",
145
"argon2": "^0.31.1",
146
"bcrypt": "^5.1.1",
147
- "edge.js": "^6.0.0"
+ "edge.js": "^6.0.1"
148
149
"peerDependenciesMeta": {
150
"argon2": {
@@ -189,11 +189,11 @@
189
190
"publishConfig": {
191
"access": "public",
192
- "tag": "next"
+ "tag": "latest"
193
194
"np": {
195
"message": "chore(release): %s",
196
- "tag": "next",
+ "tag": "latest",
197
"branch": "main",
198
"anyBranch": false
199
0 commit comments