Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jun 2, 2024
1 parent b846546 commit 5771c8c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
35 changes: 18 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.tsserver.experimental.useVsCodeWatcher": false, // issue: https://github.com/yarnpkg/berry/issues/6270
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.preferences.importModuleSpecifierEnding": "js",
"editor.tabSize": 2,
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",

"editor.formatOnSave": true,
"typescript.tsc.autoDetect": "off",

"npm.autoDetect": "off",
"npm.packageManager": "yarn"
}
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.tsserver.experimental.useVsCodeWatcher": false, // issue: https://github.com/yarnpkg/berry/issues/6270
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.preferences.importModuleSpecifierEnding": "js",
"editor.tabSize": 2,
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",

"editor.formatOnSave": true,
"typescript.tsc.autoDetect": "off",

"npm.autoDetect": "off",
"npm.packageManager": "yarn",
"cSpell.words": ["Wroud"]
}
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wroud/di",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "[email protected]",
"type": "module",
"license": "MIT",
Expand Down

1 comment on commit 5771c8c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 17/17
🟢 Branches 100% 5/5
🟢 Functions 100% 3/3
🟢 Lines 100% 17/17

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 5771c8c

Please sign in to comment.