@servicetitan/docs-uikit 24.0.0 → 24.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs/startup.mdx +1 -1
  2. package/package.json +2 -2
package/docs/startup.mdx CHANGED
@@ -19,7 +19,7 @@ import { VersionHistory, Changes } from '@site/src/components/version-history';
19
19
  <li>Type checks for enums are stricter because all enum values get their own type</li>
20
20
  <li>String and boolean values aren't implicitly converted to numbers.
21
21
  Use the <code>+</code> operator to explicitly convert values to numbers in mathematical expressions.
22
- (e.g., <code>return +str > 42;</code>)</li>
22
+ (e.g., <code>return +str &gt; 42;</code>)</li>
23
23
  </ul>
24
24
  <p>See <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">this blogpost</a> for the complete list of changes.</p>
25
25
  </Admonition>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/docs-uikit",
3
- "version": "24.0.0",
3
+ "version": "24.0.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "cli": {
17
17
  "webpack": false
18
18
  },
19
- "gitHead": "7cd2407a9025cfb84bddbd1241eaa7fd40311cb8"
19
+ "gitHead": "6638c969e43e87ee7d888512308430f89e0b6a58"
20
20
  }