Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#16 Updating packages to 2.0.0, and removing stat… #17

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
matrix:
dir:
- config
- state
- typed-sql
runs-on: ubuntu-latest
name: Build and test ${{ matrix.dir }}
Expand Down
12 changes: 10 additions & 2 deletions config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras-extras/config-zod",
"version": "1.0.0",
"version": "2.0.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -49,6 +49,7 @@
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sonarjs": "0.19.0",
"madge": "6.1.0",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"typescript": "5.0.4",
Expand All @@ -64,11 +65,18 @@
"format-output-files-js": "eslint --no-eslintrc --config '.eslintrc.out.cjs' --fix 'dist-cjs/**/*js' 'dist-esm/**/*js'",
"generate-stub-package-json-for-cjs": "../scripts/generate-stub-package-json.cjs",
"generate-package-json-for-subpaths": "./generate-package-json-for-ts.cjs",
"lint": "eslint ./src --ext .ts,.tsx",
"lint": "yarn run lint:eslint && yarn run lint:circular",
"lint:circular": "madge --circular --no-color --no-spinner --extensions ts --warning ./src",
"lint:eslint": "eslint ./src --ext .ts,.tsx",
"remove-empty-js-files": "../scripts/remove-empty-js-files.cjs",
"tsc": "tsc --project tsconfig.build.json",
"tsc:plain": "tsc",
"test:coverage": "c8 --temp-directory /tmp ava",
"test:run": "c8 --temp-directory /tmp --reporter text ava"
},
"resolutions": {
"detective-typescript": "11.1.0",
"dependency-tree": "10.0.9",
"precinct": "11.0.5"
}
}
1,178 changes: 941 additions & 237 deletions config/yarn.lock

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions state/README.md

This file was deleted.

80 changes: 0 additions & 80 deletions state/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions state/src/__test__/spec.spec.ts

This file was deleted.

201 changes: 0 additions & 201 deletions state/src/__test__/state-validator-factory.spec.ts

This file was deleted.

33 changes: 0 additions & 33 deletions state/src/__test__/validation.spec.ts

This file was deleted.

7 changes: 0 additions & 7 deletions state/src/consts.ts

This file was deleted.

Loading