@godzilla-forms/core
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from "./godzilla.enum"; | ||
import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from './godzilla.enum'; | ||
export interface GodzillaFormCombinedValues { | ||
@@ -46,3 +46,3 @@ label: string; | ||
} | ||
export declare let defaultStyleValues: GodzillaFormControlStyle; | ||
export declare const defaultStyleValues: GodzillaFormControlStyle; | ||
export interface GodzillaFormControlValidator { | ||
@@ -49,0 +49,0 @@ pattern?: string; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.defaultStyleValues = { | ||
col: 12 | ||
col: 12, | ||
}; |
@@ -1,2 +0,2 @@ | ||
import { GodzillaFormCombinedValues } from "../model"; | ||
import { GodzillaFormCombinedValues } from '../model'; | ||
export declare abstract class GodzillaService { | ||
@@ -3,0 +3,0 @@ } |
{ | ||
"name": "@godzilla-forms/core", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Godzilla Forms core library", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"private": false, | ||
@@ -16,3 +17,3 @@ "publishConfig": { | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"lint": "eslint src --ext .js,.jsx,.ts,.tsx", | ||
"prepare": "npm run build", | ||
@@ -40,7 +41,12 @@ "prepublishOnly": "npm run build", | ||
"devDependencies": { | ||
"prettier": "^2.7.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.8.3" | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"eslint": "^8.26.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-standard-with-typescript": "^23.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.3.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
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
14483
17
258
9