-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from permaweb/twilson63/feat-cli-loader-integ…
…rate-126 Twilson63/feat cli loader integrate 126
- Loading branch information
Showing
12 changed files
with
159 additions
and
90 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
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
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "@permaweb/ao-loader", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"esbuild": "^0.19.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"files": [ | ||
"./dist" | ||
], | ||
"scripts": { | ||
"build:types": "tsc src/index.cjs --declaration --allowJs --emitDeclarationOnly --outDir dist", | ||
"build:src": "node esbuild.js", | ||
"build": "npm run build:types && npm run build:src", | ||
"build:src": "node esbuild.js", | ||
"build:types": "tsc src/index.cjs --declaration --allowJs --emitDeclarationOnly --outDir dist", | ||
"test": "node --test", | ||
"test:integration": "npm run build:src && MODULE_PATH='../dist/index.cjs' node --test" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.19.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
} | ||
} |
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
Binary file not shown.
Binary file not shown.
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