-
Notifications
You must be signed in to change notification settings - Fork 9
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 #18 from squirrelchat/chore/cjs
chore: build as cjs package
- Loading branch information
Showing
23 changed files
with
875 additions
and
723 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 |
---|---|---|
@@ -1,19 +1,21 @@ | ||
{ | ||
"name": "smol-toml", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
"toml", | ||
"parser", | ||
"serializer" | ||
], | ||
"description": "A small, fast, and correct TOML parser/serializer", | ||
"repository": "[email protected]:squirrelchat/smol-toml.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/squirrelchat/smol-toml.git" | ||
}, | ||
"author": "Cynthia <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
"type": "module", | ||
"engines": { | ||
"node": ">= 18", | ||
"pnpm": ">= 8" | ||
"pnpm": ">= 9" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
|
@@ -24,13 +26,13 @@ | |
"devDependencies": { | ||
"@iarna/toml": "3.0.0", | ||
"@ltd/j-toml": "^1.38.0", | ||
"@tsconfig/node-lts": "^20.1.1", | ||
"@tsconfig/strictest": "^2.0.2", | ||
"@types/node": "^20.11.5", | ||
"@vitest/ui": "^1.2.1", | ||
"@tsconfig/node-lts": "^20.1.3", | ||
"@tsconfig/strictest": "^2.0.5", | ||
"@types/node": "^20.12.11", | ||
"@vitest/ui": "^1.6.0", | ||
"fast-toml": "^0.5.4", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.1" | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0" | ||
}, | ||
"exports": { | ||
".": { | ||
|
Oops, something went wrong.