svelte-otp
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "svelte-otp", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "svelte Otp", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build:demo": "vite build", | ||
"preview": "vite preview", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"format": "prettier --write ./src/**/*.{svelte,ts}", | ||
"lint": "eslint './src/**/*.{js,ts,svelte}'", | ||
"lint:fix": "eslint --fix './src/**/*.{js,ts,svelte}'", | ||
"prelint": "npm run format", | ||
"cz": "git-cz", | ||
"pkg:build": "svelte-package", | ||
"postcss-convert": "postcss package/*.css --replace && postcss package/**/*.css --replace ", | ||
"build:lib": "npm run pkg:build && npm run postcss-convert", | ||
"commit-message": "npm run commitlint -e -V", | ||
"semantic-release:local": "npm run build:lib && yarn build:demo && semantic-release --no-ci", | ||
"semantic-release": "semantic-release", | ||
"test": "jest", | ||
"test:watch": "npm run test -- --watch" | ||
}, | ||
"main": "./package", | ||
"devDependencies": { | ||
@@ -103,3 +85,13 @@ "@babel/core": "^7.19.0", | ||
} | ||
} | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./.DS_Store": "./.DS_Store", | ||
"./Index.svelte": "./Index.svelte", | ||
"./TextInput/Index.svelte": "./TextInput/Index.svelte", | ||
"./TextInput/textinput.css": "./TextInput/textinput.css", | ||
"./index.css": "./index.css", | ||
".": "./index.js" | ||
}, | ||
"svelte": "./index.js" | ||
} |
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
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
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
15440
11
69
1