@sprucelabs/spruce-heartwood-utils 19.5.9 → 19.5.10

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.
@@ -12,7 +12,7 @@ import { assertOptions } from '@sprucelabs/schema';
12
12
  import { eventFaker, } from '@sprucelabs/spruce-test-fixtures';
13
13
  import { assert } from '@sprucelabs/test-utils';
14
14
  import { generateId } from '@sprucelabs/test-utils';
15
- import heartwoodEventFaker from './heartwoodEventFaker';
15
+ import heartwoodEventFaker from './heartwoodEventFaker.js';
16
16
  const remoteVcAssert = {
17
17
  assertSkillViewRendersRemoteCards(options) {
18
18
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,10 +1,10 @@
1
- export { default as RemoteViewControllerFactoryImpl } from './skillViews/RemoteViewControllerFactory';
2
- export * from './skillViews/RemoteViewControllerFactory';
3
- export { default as CardRegistrar } from './skillViews/CardRegistrar';
4
- export { default as remoteVcAssert } from './__tests__/support/remoteVcAssert';
5
- export { default as fakeGetViews } from './__tests__/support/heartwoodEventFaker';
6
- export { default as MockRemoteViewControllerFactory } from './__tests__/support/MockRemoteViewControllerFactory';
7
- export * from './types/heartwood-module.types';
8
- export { default as loadActiveThemeForOrg } from './theming/loadActiveThemeForOrg';
9
- export { default as AutoLogoutPlugin } from './plugins/AutoLogoutViewPlugin';
10
- export { default as SpyAutoLogoutPlugin } from './plugins/SpyAutoLogoutViewPlugin';
1
+ export { default as RemoteViewControllerFactoryImpl } from './skillViews/RemoteViewControllerFactory.js';
2
+ export * from './skillViews/RemoteViewControllerFactory.js';
3
+ export { default as CardRegistrar } from './skillViews/CardRegistrar.js';
4
+ export { default as remoteVcAssert } from './__tests__/support/remoteVcAssert.js';
5
+ export { default as fakeGetViews } from './__tests__/support/heartwoodEventFaker.js';
6
+ export { default as MockRemoteViewControllerFactory } from './__tests__/support/MockRemoteViewControllerFactory.js';
7
+ export * from './types/heartwood-module.types.js';
8
+ export { default as loadActiveThemeForOrg } from './theming/loadActiveThemeForOrg.js';
9
+ export { default as AutoLogoutPlugin } from './plugins/AutoLogoutViewPlugin.js';
10
+ export { default as SpyAutoLogoutPlugin } from './plugins/SpyAutoLogoutViewPlugin.js';
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { assertOptions } from '@sprucelabs/schema';
11
- import RemoteViewControllerFactoryImpl from './RemoteViewControllerFactory';
11
+ import RemoteViewControllerFactoryImpl from './RemoteViewControllerFactory.js';
12
12
  export default class CardRegistrar {
13
13
  static Registrar(options) {
14
14
  return new this(options);
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { ViewControllerImporter, } from '@sprucelabs/heartwood-view-controllers';
11
- import SpruceError from '../errors/SpruceError';
11
+ import SpruceError from '../errors/SpruceError.js';
12
12
  class RemoteViewControllerFactoryImpl {
13
13
  static Factory(options) {
14
14
  var _a;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "19.5.9",
4
+ "version": "19.5.10",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },