@verdaccio/types 14.0.0-next-9.3 → 14.0.0-next-9.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "14.0.0-next-9.3",
3
+ "version": "14.0.0-next-9.4",
4
4
  "description": "Verdaccio Type Definitions",
5
5
  "keywords": [
6
6
  "private",
@@ -207,10 +207,6 @@ export interface JWTVerifyOptions extends VerifyOptions {}
207
207
 
208
208
  export interface APITokenOptions {
209
209
  legacy: boolean;
210
- /**
211
- * Temporary flag to allow migration to the new legacy signature
212
- */
213
- migrateToSecureLegacySignature: boolean;
214
210
  jwt?: JWTOptions;
215
211
  }
216
212