Skip to content

Commit

Permalink
#16 Updating packages to 2.0.0, and removing stat…
Browse files Browse the repository at this point in the history
…e package as it is part of the core now.
  • Loading branch information
stazz committed Aug 9, 2023
1 parent 3d3fd95 commit 3a84549
Show file tree
Hide file tree
Showing 19 changed files with 1,904 additions and 3,555 deletions.
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

0 comments on commit 3a84549

Please sign in to comment.