@arcgis/toolkit 5.0.0-next.65 → 5.0.0-next.68

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.
@@ -1,4 +1,4 @@
1
- import { nil } from '../type';
1
+ import { nil } from '../type/index.ts';
2
2
  /**
3
3
  * A combination of map and find.
4
4
  * Find a value in an array, and return its mapped variant.
@@ -1,4 +1,4 @@
1
- import { nil } from '../type';
1
+ import { nil } from '../type/index.ts';
2
2
  /**
3
3
  * A combination of map and find.
4
4
  * Find a value in an array, and return its mapped variant.
@@ -1,5 +1,5 @@
1
- import { nil } from '../type';
2
- export * from './slots';
1
+ import { nil } from '../type/index.ts';
2
+ export * from './slots.ts';
3
3
  /**
4
4
  * Combine multiple class names into a single string.
5
5
  *
@@ -1,5 +1,5 @@
1
- import { nil } from '../type';
2
- export * from './slots';
1
+ import { nil } from '../type/index.ts';
2
+ export * from './slots.ts';
3
3
  /**
4
4
  * Combine multiple class names into a single string.
5
5
  *
@@ -1,4 +1,4 @@
1
- import { nil } from '../type';
1
+ import { nil } from '../type/index.ts';
2
2
  /**
3
3
  * Safeguard to ensure that an item is not undefined.
4
4
  * @param item The item to check.
@@ -1,4 +1,4 @@
1
- import { nil } from '../type';
1
+ import { nil } from '../type/index.ts';
2
2
  /**
3
3
  * Safeguard to ensure that an item is not undefined.
4
4
  * @param item The item to check.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/toolkit",
3
- "version": "5.0.0-next.65",
3
+ "version": "5.0.0-next.68",
4
4
  "description": "Collection of common internal patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "sideEffects": false,