Skip to content

Commit

Permalink
merge master -> dts-buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jan 10, 2024
2 parents 2d483f3 + 2933b20 commit dadf897
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 42 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "mauss",
"version": "0.7.0",
"version": "0.7.2",
"description": "fast and efficient type-safe SDK",
"repository": "github:alchemauss/mauss",
"author": "Ignatius Bagus",
"license": "MIT",
"type": "module",
"scripts": {
"clean": "git add * && git clean -dfx -e node_modules",
Expand Down Expand Up @@ -38,7 +39,7 @@
"prettier.json",
"tsconfig.json"
],
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.14.0",
"prettier": "./prettier.json",
"keywords": [
"zero-dependency",
Expand All @@ -56,12 +57,12 @@
"settings"
],
"devDependencies": {
"@types/node": "^20.4.4",
"dts-buddy": "^0.1.13",
"prettier": "^3.0.0",
"prettier-plugin-sort-package-json": "^0.1.0",
"@types/node": "^20.10.8",
"dts-buddy": "^0.4.3",
"prettier": "^3.1.1",
"prettier-plugin-sort-package-json": "^0.2.0",
"tsm": "^2.3.0",
"typescript": "^5.1.6",
"typescript": "^5.3.3",
"uvu": "^0.5.6"
}
}
74 changes: 41 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": { "outDir": ".." },
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
// Project Options
"target": "ES2017",
"module": "ES2022",
"module": "Node16",
"checkJs": true,
"isolatedModules": true,

Expand Down

0 comments on commit dadf897

Please sign in to comment.