@verdaccio/types
Advanced tools
Comparing version 11.0.0-6-next.19 to 11.0.0-6-next.20
@@ -1,2 +0,2 @@ | ||
import { PackageAccess, PackageList } from './manifest'; | ||
import { PackageAccess, PackageList } from '@verdaccio/types/src/manifest'; | ||
export type TypeToken = 'Bearer' | 'Basic'; | ||
@@ -208,2 +208,3 @@ export interface Logger { | ||
https?: HttpsConf; | ||
user_agent?: string; | ||
http_proxy?: string; | ||
@@ -221,2 +222,3 @@ plugins?: string | void | null; | ||
flags?: FlagsConfig; | ||
userRateLimit?: RateLimit; | ||
config_path?: string; | ||
@@ -231,3 +233,2 @@ configPath?: string; | ||
export interface Config extends Omit<ConfigYaml, 'packages' | 'security' | 'configPath'> { | ||
user_agent: string; | ||
server_id: string; | ||
@@ -234,0 +235,0 @@ secret: string; |
@@ -1,1 +0,1 @@ | ||
export * from './storage'; | ||
export * from '@verdaccio/types/src/plugins/storage'; |
@@ -1,3 +0,3 @@ | ||
import { Callback, CallbackAction } from '../commons'; | ||
import { Manifest, Token } from '../manifest'; | ||
import { Callback, CallbackAction } from '@verdaccio/types/src/commons'; | ||
import { Manifest, Token } from '@verdaccio/types/src/manifest'; | ||
export type StorageList = string[]; | ||
@@ -4,0 +4,0 @@ export interface ILocalStorage { |
@@ -1,5 +0,5 @@ | ||
export * from './plugins'; | ||
export * from './manifest'; | ||
export * from './search'; | ||
export * from './commons'; | ||
export * from './configuration'; | ||
export * from '@verdaccio/types/src/plugins'; | ||
export * from '@verdaccio/types/src/manifest'; | ||
export * from '@verdaccio/types/src/search'; | ||
export * from '@verdaccio/types/src/commons'; | ||
export * from '@verdaccio/types/src/configuration'; |
# Change Log | ||
## 11.0.0-6-next.20 | ||
### Minor Changes | ||
- 45c03819: refactor: render html middleware | ||
## 11.0.0-6-next.19 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@verdaccio/types", | ||
"version": "11.0.0-6-next.19", | ||
"version": "11.0.0-6-next.20", | ||
"description": "verdaccio types definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
import { PackageAccess, PackageList } from './manifest'; | ||
import { PackageAccess, PackageList } from '@verdaccio/types/src/manifest'; | ||
@@ -255,2 +255,3 @@ export type TypeToken = 'Bearer' | 'Basic'; | ||
https?: HttpsConf; | ||
user_agent?: string; | ||
http_proxy?: string; | ||
@@ -268,2 +269,3 @@ plugins?: string | void | null; | ||
flags?: FlagsConfig; | ||
userRateLimit?: RateLimit; | ||
// internal objects, added by internal yaml to JS config parser | ||
@@ -282,3 +284,2 @@ // @deprecated use configPath instead | ||
export interface Config extends Omit<ConfigYaml, 'packages' | 'security' | 'configPath'> { | ||
user_agent: string; | ||
server_id: string; | ||
@@ -285,0 +286,0 @@ secret: string; |
@@ -1,1 +0,1 @@ | ||
export * from './storage'; | ||
export * from '@verdaccio/types/src/plugins/storage'; |
@@ -1,3 +0,3 @@ | ||
import { Callback, CallbackAction } from '../commons'; | ||
import { Manifest, Token } from '../manifest'; | ||
import { Callback, CallbackAction } from '@verdaccio/types/src/commons'; | ||
import { Manifest, Token } from '@verdaccio/types/src/manifest'; | ||
@@ -4,0 +4,0 @@ export type StorageList = string[]; |
@@ -1,5 +0,5 @@ | ||
export * from './plugins'; | ||
export * from './manifest'; | ||
export * from './search'; | ||
export * from './commons'; | ||
export * from './configuration'; | ||
export * from '@verdaccio/types/src/plugins'; | ||
export * from '@verdaccio/types/src/manifest'; | ||
export * from '@verdaccio/types/src/search'; | ||
export * from '@verdaccio/types/src/commons'; | ||
export * from '@verdaccio/types/src/configuration'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70044
1206