Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "lssm", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"repository": "https://github.com/syropian/lssm", | ||
@@ -22,6 +22,7 @@ "author": "Collin Henderson <collin@syropia.net>", | ||
"build": "tsc && vite build", | ||
"build:demo": "vite build --mode demo", | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"lint": "eslint --ext .ts --ignore-path .gitignore ./src ./test --fix", | ||
"format": "prettier ./src ./test -w -u" | ||
"lint": "eslint --ext .ts --ignore-path .gitignore ./src ./test ./example --fix", | ||
"format": "prettier ./src ./test ./example -w -u" | ||
}, | ||
@@ -32,2 +33,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^5.38.1", | ||
"@vitejs/plugin-vue": "^3.1.2", | ||
"eslint": "^8.24.0", | ||
@@ -40,4 +42,5 @@ "eslint-config-prettier": "^8.5.0", | ||
"vite-plugin-dts": "^1.6.4", | ||
"vitest": "^0.23.4" | ||
"vitest": "^0.23.4", | ||
"vue": "^3.2.41" | ||
} | ||
} |
@@ -23,3 +23,3 @@ # lssm [![Tests](https://github.com/syropian/lssm/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/syropian/lssm/actions/workflows/test.yml) | ||
Usage instructions coming soon. See `/example/index.ts` and `/test/index.test.ts` for example usage. | ||
Usage instructions coming soon. See `/test/index.test.ts` for example usage. | ||
@@ -30,8 +30,11 @@ ## Development | ||
# To run the tests | ||
$ pnpm test | ||
pnpm test | ||
# or | ||
$ pnpm run test:watch | ||
pnpm run test:watch | ||
# To run the example | ||
pnpm run dev | ||
# To publish the dist files | ||
$ pnpm run build | ||
pnpm run build | ||
``` | ||
@@ -38,0 +41,0 @@ |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
43
3420
13
3
0
2