@servicetitan/docs-anvil-uikit-contrib 38.5.0 → 38.6.1
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.
- package/docs/secrets.mdx +2 -2
- package/package.json +2 -2
package/docs/secrets.mdx
CHANGED
|
@@ -9,9 +9,9 @@ title: Secrets
|
|
|
9
9
|
Import secrets directly from the package:
|
|
10
10
|
|
|
11
11
|
```ts
|
|
12
|
-
import {
|
|
12
|
+
import { arcgisMonolithApiKey } from '@servicetitan/secrets';
|
|
13
13
|
|
|
14
|
-
const mapClient = new ArcGisClient(
|
|
14
|
+
const mapClient = new ArcGisClient(arcgisMonolithApiKey);
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Managing Secrets
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/docs-anvil-uikit-contrib",
|
|
3
|
-
"version": "38.
|
|
3
|
+
"version": "38.6.1",
|
|
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": "
|
|
19
|
+
"gitHead": "fcd96d8dd56219340083a3c8a181c10a81da48ae"
|
|
20
20
|
}
|