sasat 0.22.0 → 0.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "sasat",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "repository": "https://github.com/nin138/sasat.git",
5
5
  "author": "nin138 <ninian138@gmail.com>",
6
6
  "license": "MIT",
7
- "bin": "dist/cli/cli.mjs",
7
+ "bin": "dist/cli/index.mjs",
8
8
  "scripts": {
9
9
  "start": "env-cmd .env ts-node ./index.ts",
10
10
  "build": "tsdown",
@@ -18,7 +18,7 @@
18
18
  "test:base": "node --experimental-vm-modules node_modules/.bin/jest",
19
19
  "resetdb": "docker-compose exec db sh -c \"mysql -u root < /docker-entrypoint-initdb.d/temp.sql\"",
20
20
  "prepare": "yarn build && husky install",
21
- "sasat": "yarn env-cmd tsx ./src/cli/cli.ts",
21
+ "sasat": "yarn env-cmd tsx src/cli/index.ts",
22
22
  "server": "yarn env-cmd ts-node-esm -r tsconfig-paths/register ./test/testServer.ts"
23
23
  },
24
24
  "dependencies": {