Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed May 7, 2024
1 parent 42bf570 commit 7b8a901
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mcmire/utils",
"name": "@metamask/utils",
"version": "8.4.2",
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
"homepage": "https://github.com/MetaMask/utils#readme",
Expand Down
102 changes: 51 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -989,57 +989,6 @@ __metadata:
languageName: node
linkType: hard

"@mcmire/utils@workspace:.":
version: 0.0.0-use.local
resolution: "@mcmire/utils@workspace:."
dependencies:
"@ethereumjs/tx": ^4.2.0
"@lavamoat/allow-scripts": ^2.3.1
"@lavamoat/preinstall-always-fail": ^1.0.0
"@metamask/auto-changelog": ^3.1.0
"@metamask/eslint-config": ^12.0.0
"@metamask/eslint-config-jest": ^12.0.0
"@metamask/eslint-config-nodejs": ^12.0.0
"@metamask/eslint-config-typescript": ^12.0.0
"@noble/hashes": ^1.3.1
"@scure/base": ^1.1.3
"@ts-bridge/cli": ^0.1.2
"@ts-bridge/shims": ^0.1.1
"@types/debug": ^4.1.7
"@types/jest": ^28.1.7
"@types/jest-when": ^3.5.3
"@types/node": ^20.12.7
"@types/uuid": ^9.0.8
"@typescript-eslint/eslint-plugin": ^5.43.0
"@typescript-eslint/parser": ^5.43.0
debug: ^4.3.4
depcheck: ^1.4.7
eslint: ^8.44.0
eslint-config-prettier: ^8.8.0
eslint-plugin-import: ^2.27.5
eslint-plugin-jest: ^27.2.2
eslint-plugin-jsdoc: ^39.9.1
eslint-plugin-n: ^15.7.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-promise: ^6.1.1
jest: ^29.2.2
jest-it-up: ^2.0.2
jest-when: ^3.6.0
pony-cause: ^2.1.10
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.3.0
semver: ^7.5.4
stdio-mock: ^1.2.0
superstruct: ^1.0.3
ts-jest: ^29.0.3
ts-node: ^10.7.0
tsd: ^0.29.0
typedoc: ^0.23.15
typescript: ~4.8.4
uuid: ^9.0.1
languageName: unknown
linkType: soft

"@metamask/auto-changelog@npm:^3.1.0":
version: 3.4.4
resolution: "@metamask/auto-changelog@npm:3.4.4"
Expand Down Expand Up @@ -1105,6 +1054,57 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@workspace:.":
version: 0.0.0-use.local
resolution: "@metamask/utils@workspace:."
dependencies:
"@ethereumjs/tx": ^4.2.0
"@lavamoat/allow-scripts": ^2.3.1
"@lavamoat/preinstall-always-fail": ^1.0.0
"@metamask/auto-changelog": ^3.1.0
"@metamask/eslint-config": ^12.0.0
"@metamask/eslint-config-jest": ^12.0.0
"@metamask/eslint-config-nodejs": ^12.0.0
"@metamask/eslint-config-typescript": ^12.0.0
"@noble/hashes": ^1.3.1
"@scure/base": ^1.1.3
"@ts-bridge/cli": ^0.1.2
"@ts-bridge/shims": ^0.1.1
"@types/debug": ^4.1.7
"@types/jest": ^28.1.7
"@types/jest-when": ^3.5.3
"@types/node": ^20.12.7
"@types/uuid": ^9.0.8
"@typescript-eslint/eslint-plugin": ^5.43.0
"@typescript-eslint/parser": ^5.43.0
debug: ^4.3.4
depcheck: ^1.4.7
eslint: ^8.44.0
eslint-config-prettier: ^8.8.0
eslint-plugin-import: ^2.27.5
eslint-plugin-jest: ^27.2.2
eslint-plugin-jsdoc: ^39.9.1
eslint-plugin-n: ^15.7.0
eslint-plugin-prettier: ^4.2.1
eslint-plugin-promise: ^6.1.1
jest: ^29.2.2
jest-it-up: ^2.0.2
jest-when: ^3.6.0
pony-cause: ^2.1.10
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.3.0
semver: ^7.5.4
stdio-mock: ^1.2.0
superstruct: ^1.0.3
ts-jest: ^29.0.3
ts-node: ^10.7.0
tsd: ^0.29.0
typedoc: ^0.23.15
typescript: ~4.8.4
uuid: ^9.0.1
languageName: unknown
linkType: soft

"@noble/curves@npm:1.1.0, @noble/curves@npm:~1.1.0":
version: 1.1.0
resolution: "@noble/curves@npm:1.1.0"
Expand Down

0 comments on commit 7b8a901

Please sign in to comment.