Skip to content

Commit 36a3154

Browse files
authored
release: 1.0.0 (#1)
* chore: cleanup project architecture Signed-off-by: Lexus Drumgold <[email protected]> * release: 1.0.0 Signed-off-by: Lexus Drumgold <[email protected]> Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 1e27965 commit 36a3154

File tree

6 files changed

+62
-16
lines changed

6 files changed

+62
-16
lines changed

.eslintrc.base.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ const config = {
418418
{
419419
exemptAsync: false,
420420
exemptGenerators: true,
421-
reportMissingReturnForUndefinedTypes: false
421+
reportMissingReturnForUndefinedTypes: true
422422
}
423423
],
424424
'jsdoc/require-returns-description': 1,

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
description: release tag
2727
required: true
2828
env:
29-
ARTIFACT:
29+
ARTIFACT: |
3030
${{ github.event.inputs.artifact || github.event.release.assets[0].browser_download_url }}
3131
NODE_VERSION: 16
3232
SCOPE: ${{ format('@{0}', github.repository_owner) }}

.vscode/settings.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
1313
"[ignore]": {
1414
"editor.defaultFormatter": "foxundermoon.shell-format"
1515
},
16-
"[jest-snapshot]": {
17-
"editor.rulers": [
18-
{
19-
"color": "var(--vscode-editorRuler-foreground)",
20-
"column": 130
21-
}
22-
],
23-
"editor.wordWrapColumn": 130,
24-
"rewrap.wrappingColumn": 130
25-
},
2616
"[markdown]": {
2717
"editor.defaultFormatter": "vscode.markdown-language-features",
2818
"editor.rulers": [
@@ -121,7 +111,6 @@
121111
"yaml"
122112
],
123113
"files.associations": {
124-
"*.snap": "jest-snapshot",
125114
".env.zsh": "shellscript",
126115
".markdownlintignore": "ignore",
127116
"commit-msg": "shellscript",
@@ -149,7 +138,7 @@
149138
],
150139
"npm-intellisense.scanDevDependencies": true,
151140
"prettier.enable": false,
152-
"prettier.useEditorConfig": false,
141+
"prettier.useEditorConfig": true,
153142
"shellformat.flag": "-ci -fn -i=2 -sr",
154143
"shellformat.useEditorConfig": true,
155144
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
## 1.0.0 (2022-12-03)
2+
3+
4+
### :pencil: Documentation
5+
6+
* api ([1e27965](https://github.com/flex-development/pkg-types/commit/1e27965a584458a3bd439b6c07aa6dfd6a38d228))
7+
* fix `WorkspacesConfig` description ([8166f6f](https://github.com/flex-development/pkg-types/commit/8166f6f42f5b8fb4a11e3a508e2f2afe6d459927))
8+
* fix npm links ([47c7564](https://github.com/flex-development/pkg-types/commit/47c75642cfcbe5d6a0e71027822f880deeb283fd))
9+
* related ([226746d](https://github.com/flex-development/pkg-types/commit/226746d5f36317dc816d61ec00f2fc2462903c69))
10+
* use ([653d014](https://github.com/flex-development/pkg-types/commit/653d01460f3d7690b55522238633d027052f4933))
11+
12+
13+
### :sparkles: Features
14+
15+
* **interfaces:** `DependencyMap` ([50a80ee](https://github.com/flex-development/pkg-types/commit/50a80eebe477d5050d8686d5d2d9055771edb86c))
16+
* **interfaces:** `Directories` ([0387945](https://github.com/flex-development/pkg-types/commit/038794558af7917833d991bdff582e0c0ea9c3fd))
17+
* **interfaces:** `PackageJson` ([7b06924](https://github.com/flex-development/pkg-types/commit/7b0692467157dace1ddebc65d4b4d0394d01877b))
18+
* **interfaces:** `PublishConfig` ([a530f4f](https://github.com/flex-development/pkg-types/commit/a530f4f06a35f700bb1eca9eea92183803c5e930))
19+
* **interfaces:** `Scripts` ([b9db53b](https://github.com/flex-development/pkg-types/commit/b9db53bcf84b5e801705de5506725c02438b846a))
20+
* **types:** `Access` ([6b08cbf](https://github.com/flex-development/pkg-types/commit/6b08cbfe9bd568098efa6ed6ff9a5202c0c26eae))
21+
* **types:** `Bin` ([9035563](https://github.com/flex-development/pkg-types/commit/9035563987c3dfafe1d4dd6523f1e059f97cb3e0))
22+
* **types:** `Browser` ([fe8409e](https://github.com/flex-development/pkg-types/commit/fe8409ea08d27992f114a1755ce4d254eeb8bcd7))
23+
* **types:** `BugsObject` ([28d68fd](https://github.com/flex-development/pkg-types/commit/28d68fdc2e3808fe5f610050e46a1b8a4f03a03a))
24+
* **types:** `CPU` ([46a3251](https://github.com/flex-development/pkg-types/commit/46a32514e6bdec8ff33baf5e6dd19573a2b8f079))
25+
* **types:** `DependencyMeta` ([39df145](https://github.com/flex-development/pkg-types/commit/39df1454b082e63f93ec60ca3ae597d89eed9907))
26+
* **types:** `Engine` ([42e1979](https://github.com/flex-development/pkg-types/commit/42e1979c77309c2eadf6dccf454b9b58f8e92169))
27+
* **types:** `Engines` ([9a09e62](https://github.com/flex-development/pkg-types/commit/9a09e62aa032590c95737d56d308e669e9964789))
28+
* **types:** `ExportCondition` ([e6e4cd5](https://github.com/flex-development/pkg-types/commit/e6e4cd5dbc796ced7cdde503b5be6574ff7aca1d))
29+
* **types:** `ExportConditions`, `Exports` ([22c207e](https://github.com/flex-development/pkg-types/commit/22c207ec009db4c0015c1a568a8e957054a1e797))
30+
* **types:** `FundingObject` ([e467bfc](https://github.com/flex-development/pkg-types/commit/e467bfc421b95c47feb3d677b0fa2b759bdb38f4))
31+
* **types:** `FundingType` ([949a2c0](https://github.com/flex-development/pkg-types/commit/949a2c0e4006c69e3f7d567ba7dfbda8adf32040))
32+
* **types:** `HoistingLimits` ([3661d84](https://github.com/flex-development/pkg-types/commit/3661d843433108f3a0a71603bc765a5b43b3a402))
33+
* **types:** `ImportsKey` ([14a69ec](https://github.com/flex-development/pkg-types/commit/14a69ecb766bc0d25da4864c921069aa30d66ce6))
34+
* **types:** `Imports` ([cc68844](https://github.com/flex-development/pkg-types/commit/cc68844ee4ba978ee370a30001783a0bdecb7e28))
35+
* **types:** `InstallConfig` ([ef89d52](https://github.com/flex-development/pkg-types/commit/ef89d525a38cf37c8e21d9cfbe82f74b20be4a55))
36+
* **types:** `LicenseObject` ([ec81ecd](https://github.com/flex-development/pkg-types/commit/ec81ecde6fe28f2b09664bda6d0b5539e57fb25e))
37+
* **types:** `OS` ([a6b42c7](https://github.com/flex-development/pkg-types/commit/a6b42c7aa4a99596a84f831a14bf795365b59119))
38+
* **types:** `PeerDependencyMeta` ([78a4cbd](https://github.com/flex-development/pkg-types/commit/78a4cbdf23eb07c8687e72233731f6cc9e9a0d06))
39+
* **types:** `Person` ([9be7e97](https://github.com/flex-development/pkg-types/commit/9be7e978e50fb2a4891f98a7dafc90ffb00a2923))
40+
* **types:** `Registry` ([70f8c93](https://github.com/flex-development/pkg-types/commit/70f8c931675941bb676d1570b9a0fb6792f601e4))
41+
* **types:** `Repository` ([b337b40](https://github.com/flex-development/pkg-types/commit/b337b4089479164418628d0f40bd46ac8c7198a0))
42+
* **types:** `SemanticVersion` ([c8d0884](https://github.com/flex-development/pkg-types/commit/c8d0884f035f6e4892730b6aa73b9b49756a8046))
43+
* **types:** `Type` ([94ce708](https://github.com/flex-development/pkg-types/commit/94ce708e5b6cbbb2dbdb33966387c6a2b59cef02))
44+
* **types:** `TypesVersions` ([ffd3e52](https://github.com/flex-development/pkg-types/commit/ffd3e52c1dfc764531e7a367578267a133a3bf59))
45+
* **types:** `WorkspacesConfig` ([154c209](https://github.com/flex-development/pkg-types/commit/154c20941b661c0227e4207ece4cf0c5e9484bc3))
46+
47+
48+
### :house_with_garden: Housekeeping
49+
50+
* cleanup project architecture ([625d646](https://github.com/flex-development/pkg-types/commit/625d6466f772871f5f47183adfe73b9a9815a741))
51+
52+
53+
### :zap: Refactors
54+
55+
* **ts:** ensure definitions are json-compatible ([63abb4a](https://github.com/flex-development/pkg-types/commit/63abb4aea401a1a8e24e2de51ba47104f188a266))
56+
* **types:** `BugsObject` -> `Bugs` ([cc05dfb](https://github.com/flex-development/pkg-types/commit/cc05dfb3a65b6230b30b3b436e27e0b44efa3008))
57+
* **types:** `FundingObject` -> `FundingInfo` ([ab8a328](https://github.com/flex-development/pkg-types/commit/ab8a32849011d78806f85760537b4aae063b2942))

__tests__/reporters/notifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Notifier implements Reporter {
128128
*/
129129
public onInit(context: Vitest): void {
130130
this.ctx = context
131-
this.start = performance.now()
131+
return void (this.start = performance.now())
132132
}
133133

134134
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/pkg-types",
33
"description": "TypeScript definitions for package.json",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"package.json",
77
"typescript"

0 commit comments

Comments
 (0)