Skip to content

Commit

Permalink
chore: release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Jan 7, 2025
1 parent 158ece9 commit c1c2716
Show file tree
Hide file tree
Showing 28 changed files with 224 additions and 2,680 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"packageManager": "yarn@4.1.0",
"workspaces": [
"packages/*"
],
"scripts": {
"monorepo": "nzyme monorepo",
"clean": "del \"**/dist\" \"**/.tsbuildinfo\" \"**/tsconfig.dev.json\" \"!**/node_modules/**\"",
"setup": "yarn && turbo run build && yarn monorepo",
"monorepo": "nzyme monorepo",
"clean": "del \"**/dist\" \"**/.tsbuildinfo\" \"!**/node_modules/**\"",
"build": "tsc --build tsconfig.dev.json",
"watch": "yarn build --watch",
"release": "nx release --yes",
Expand All @@ -22,7 +25,6 @@
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.4",
"del-cli": "^6.0.0",
"lerna": "^8.1.9",
"nx": "20.3.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
Expand Down
5 changes: 4 additions & 1 deletion packages/crypto-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
},
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/dom-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@nzyme/eslint",
"version": "0.3.0",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/fetch-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/ioc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/money/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/node-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/project-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/rollup-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@nzyme/tsconfig",
"version": "0.3.0",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"version": "0.3.0",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@nzyme/vitest",
"version": "0.3.0",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/vue-ioc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@nzyme/vue-ioc",
"version": "0.3.0",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/vue-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/vue-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@nzyme/vue-utils",
"version": "0.3.0",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
},
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/xml-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"types": "./dist/index.d.ts",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
5 changes: 4 additions & 1 deletion packages/zchema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": "https://github.com/kedrzu/nzyme.git",
"repository": {
"type": "git",
"url": "https://github.com/kedrzu/nzyme.git"
},
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 6 additions & 5 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"outputs": ["dist/**"],
"dependsOn": ["^build"]
},
"codegen": {
"cache": false
"dev": {
"cache": false,
"persistent": true
},
"eslint": {
"dependsOn": [],
"cache": false
"watch": {
"cache": false,
"persistent": true
}
},
"ui": "stream"
Expand Down
Loading

0 comments on commit c1c2716

Please sign in to comment.