svelte-forms-lib
Advanced tools
Comparing version
{ | ||
"name": "svelte-forms-lib", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Svelte forms lib - A lightweight library for managing forms in Svelte v3", | ||
@@ -10,4 +10,6 @@ "typings": "./lib/index.d.ts", | ||
"prepare": "npm run build", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll", | ||
"test": "jest && npm run svelte-check", | ||
"test:watch": "concurrently \"jest --watchAll\" npm:svelte-check:watch", | ||
"svelte-check:watch": "svelte-check --watch --output=human-verbose", | ||
"svelte-check": "svelte-check --fail-on-warnings --output=human-verbose", | ||
"format": "prettier --write lib/**/*.{js,svelte}", | ||
@@ -37,3 +39,6 @@ "commit": "git-cz" | ||
"main": "./build/index.js", | ||
"module": "./build/index.mjs", | ||
"module": "./build/esm/index.js", | ||
"exports": { | ||
".": "./build/esm/index.js" | ||
}, | ||
"license": "MIT", | ||
@@ -48,2 +53,3 @@ "dependencies": { | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@testing-library/jest-dom": "^5.11.9", | ||
@@ -56,2 +62,3 @@ "@testing-library/svelte": "^3.0.3", | ||
"commitizen": "^4.2.3", | ||
"concurrently": "^6.0.0", | ||
"cross-env": "^7.0.3", | ||
@@ -76,5 +83,8 @@ "cz-conventional-changelog": "^3.3.0", | ||
"svelte": "3.31.2", | ||
"svelte-check": "^1.2.1", | ||
"svelte-fragment-component": "^1.2.0", | ||
"svelte-jester": "^1.3.0", | ||
"svelte-jsx": "^2.0.0", | ||
"svelte-preprocess": "^4.6.9", | ||
"typescript": "^4.2.3", | ||
"yup": "0.32.8" | ||
@@ -81,0 +91,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132175
0.39%39
14.71%