Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
chore: Make root package name more explicit
  • Loading branch information
rekmarks committed Jul 12, 2024
commit a86e937e86d22d92f668ff423c26d062ee01b97f
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "root",
"name": "ocap-kernel-monorepo",
"version": "0.0.0",
"private": true,
"repository": {
Expand All @@ -13,8 +13,8 @@
"scripts": {
"build": "yarn run build:source && yarn run build:types",
"build:clean": "yarn clean && yarn build",
"build:docs": "yarn workspaces foreach --all --exclude root --parallel --interlaced --verbose run build:docs",
"build:source": "yarn workspaces foreach --all --parallel --exclude root --interlaced --verbose run build",
"build:docs": "yarn workspaces foreach --all --exclude ocap-kernel-monorepo --parallel --interlaced --verbose run build:docs",
"build:source": "yarn workspaces foreach --all --parallel --exclude ocap-kernel-monorepo --interlaced --verbose run build",
"build:types": "tsc --build tsconfig.build.json --verbose",
"build:watch": "yarn run build --watch",
"changelog:update": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:update",
Expand Down
78 changes: 39 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5462,6 +5462,45 @@ __metadata:
languageName: node
linkType: hard

"ocap-kernel-monorepo@workspace:.":
version: 0.0.0-use.local
resolution: "ocap-kernel-monorepo@workspace:."
dependencies:
"@arethetypeswrong/cli": "npm:^0.15.3"
"@lavamoat/allow-scripts": "npm:^3.0.4"
"@lavamoat/preinstall-always-fail": "npm:^2.0.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/eslint-config": "npm:^12.2.0"
"@metamask/eslint-config-jest": "npm:^12.1.0"
"@metamask/eslint-config-nodejs": "npm:^12.1.0"
"@metamask/eslint-config-typescript": "npm:^12.1.0"
"@ts-bridge/cli": "npm:^0.1.4"
"@ts-bridge/shims": "npm:^0.1.1"
"@types/jest": "npm:^28.1.6"
"@types/node": "npm:^18.18.14"
"@typescript-eslint/eslint-plugin": "npm:^5.43.0"
"@typescript-eslint/parser": "npm:^5.43.0"
"@yarnpkg/types": "npm:^4.0.0"
depcheck: "npm:^1.4.3"
eslint: "npm:^8.44.0"
eslint-config-prettier: "npm:^8.8.0"
eslint-plugin-import: "npm:~2.26.0"
eslint-plugin-jest: "npm:^27.2.2"
eslint-plugin-jsdoc: "npm:^39.9.1"
eslint-plugin-n: "npm:^15.7.0"
eslint-plugin-prettier: "npm:^4.2.1"
eslint-plugin-promise: "npm:^6.1.1"
jest: "npm:^28.1.3"
jest-silent-reporter: "npm:^0.6.0"
prettier: "npm:^2.7.1"
prettier-plugin-packagejson: "npm:^2.3.0"
rimraf: "npm:^6.0.0"
ts-jest: "npm:^28.0.7"
typedoc: "npm:^0.24.8"
typescript: "npm:~4.9.5"
languageName: unknown
linkType: soft

"once@npm:^1.3.0":
version: 1.4.0
resolution: "once@npm:1.4.0"
Expand Down Expand Up @@ -5969,45 +6008,6 @@ __metadata:
languageName: node
linkType: hard

"root@workspace:.":
version: 0.0.0-use.local
resolution: "root@workspace:."
dependencies:
"@arethetypeswrong/cli": "npm:^0.15.3"
"@lavamoat/allow-scripts": "npm:^3.0.4"
"@lavamoat/preinstall-always-fail": "npm:^2.0.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/eslint-config": "npm:^12.2.0"
"@metamask/eslint-config-jest": "npm:^12.1.0"
"@metamask/eslint-config-nodejs": "npm:^12.1.0"
"@metamask/eslint-config-typescript": "npm:^12.1.0"
"@ts-bridge/cli": "npm:^0.1.4"
"@ts-bridge/shims": "npm:^0.1.1"
"@types/jest": "npm:^28.1.6"
"@types/node": "npm:^18.18.14"
"@typescript-eslint/eslint-plugin": "npm:^5.43.0"
"@typescript-eslint/parser": "npm:^5.43.0"
"@yarnpkg/types": "npm:^4.0.0"
depcheck: "npm:^1.4.3"
eslint: "npm:^8.44.0"
eslint-config-prettier: "npm:^8.8.0"
eslint-plugin-import: "npm:~2.26.0"
eslint-plugin-jest: "npm:^27.2.2"
eslint-plugin-jsdoc: "npm:^39.9.1"
eslint-plugin-n: "npm:^15.7.0"
eslint-plugin-prettier: "npm:^4.2.1"
eslint-plugin-promise: "npm:^6.1.1"
jest: "npm:^28.1.3"
jest-silent-reporter: "npm:^0.6.0"
prettier: "npm:^2.7.1"
prettier-plugin-packagejson: "npm:^2.3.0"
rimraf: "npm:^6.0.0"
ts-jest: "npm:^28.0.7"
typedoc: "npm:^0.24.8"
typescript: "npm:~4.9.5"
languageName: unknown
linkType: soft

"run-async@npm:^2.3.0":
version: 2.4.1
resolution: "run-async@npm:2.4.1"
Expand Down