Skip to content

Commit

Permalink
#64 Updating 'zod' -specific extras packages to 2…
Browse files Browse the repository at this point in the history
….0.0.
  • Loading branch information
stazz committed Aug 9, 2023
1 parent 778957f commit d04601f
Show file tree
Hide file tree
Showing 5 changed files with 1,913 additions and 492 deletions.
31 changes: 17 additions & 14 deletions extras-backend-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras-extras/backend-zod",
"version": "1.0.0",
"version": "2.0.0",
"author": {
"name": "Stanislav Muhametsin",
"email": "[email protected]",
Expand Down Expand Up @@ -44,16 +44,13 @@
}
},
"dependencies": {
"@ty-ras-extras/cache": "^1.0.0",
"@ty-ras-extras/config-zod": "^1.0.0",
"@ty-ras-extras/main": "^1.0.0",
"@ty-ras-extras/resource-pool": "^1.0.0",
"@ty-ras-extras/state-zod": "^1.0.0",
"@ty-ras-extras/typed-sql-zod": "^1.0.0"
"@ty-ras-extras/cache": "^2.0.0",
"@ty-ras-extras/config-zod": "^2.0.0",
"@ty-ras-extras/main": "^2.0.0",
"@ty-ras-extras/resource-pool": "^2.0.0",
"@ty-ras-extras/typed-sql-zod": "^2.0.0"
},
"peerDependencies": {
"@ty-ras/data-zod": "^1.0.0",
"@ty-ras/endpoint": "^1.0.1",
"zod": "^3.20.6"
},
"devDependencies": {
Expand All @@ -62,15 +59,14 @@
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@ty-ras/data-zod": "^1.0.0",
"@ty-ras/endpoint": "^1.0.1",
"eslint": "8.39.0",
"eslint-plugin-jsdoc": "43.1.1",
"eslint-plugin-path-import-extension": "0.9.0",
"eslint-plugin-type-only-import": "0.9.0",
"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",
"typescript": "5.0.4",
"zod": "^3.20.6"
Expand All @@ -84,11 +80,18 @@
"format-output-files-ts": "eslint --no-eslintrc --config '.eslintrc.out-ts.cjs' --fix --fix-type layout './dist-ts/**/*.ts'",
"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",
"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": "echo TODO tests",
"test:run": "echo TODO tests"
"test:coverage": "echo No own code to test.",
"test:run": "echo No own code to test."
},
"resolutions": {
"detective-typescript": "11.1.0",
"dependency-tree": "10.0.9",
"precinct": "11.0.5"
}
}
1 change: 0 additions & 1 deletion extras-backend-zod/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ export * as cache from "@ty-ras-extras/cache";
export * as resources from "@ty-ras-extras/resource-pool";
export * as sql from "@ty-ras-extras/typed-sql-zod";
export * as main from "@ty-ras-extras/main";
export * as state from "@ty-ras-extras/state-zod";
Loading

0 comments on commit d04601f

Please sign in to comment.