@sprucelabs/spruce-location-utils 10.0.182 → 10.0.184

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.
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import { vcAssertUtil, } from '@sprucelabs/heartwood-view-controllers';
10
+ import { vcAssert, } from '@sprucelabs/heartwood-view-controllers';
11
11
  import { assertOptions } from '@sprucelabs/schema';
12
12
  import { TestRouter, } from '@sprucelabs/spruce-test-fixtures';
13
13
  import { assert } from '@sprucelabs/test-utils';
@@ -28,7 +28,7 @@ const organizationAssert = {
28
28
  yield organizations.deleteAllOrganizations();
29
29
  TestRouter.setShouldThrowWhenRedirectingToBadSvc(false);
30
30
  const router = views.getRouter();
31
- yield vcAssertUtil.assertActionRedirects({
31
+ yield vcAssert.assertActionRedirects({
32
32
  router,
33
33
  action: () => views.load(vc),
34
34
  destination: {
@@ -20,7 +20,7 @@ const organizationAssert = {
20
20
  await organizations.deleteAllOrganizations();
21
21
  spruce_test_fixtures_1.TestRouter.setShouldThrowWhenRedirectingToBadSvc(false);
22
22
  const router = views.getRouter();
23
- await heartwood_view_controllers_1.vcAssertUtil.assertActionRedirects({
23
+ await heartwood_view_controllers_1.vcAssert.assertActionRedirects({
24
24
  router,
25
25
  action: () => views.load(vc),
26
26
  destination: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-location-utils",
3
3
  "description": "Location Utilities",
4
- "version": "10.0.182",
4
+ "version": "10.0.184",
5
5
  "skill": {
6
6
  "namespace": "locations"
7
7
  },