-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0b5392
commit d7d0b50
Showing
5 changed files
with
63 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ dist | |
docs/.cache | ||
docs/.next | ||
docs/public | ||
|
||
pnpm-lock.yaml | ||
.api-report |
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,36 +1,36 @@ | ||
{ | ||
"mainEntryPointFilePath": "<projectFolder>/build/types/src/index.d.ts", | ||
"bundledPackages": [], | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFileName": "mafs.api.md", | ||
"reportFolder": ".api-report", | ||
"reportTempFolder": ".api-report/temp" | ||
}, | ||
"dtsRollup": { | ||
"enabled": true, | ||
"untrimmedFilePath": "<projectFolder>/build/index.d.ts" | ||
}, | ||
"docModel": { | ||
"enabled": false | ||
}, | ||
"tsdocMetadata": { | ||
"enabled": false | ||
}, | ||
"messages": { | ||
"extractorMessageReporting": { | ||
"default": { | ||
"logLevel": "warning" | ||
}, | ||
"ae-missing-release-tag": { | ||
"logLevel": "none" | ||
} | ||
}, | ||
"tsdocMessageReporting": { | ||
"default": { | ||
"logLevel": "warning" | ||
} | ||
} | ||
}, | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" | ||
} | ||
{ | ||
"mainEntryPointFilePath": "<projectFolder>/build/types/src/index.d.ts", | ||
"bundledPackages": [], | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFileName": "mafs.api.md", | ||
"reportFolder": ".api-report", | ||
"reportTempFolder": ".api-report/temp" | ||
}, | ||
"dtsRollup": { | ||
"enabled": true, | ||
"untrimmedFilePath": "<projectFolder>/build/index.d.ts" | ||
}, | ||
"docModel": { | ||
"enabled": false | ||
}, | ||
"tsdocMetadata": { | ||
"enabled": false | ||
}, | ||
"messages": { | ||
"extractorMessageReporting": { | ||
"default": { | ||
"logLevel": "warning" | ||
}, | ||
"ae-missing-release-tag": { | ||
"logLevel": "none" | ||
} | ||
}, | ||
"tsdocMessageReporting": { | ||
"default": { | ||
"logLevel": "warning" | ||
} | ||
} | ||
}, | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.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
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"module": "build/index.mjs", | ||
"types": "build/index.d.ts", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"files": [ | ||
"build/", | ||
"core.css", | ||
|
@@ -23,8 +24,8 @@ | |
"build": "node --loader ts-node/esm scripts/build.ts", | ||
"api-report:update": "pnpm tsc && api-extractor run --local", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,md}\"", | ||
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,md}\"", | ||
"format": "prettier --write .", | ||
"format:check": "prettier --check .", | ||
"prepublishOnly": "pnpm test && pnpm lint && pnpm build" | ||
}, | ||
"devDependencies": { | ||
|
d7d0b50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
mafs – ./
mafs.dev
mafs-git-main-stevenpetryk.vercel.app
mafs-stevenpetryk.vercel.app
www.mafs.dev
mafs-docs.vercel.app