@sprucelabs/spruce-heartwood-utils 15.3.13 → 15.3.14

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/README.md CHANGED
@@ -14,6 +14,7 @@ Spruce XP Documentation
14
14
  <img align="center" width="80%" src="./docs/images/sprucebot-message.png">
15
15
  </p>
16
16
  <br />
17
+
17
18
  <p align="center">
18
19
  <a href="https://developer.spruce.ai/#/"><img width="250" src="./docs/images/read-full-docs.png" /></a>
19
20
  </p>
@@ -10,9 +10,7 @@ Name extends EventName<Contract> = EventName<Contract>> {
10
10
  private eventName;
11
11
  private vcIdsTransformer;
12
12
  private remoteVcFactory;
13
- static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']
14
- /** @ts-ignore */
15
- >(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
13
+ static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']>(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
16
14
  /** @ts-ignore */
17
15
  constructor(options: CardRegistrarOptions<Contract, Name>);
18
16
  fetch(options?: CardFetchOptions<Contract, Name>): Promise<AbstractViewController<Card>[]>;
@@ -10,9 +10,7 @@ Name extends EventName<Contract> = EventName<Contract>> {
10
10
  private eventName;
11
11
  private vcIdsTransformer;
12
12
  private remoteVcFactory;
13
- static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']
14
- /** @ts-ignore */
15
- >(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
13
+ static Registrar<Contract = SkillEventContract, Name = keyof SkillEventContract['eventSignatures']>(options: CardRegistrarOptions<Contract, Name>): CardRegistrar<Contract, Name>;
16
14
  /** @ts-ignore */
17
15
  constructor(options: CardRegistrarOptions<Contract, Name>);
18
16
  fetch(options?: CardFetchOptions<Contract, Name>): Promise<AbstractViewController<Card>[]>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "15.3.13",
4
+ "version": "15.3.14",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },