@easymais-ui/text-input
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
{ | ||
"name": "@easymais-ui/text-input", | ||
"version": "1.0.0-next.1", | ||
"version": "1.0.0-next.2", | ||
"publishConfig": { | ||
@@ -8,33 +8,31 @@ "access": "public" | ||
"description": "Easy+ UI TextInput WebComponent", | ||
"author": "Amura Sistemas", | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Amura Sistemas", | ||
"license": "MIT", | ||
"exports": { | ||
".": "./src/index.js", | ||
"./package.json": "./package.json", | ||
"./src/TextInput.js": "./src/TextInput.js", | ||
"./src/TextInputBase.js": "./src/TextInputBase.js", | ||
"./src/text-input.css.js": "./src/text-input.css.js", | ||
"./src/index.js": "./src/index.js", | ||
"./emc-text-input.js": "./emc-text-input.js" | ||
}, | ||
"files": [ | ||
"dist/" | ||
"**/*.d.ts", | ||
"**/*.js", | ||
"**/*.js.map", | ||
"custom-elements.json", | ||
"!stories/", | ||
"!test/" | ||
], | ||
"devDependencies": { | ||
"@open-wc/testing": "^3.1.6", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"@web/dev-server-esbuild": "^0.3.2", | ||
"@web/test-runner": "^0.14.0", | ||
"eslint": "^8.25.0", | ||
"eslint-plugin-lit": "^1.6.1", | ||
"eslint-plugin-lit-a11y": "^2.2.3", | ||
"lit-analyzer": "^1.2.1", | ||
"prettier": "^2.7.1", | ||
"stylelint": "^14.14.0", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-standard": "^29.0.0", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.8.4", | ||
"@easymais-ui/component-builder": "0.1.1" | ||
}, | ||
"dependencies": { | ||
"@easymais-ui-css/text-input": "0.1.0-next.10", | ||
"imask": "^6.4.3", | ||
"lit": "^2.4.0" | ||
"lit": "^2.6.1" | ||
}, | ||
"customElements": "custom-elements.json", | ||
"scripts": { | ||
@@ -41,0 +39,0 @@ "dev": "component-builder build -dw", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43598
0
14
684
Updatedlit@^2.6.1