diff --git a/package.json b/package.json index dca5132..74ffa9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "in-it", - "version": "1.0.36", + "version": "1.0.37", "repository": "git@github.com:deanshub/in-it.git", "author": "Dean Shub ", "license": "ISC", diff --git a/packages/next-in-it-stats/package.json b/packages/next-in-it-stats/package.json index 0205a92..42f1787 100644 --- a/packages/next-in-it-stats/package.json +++ b/packages/next-in-it-stats/package.json @@ -1,6 +1,6 @@ { "name": "next-in-it-stats", - "version": "1.0.36", + "version": "1.0.37", "description": "next plugin to generate in-it stats", "main": "dist/cjs/index.js", "exports": { @@ -26,7 +26,7 @@ "@types/node-fetch": "^2.6.4", "@types/terminal-link": "^1.2.0", "@types/webpack-bundle-analyzer": "^4.6.0", - "in-it-shared-types": "1.0.36", + "in-it-shared-types": "1.0.37", "next": "^13.4.2", "typescript": "^5.0.4", "vitest": "^0.30.1" diff --git a/packages/next-in-it-stats/src/index.ts b/packages/next-in-it-stats/src/index.ts index 20f5b00..a015f28 100644 --- a/packages/next-in-it-stats/src/index.ts +++ b/packages/next-in-it-stats/src/index.ts @@ -10,6 +10,7 @@ function nextInItStats({ legacy = false, outDir = './in-it-stats', serverUrl = 'https://in-it.nissix.com/api/stats', + name, }: Partial = {}) { return (nextConfig: NextConfig = {}) => { // if in dev mode and not requested explicitly @@ -54,6 +55,7 @@ function nextInItStats({ reportFilename, buildId: options.buildId, outDir: join(process.cwd(), options.config.distDir), + name, }), ); if (typeof nextConfig.webpack === 'function') { diff --git a/packages/rollup-plugin-in-it-stats/package.json b/packages/rollup-plugin-in-it-stats/package.json index 0226e18..9649094 100644 --- a/packages/rollup-plugin-in-it-stats/package.json +++ b/packages/rollup-plugin-in-it-stats/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-in-it-stats", - "version": "1.0.36", + "version": "1.0.37", "description": "rollup plugin to generate in-it stats", "main": "dist/src/index.js", "author": "Dean Shub ", @@ -14,7 +14,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/is-ci": "^3.0.0", - "in-it-shared-types": "1.0.36", + "in-it-shared-types": "1.0.37", "rollup": "^3.20.2", "typescript": "^5.0.4", "vitest": "^0.30.1" diff --git a/packages/shared-types/package.json b/packages/shared-types/package.json index f46796a..611070d 100644 --- a/packages/shared-types/package.json +++ b/packages/shared-types/package.json @@ -1,6 +1,6 @@ { "name": "in-it-shared-types", - "version": "1.0.36", + "version": "1.0.37", "description": "", "main": "index.ts", "keywords": [], diff --git a/packages/test-app/package.json b/packages/test-app/package.json index 9a052e2..ed1980b 100644 --- a/packages/test-app/package.json +++ b/packages/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "1.0.36", + "version": "1.0.37", "license": "ISC", "type": "module", "scripts": { @@ -12,7 +12,7 @@ "@types/fs-extra": "^11.0.1", "execa": "^7.1.1", "fs-extra": "^11.1.1", - "rollup-plugin-in-it-stats": "1.0.36", + "rollup-plugin-in-it-stats": "1.0.37", "typescript": "^5.0.4", "vitest": "^0.30.1" }, diff --git a/packages/web/package.json b/packages/web/package.json index 6736c03..5921f8b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "in-it-web", - "version": "1.0.36", + "version": "1.0.37", "private": true, "scripts": { "dev": "npm run prebuild && next dev -p 3001", @@ -81,8 +81,8 @@ }, "devDependencies": { "@types/webpack-bundle-analyzer": "^4.6.0", - "in-it-shared-types": "1.0.36", - "next-in-it-stats": "1.0.36", + "in-it-shared-types": "1.0.37", + "next-in-it-stats": "1.0.37", "node-jose-tools": "^2.0.2" } } diff --git a/packages/web/src/components/ProjectsSideBar/ProjectsSideBar.tsx b/packages/web/src/components/ProjectsSideBar/ProjectsSideBar.tsx index 216d473..4785f2b 100644 --- a/packages/web/src/components/ProjectsSideBar/ProjectsSideBar.tsx +++ b/packages/web/src/components/ProjectsSideBar/ProjectsSideBar.tsx @@ -31,6 +31,7 @@ function SearchBox() { return (
onChange(e.target.value)} diff --git a/yarn.lock b/yarn.lock index 0833dce..ab459a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5202,7 +5202,7 @@ __metadata: languageName: node linkType: hard -"in-it-shared-types@1.0.36, in-it-shared-types@workspace:packages/shared-types": +"in-it-shared-types@1.0.37, in-it-shared-types@workspace:packages/shared-types": version: 0.0.0-use.local resolution: "in-it-shared-types@workspace:packages/shared-types" dependencies: @@ -5236,13 +5236,13 @@ __metadata: date-fns: ^2.30.0 eslint: 8.39.0 eslint-config-next: 13.4.0 - in-it-shared-types: 1.0.36 + in-it-shared-types: 1.0.37 kuuid: ^1.0.1 lucide-react: ^0.220.0 mongoose: ^7.2.0 next: 13.4.0 next-auth: ^4.22.1 - next-in-it-stats: 1.0.36 + next-in-it-stats: 1.0.37 node-jose-tools: ^2.0.2 postcss: 8.4.23 react: 18.2.0 @@ -6972,7 +6972,7 @@ __metadata: languageName: node linkType: hard -"next-in-it-stats@1.0.36, next-in-it-stats@workspace:packages/next-in-it-stats": +"next-in-it-stats@1.0.37, next-in-it-stats@workspace:packages/next-in-it-stats": version: 0.0.0-use.local resolution: "next-in-it-stats@workspace:packages/next-in-it-stats" dependencies: @@ -6989,7 +6989,7 @@ __metadata: form-data: ^4.0.0 fs-extra: ^11.1.1 globby: ^11.0.0 - in-it-shared-types: 1.0.36 + in-it-shared-types: 1.0.37 is-ci: ^3.0.1 multimatch: ^5.0.0 next: ^13.4.2 @@ -8268,14 +8268,14 @@ __metadata: languageName: node linkType: hard -"rollup-plugin-in-it-stats@1.0.36, rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats": +"rollup-plugin-in-it-stats@1.0.37, rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats": version: 0.0.0-use.local resolution: "rollup-plugin-in-it-stats@workspace:packages/rollup-plugin-in-it-stats" dependencies: "@types/fs-extra": ^11.0.1 "@types/is-ci": ^3.0.0 fs-extra: ^11.1.1 - in-it-shared-types: 1.0.36 + in-it-shared-types: 1.0.37 is-ci: ^3.0.1 picocolors: ^1.0.0 rollup: ^3.20.2 @@ -9098,7 +9098,7 @@ __metadata: execa: ^7.1.1 fs-extra: ^11.1.1 rollup: ^3.20.2 - rollup-plugin-in-it-stats: 1.0.36 + rollup-plugin-in-it-stats: 1.0.37 typescript: ^5.0.4 vitest: ^0.30.1 languageName: unknown