@arcgis/components-build-utils 5.1.0-next.81 → 5.1.0-next.82

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/dist/vite.d.cts CHANGED
@@ -69,15 +69,6 @@ export type DependencyManagementOptions = {
69
69
  * be externalized (because all peerDependencies are externalized).
70
70
  */
71
71
  export declare function externalizeDependencies(options: DependencyManagementOptions): Plugin;
72
- /**
73
- * Convert a string value to a RegExp that matches any import specifier that
74
- * starts with the given string.
75
- *
76
- * @example
77
- * "monaco-editor" will create a regex that matches "monaco-editor" and
78
- * "monaco-editor/sub-path", but not "monaco-editor-beta".
79
- */
80
- export declare const stringToStartsWithGlob: (option: RegExp | string) => RegExp;
81
72
  export declare const exportsForTests: {
82
73
  stringToStartsWithGlob: (option: RegExp | string) => RegExp;
83
74
  };
package/dist/vite.d.ts CHANGED
@@ -69,15 +69,6 @@ export type DependencyManagementOptions = {
69
69
  * be externalized (because all peerDependencies are externalized).
70
70
  */
71
71
  export declare function externalizeDependencies(options: DependencyManagementOptions): Plugin;
72
- /**
73
- * Convert a string value to a RegExp that matches any import specifier that
74
- * starts with the given string.
75
- *
76
- * @example
77
- * "monaco-editor" will create a regex that matches "monaco-editor" and
78
- * "monaco-editor/sub-path", but not "monaco-editor-beta".
79
- */
80
- export declare const stringToStartsWithGlob: (option: RegExp | string) => RegExp;
81
72
  export declare const exportsForTests: {
82
73
  stringToStartsWithGlob: (option: RegExp | string) => RegExp;
83
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/components-build-utils",
3
- "version": "5.1.0-next.81",
3
+ "version": "5.1.0-next.82",
4
4
  "description": "Collection of common internal build-time patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",