Skip to content

Commit 1b02bc4

Browse files
committed
release: @-xun/[email protected] [skip ci]
## ⚙️ Build System - **deps:** bump type-fest from 4.35.0 to 4.36.0 ([2bc21e1][2]) - **deps:** bump type-fest from 4.36.0 to 4.37.0 ([b2398ea][3]) [1]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected] [2]: 2bc21e1 [3]: b2398ea
1 parent ebfb426 commit 1b02bc4

29 files changed

+82
-70
lines changed

packages/types/CHANGELOG.md

+28-16
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,54 @@ this project adheres to [Semantic Versioning][2].
1414

1515
<br />
1616

17-
### 🏗️ Patch @-xun/project-types[@1.0.3][5] (2025-02-24)
17+
### 🏗️ Patch @-xun/project-types[@1.0.4][5] (2025-03-08)
18+
19+
#### ⚙️ Build System
20+
21+
- **deps:** bump type-fest from 4.35.0 to 4.36.0 ([2bc21e1][6])
22+
- **deps:** bump type-fest from 4.36.0 to 4.37.0 ([b2398ea][7])
23+
24+
<br />
25+
26+
### 🏗️ Patch @-xun/project-types[@1.0.3][8] (2025-02-24)
1827

1928
#### 🪄 Fixes
2029

21-
- Handle unnamed packages (and other `XPackageJson` violations) more logically and consistently ([ebf5440][6])
30+
- Handle unnamed packages (and other `XPackageJson` violations) more logically and consistently ([ebf5440][9])
2231

2332
<br />
2433

25-
### 🏗️ Patch @-xun/project-types[@1.0.2][7] (2025-02-17)
34+
### 🏗️ Patch @-xun/project-types[@1.0.2][10] (2025-02-17)
2635

2736
#### ⚙️ Build System
2837

29-
- Update @-xun/run to 1.0.1 ([ff90125][8])
38+
- Update @-xun/run to 1.0.1 ([ff90125][11])
3039

3140
<br />
3241

33-
### 🏗️ Patch @-xun/project-types[@1.0.1][9] (2025-02-06)
42+
### 🏗️ Patch @-xun/project-types[@1.0.1][12] (2025-02-06)
3443

3544
#### 🪄 Fixes
3645

37-
- **packages/graph:** ensure `gatherX` exports use internally serializable data structures ([f358b63][10])
46+
- **packages/graph:** ensure `gatherX` exports use internally serializable data structures ([f358b63][13])
3847

3948
#### ⚙️ Build System
4049

41-
- **husky:** skip slow tests ([80a5ed7][11])
42-
- **post-npm-install:** add common-dummies post-install to npm-post-install ([2747383][12])
50+
- **husky:** skip slow tests ([80a5ed7][14])
51+
- **post-npm-install:** add common-dummies post-install to npm-post-install ([2747383][15])
4352

4453
[1]: https://conventionalcommits.org
4554
[2]: https://semver.org
4655
[3]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
4756
[4]: https://github.com/Xunnamius/project-utils/commit/880d8ce103b19a190f99c2f5db4ca46d8da97664
48-
[5]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
49-
[6]: https://github.com/Xunnamius/project-utils/commit/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b
50-
[7]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
51-
[8]: https://github.com/Xunnamius/project-utils/commit/ff90125e0338879bf7bf87de3d6d4aed56521e4c
52-
[9]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
53-
[10]: https://github.com/Xunnamius/project-utils/commit/f358b6316be918b22cfc98428568deedc3ca7dd7
54-
[11]: https://github.com/Xunnamius/project-utils/commit/80a5ed7472360ab582a2244137ed53d9f14dcec5
55-
[12]: https://github.com/Xunnamius/project-utils/commit/274738346fdc425d391c09d88ec14c504de107a1
57+
[5]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
58+
[6]: https://github.com/Xunnamius/project-utils/commit/2bc21e170c656a34be054a0b4e58de6e15433172
59+
[7]: https://github.com/Xunnamius/project-utils/commit/b2398eab46d68e65d6fe3b7c72440ff23126c998
60+
[8]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
61+
[9]: https://github.com/Xunnamius/project-utils/commit/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b
62+
[10]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
63+
[11]: https://github.com/Xunnamius/project-utils/commit/ff90125e0338879bf7bf87de3d6d4aed56521e4c
64+
[12]: https://github.com/Xunnamius/project-utils/compare/@-xun/[email protected]...@-xun/[email protected]
65+
[13]: https://github.com/Xunnamius/project-utils/commit/f358b6316be918b22cfc98428568deedc3ca7dd7
66+
[14]: https://github.com/Xunnamius/project-utils/commit/80a5ed7472360ab582a2244137ed53d9f14dcec5
67+
[15]: https://github.com/Xunnamius/project-utils/commit/274738346fdc425d391c09d88ec14c504de107a1

packages/types/docs/enumerations/ProjectAttribute.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Enumeration: ProjectAttribute
88

9-
Defined in: [index.ts:95](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L95)
9+
Defined in: [index.ts:95](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L95)
1010

1111
A "project attribute" describes a capability, scope, or some other
1212
interesting property of a project's repository.
@@ -17,7 +17,7 @@ interesting property of a project's repository.
1717

1818
> **Cjs**: `"cjs"`
1919
20-
Defined in: [index.ts:115](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L115)
20+
Defined in: [index.ts:115](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L115)
2121

2222
The root `package.json` file does not have a `type: "module"` key.
2323

@@ -27,7 +27,7 @@ The root `package.json` file does not have a `type: "module"` key.
2727

2828
> **Cli**: `"cli"`
2929
30-
Defined in: [index.ts:103](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L103)
30+
Defined in: [index.ts:103](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L103)
3131

3232
The root `package.json` file has a `bin` key.
3333

@@ -37,7 +37,7 @@ The root `package.json` file has a `bin` key.
3737

3838
> **Esm**: `"esm"`
3939
40-
Defined in: [index.ts:119](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L119)
40+
Defined in: [index.ts:119](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L119)
4141

4242
The root `package.json` file has a `type: "module"` key.
4343

@@ -47,7 +47,7 @@ The root `package.json` file has a `type: "module"` key.
4747

4848
> **Hybridrepo**: `"hybridrepo"`
4949
50-
Defined in: [index.ts:136](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L136)
50+
Defined in: [index.ts:136](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L136)
5151

5252
The root `package.json` file has a `workspaces` key and a `src` directory
5353
exists at the project root.
@@ -58,7 +58,7 @@ exists at the project root.
5858

5959
> **Monorepo**: `"monorepo"`
6060
61-
Defined in: [index.ts:127](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L127)
61+
Defined in: [index.ts:127](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L127)
6262

6363
The root `package.json` file has a `workspaces` key.
6464

@@ -68,7 +68,7 @@ The root `package.json` file has a `workspaces` key.
6868

6969
> **Multiversal**: `"multiversal"`
7070
71-
Defined in: [index.ts:142](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L142)
71+
Defined in: [index.ts:142](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L142)
7272

7373
The root `package.json` file contains a `build:dist` script containing the
7474
string "--multiversal" or "--not-multiversal=false" and does not contain
@@ -80,7 +80,7 @@ the string "--multiversal=false"
8080

8181
> **Next**: `"nextjs"`
8282
83-
Defined in: [index.ts:99](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L99)
83+
Defined in: [index.ts:99](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L99)
8484

8585
A nextjsConfigProjectBase file exists at the project root.
8686

@@ -90,7 +90,7 @@ A nextjsConfigProjectBase file exists at the project root.
9090

9191
> **Polyrepo**: `"polyrepo"`
9292
93-
Defined in: [index.ts:131](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L131)
93+
Defined in: [index.ts:131](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L131)
9494

9595
The root `package.json` file does not have a `workspaces` key.
9696

@@ -100,7 +100,7 @@ The root `package.json` file does not have a `workspaces` key.
100100

101101
> **Private**: `"private"`
102102
103-
Defined in: [index.ts:123](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L123)
103+
Defined in: [index.ts:123](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L123)
104104

105105
The root `package.json` file has a `private: true` key.
106106

@@ -110,7 +110,7 @@ The root `package.json` file has a `private: true` key.
110110

111111
> **Vercel**: `"vercel"`
112112
113-
Defined in: [index.ts:111](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L111)
113+
Defined in: [index.ts:111](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L111)
114114

115115
A `vercel.json` or `.vercel/project.json` file exists at the project root.
116116

@@ -120,6 +120,6 @@ A `vercel.json` or `.vercel/project.json` file exists at the project root.
120120

121121
> **Webpack**: `"webpack"`
122122
123-
Defined in: [index.ts:107](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L107)
123+
Defined in: [index.ts:107](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L107)
124124

125125
A webpackConfigProjectBase file exists at the project root.

packages/types/docs/enumerations/WorkspaceAttribute.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Enumeration: WorkspaceAttribute
88

9-
Defined in: [index.ts:149](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L149)
9+
Defined in: [index.ts:149](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L149)
1010

1111
A "workspace attribute" describes a capability, scope, or some other
1212
interesting property of a workspace/sub-root within a monorepo project.
@@ -17,7 +17,7 @@ interesting property of a workspace/sub-root within a monorepo project.
1717

1818
> **Cjs**: `"cjs"`
1919
20-
Defined in: [index.ts:153](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L153)
20+
Defined in: [index.ts:153](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L153)
2121

2222
The workspace's `package.json` file does not have a `type: "module"` key.
2323

@@ -27,7 +27,7 @@ The workspace's `package.json` file does not have a `type: "module"` key.
2727

2828
> **Cli**: `"cli"`
2929
30-
Defined in: [index.ts:157](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L157)
30+
Defined in: [index.ts:157](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L157)
3131

3232
The workspace's `package.json` file has a `bin` key.
3333

@@ -37,7 +37,7 @@ The workspace's `package.json` file has a `bin` key.
3737

3838
> **Esm**: `"esm"`
3939
40-
Defined in: [index.ts:161](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L161)
40+
Defined in: [index.ts:161](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L161)
4141

4242
The workspace's `package.json` file has a `type: "module"` key.
4343

@@ -47,7 +47,7 @@ The workspace's `package.json` file has a `type: "module"` key.
4747

4848
> **Multiversal**: `"multiversal"`
4949
50-
Defined in: [index.ts:191](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L191)
50+
Defined in: [index.ts:191](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L191)
5151

5252
The workspace's `package.json` file contains a `build:dist` script
5353
containing the string "--multiversal" or "--not-multiversal=false" and does
@@ -59,7 +59,7 @@ not contain the string "--multiversal=false"
5959

6060
> **Private**: `"private"`
6161
62-
Defined in: [index.ts:165](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L165)
62+
Defined in: [index.ts:165](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L165)
6363

6464
The workspace's `package.json` file has a `private: true` key.
6565

@@ -69,7 +69,7 @@ The workspace's `package.json` file has a `private: true` key.
6969

7070
> **Shared**: `"shared"`
7171
72-
Defined in: [index.ts:185](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L185)
72+
Defined in: [index.ts:185](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L185)
7373

7474
The workspace root contains the file sharedAttributeFileBase,
7575
signifying that paths and commits scoped to this workspace will be
@@ -91,6 +91,6 @@ package.
9191

9292
> **Webpack**: `"webpack"`
9393
94-
Defined in: [index.ts:169](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L169)
94+
Defined in: [index.ts:169](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L169)
9595

9696
A webpackConfigProjectBase file exists at the workspace's root.

packages/types/docs/functions/isPackage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
> **isPackage**(`o`, `options`?): `o is GenericPackage`
1212
13-
Defined in: [index.ts:592](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L592)
13+
Defined in: [index.ts:592](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L592)
1414

1515
Returns `true` if `o` is probably an instance of `RootPackage` or
1616
`WorkspacePackage`.
@@ -35,7 +35,7 @@ Returns `true` if `o` is probably an instance of `RootPackage` or
3535

3636
> **isPackage**(`o`, `options`): `o is Package<XPackageJson<XPackageJsonScripts>>`
3737
38-
Defined in: [index.ts:593](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L593)
38+
Defined in: [index.ts:593](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L593)
3939

4040
Returns `true` if `o` is probably an instance of `RootPackage` or
4141
`WorkspacePackage`.
@@ -60,7 +60,7 @@ Returns `true` if `o` is probably an instance of `RootPackage` or
6060

6161
> **isPackage**(`o`, `options`): o is GenericPackage \| Package\<XPackageJson\<XPackageJsonScripts\>\>
6262
63-
Defined in: [index.ts:594](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L594)
63+
Defined in: [index.ts:594](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L594)
6464

6565
Returns `true` if `o` is probably an instance of `RootPackage` or
6666
`WorkspacePackage`.

packages/types/docs/functions/isProjectMetadata.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
> **isProjectMetadata**(`o`, `options`?): `o is GenericProjectMetadata`
1212
13-
Defined in: [index.ts:671](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L671)
13+
Defined in: [index.ts:671](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L671)
1414

1515
Returns `true` if `o` is probably an instance of `ProjectMetadata`.
1616

@@ -34,7 +34,7 @@ Returns `true` if `o` is probably an instance of `ProjectMetadata`.
3434

3535
> **isProjectMetadata**(`o`, `options`): `o is ProjectMetadata<XPackageJson<XPackageJsonScripts>>`
3636
37-
Defined in: [index.ts:675](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L675)
37+
Defined in: [index.ts:675](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L675)
3838

3939
Returns `true` if `o` is probably an instance of `ProjectMetadata`.
4040

@@ -58,7 +58,7 @@ Returns `true` if `o` is probably an instance of `ProjectMetadata`.
5858

5959
> **isProjectMetadata**(`o`, `options`): o is GenericProjectMetadata \| ProjectMetadata\<XPackageJson\<XPackageJsonScripts\>\>
6060
61-
Defined in: [index.ts:679](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L679)
61+
Defined in: [index.ts:679](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L679)
6262

6363
Returns `true` if `o` is probably an instance of `ProjectMetadata`.
6464

packages/types/docs/functions/isRootPackage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
> **isRootPackage**(`o`, `options`?): `o is GenericRootPackage`
1212
13-
Defined in: [index.ts:642](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L642)
13+
Defined in: [index.ts:642](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L642)
1414

1515
Returns `true` if `o` is probably an instance of `RootPackage` (i.e. not a
1616
[WorkspacePackage](../type-aliases/WorkspacePackage.md)).
@@ -35,7 +35,7 @@ Returns `true` if `o` is probably an instance of `RootPackage` (i.e. not a
3535

3636
> **isRootPackage**(`o`, `options`): `o is RootPackage<XPackageJson<XPackageJsonScripts>>`
3737
38-
Defined in: [index.ts:646](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L646)
38+
Defined in: [index.ts:646](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L646)
3939

4040
Returns `true` if `o` is probably an instance of `RootPackage` (i.e. not a
4141
[WorkspacePackage](../type-aliases/WorkspacePackage.md)).
@@ -60,7 +60,7 @@ Returns `true` if `o` is probably an instance of `RootPackage` (i.e. not a
6060

6161
> **isRootPackage**(`o`, `options`): o is RootPackage\<XPackageJson\<XPackageJsonScripts\>\> \| GenericRootPackage
6262
63-
Defined in: [index.ts:647](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L647)
63+
Defined in: [index.ts:647](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L647)
6464

6565
Returns `true` if `o` is probably an instance of `RootPackage` (i.e. not a
6666
[WorkspacePackage](../type-aliases/WorkspacePackage.md)).

packages/types/docs/functions/isWorkspacePackage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
> **isWorkspacePackage**(`o`, `options`?): `o is GenericWorkspacePackage`
1212
13-
Defined in: [index.ts:609](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L609)
13+
Defined in: [index.ts:609](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L609)
1414

1515
Returns `true` if `o` is probably an instance of `WorkspacePackage` (i.e. not
1616
a [RootPackage](../type-aliases/RootPackage.md)).
@@ -35,7 +35,7 @@ a [RootPackage](../type-aliases/RootPackage.md)).
3535

3636
> **isWorkspacePackage**(`o`, `options`): `o is WorkspacePackage<XPackageJson<XPackageJsonScripts>>`
3737
38-
Defined in: [index.ts:613](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L613)
38+
Defined in: [index.ts:613](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L613)
3939

4040
Returns `true` if `o` is probably an instance of `WorkspacePackage` (i.e. not
4141
a [RootPackage](../type-aliases/RootPackage.md)).
@@ -60,7 +60,7 @@ a [RootPackage](../type-aliases/RootPackage.md)).
6060

6161
> **isWorkspacePackage**(`o`, `options`): o is WorkspacePackage\<XPackageJson\<XPackageJsonScripts\>\> \| GenericWorkspacePackage
6262
63-
Defined in: [index.ts:617](https://github.com/Xunnamius/projector/blob/ebf54405456d5ea4b1a9fbe57c92ad44289d3b1b/packages/types/src/index.ts#L617)
63+
Defined in: [index.ts:617](https://github.com/Xunnamius/projector/blob/ebfb426738fc12f1d6a23d67f21f0cfd0d162c44/packages/types/src/index.ts#L617)
6464

6565
Returns `true` if `o` is probably an instance of `WorkspacePackage` (i.e. not
6666
a [RootPackage](../type-aliases/RootPackage.md)).

0 commit comments

Comments
 (0)