-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pkg updates * changes * fmt * better errors * replace node-fetch * removed node-fetch * lint * test sharding * idea * fix build * node 22 * node 22 * move back to node20 again :( * refactor to builder * changeset
- Loading branch information
1 parent
a5d76fc
commit bad99a1
Showing
25 changed files
with
4,414 additions
and
7,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@moonwall/types": patch | ||
"@moonwall/util": patch | ||
"@moonwall/cli": patch | ||
"@moonwall/docs": patch | ||
"@moonwall/tests": patch | ||
--- | ||
|
||
Change to forks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,6 @@ cache | |
artifacts | ||
**/tmp/* | ||
**/contracts/out/* | ||
|
||
|
||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
"type": "module", | ||
"version": "0.3.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "Testing framework for the Moon family of projects", | ||
"scripts": { | ||
"build": "pnpm -r --filter='./packages/**' run build", | ||
|
@@ -23,8 +22,8 @@ | |
"typecheck": "pnpm -r --filter='./packages/**' run typecheck" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.8.0", | ||
"@changesets/cli": "2.27.5", | ||
"typescript": "5.4.5" | ||
"@biomejs/biome": "1.8.3", | ||
"@changesets/cli": "2.27.7", | ||
"typescript": "5.5.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", | ||
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", | ||
"extends": ["../../biome.json"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env -S node --no-warnings | ||
#!/usr/bin/env -S node --no-warnings --no-deprecation | ||
|
||
import './dist/internal/logging.js' | ||
import './dist/cmds/entrypoint.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.