@senior-agronegocio/angular-components 0.0.71-origination → 0.0.72-origination

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.
@@ -108,10 +108,10 @@ export declare class AgroFormValidator {
108
108
  * Validator de CNPJ (Cadastro Nacional da Pessoa Jurídica).
109
109
  * @returns
110
110
  */
111
- CNPJValidator(): ValidatorFn;
111
+ static CNPJValidator(): ValidatorFn;
112
112
  /**
113
113
  * Valida se a placa do veículo é válida.
114
114
  * @returns
115
115
  */
116
- licensePlateValidator(): ValidatorFn;
116
+ static licensePlateValidator(): ValidatorFn;
117
117
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "../node_modules/ng-packagr/package.schema.json",
3
3
  "name": "@senior-agronegocio/angular-components",
4
- "version": "0.0.71-origination",
4
+ "version": "0.0.72-origination",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "http://git.senior.com.br/agro/angular-components"