jsrepo 3.0.0-beta.8 → 3.0.0
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 +13 -2
- package/dist/api/config.d.ts +2 -2
- package/dist/api/config.js +1 -1
- package/dist/api/errors.d.ts +2 -2
- package/dist/api/errors.js +1 -1
- package/dist/api/index.d.ts +2 -2
- package/dist/api/index.js +1 -1
- package/dist/api/langs/index.d.ts +1 -1
- package/dist/api/langs/index.js +1 -1
- package/dist/api/langs/js.d.ts +2 -2
- package/dist/api/langs/js.js +1 -1
- package/dist/api/outputs.d.ts +1 -1
- package/dist/api/outputs.js +1 -1
- package/dist/api/providers.d.ts +1 -1
- package/dist/api/providers.js +1 -1
- package/dist/api/utils.d.ts +2 -2
- package/dist/api/utils.js +1 -1
- package/dist/bin.js +365 -31
- package/dist/{config-BF-d_T4E.d.ts → config-BBRRrngn.d.ts} +871 -627
- package/dist/errors-C_rb7vZB.js +2 -0
- package/dist/magic-string.es-BweEsiXU.js +15 -0
- package/dist/magic-string.es-D_60Heal.js +1 -0
- package/dist/providers-rXkLWOba.js +157 -0
- package/package.json +4 -4
- package/dist/errors-C5p6zGib.js +0 -2
- package/dist/providers-BGbfbniz.js +0 -154
package/README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
<img width="1284" height="835" alt="CleanShot 2025-11-24 at 09 35 57" src="https://github.com/user-attachments/assets/61899098-fbc9-4263-972f-aacdfe0976de" />
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://npmjs.com/package/jsrepo)
|
|
4
|
+
[](https://npmjs.com/package/jsrepo)
|
|
5
|
+
|
|
6
|
+
# jsrepo
|
|
7
|
+
|
|
8
|
+
The modern registry toolchain. Distribute your code in any language anywhere with one CLI.
|
|
9
|
+
|
|
10
|
+
## Get Started
|
|
11
|
+
|
|
12
|
+
```sh
|
|
13
|
+
npx jsrepo init
|
|
14
|
+
```
|
package/dist/api/config.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as
|
|
2
|
-
export { Config, OptionallyInstalledRegistryTypes, RegistryConfig, RegistryItem, RegistryItemAdd, RegistryItemFile, RegistryItemType, RemoteDependency, Transform, TransformOptions, defineConfig, loadConfigSearch };
|
|
1
|
+
import { a as RegistryFileRoles, c as RegistryItemFile, d as TransformOptions, f as defineConfig, i as RegistryConfig, l as RegistryItemType, n as RemoteDependency, o as RegistryItem, r as Config, s as RegistryItemAdd, t as loadConfigSearch, u as Transform } from "../config-BBRRrngn.js";
|
|
2
|
+
export { Config, RegistryFileRoles as OptionallyInstalledRegistryTypes, RegistryConfig, RegistryItem, RegistryItemAdd, RegistryItemFile, RegistryItemType, RemoteDependency, Transform, TransformOptions, defineConfig, loadConfigSearch };
|
package/dist/api/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../errors-
|
|
1
|
+
import"../errors-C_rb7vZB.js";import{M as e,N as t,P as n}from"../providers-rXkLWOba.js";export{t as OptionallyInstalledRegistryTypes,n as defineConfig,e as loadConfigSearch};
|
package/dist/api/errors.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { At as
|
|
2
|
-
export { AlreadyInitializedError, BuildError, CLIError, ConfigNotFoundError, ConfigObjectNotFoundError, CouldNotFindJsrepoImportError, DuplicateFileReferenceError, DuplicateItemNameError, FailedToLoadConfigError, FileNotFoundError,
|
|
1
|
+
import { At as MultipleRegistriesError, Bt as RegistryFileFetchError, Ct as InvalidRegistryError, Dt as ManifestFetchError, Et as JsrepoError, Ft as NoPackageJsonFoundError, Gt as Unreachable, Ht as RegistryItemNotFoundError, It as NoPathProvidedError, Kt as ZodError, Lt as NoProviderFoundError, Mt as NoItemsToUpdateError, Nt as NoListedItemsError, Ot as MissingPeerDependencyError, Pt as NoOutputsError, Rt as NoRegistriesError, St as InvalidRegistryDependencyError, Tt as InvalidRegistryVersionError, Ut as RegistryNotProvidedError, Vt as RegistryItemFetchError, Wt as SelfReferenceError, _t as InvalidDependencyError, at as AlreadyInitializedError, bt as InvalidOptionsError, ct as ConfigNotFoundError, dt as DuplicateFileReferenceError, ft as DuplicateItemNameError, gt as ImportedFileNotResolvedError, ht as IllegalBlockNameError, jt as NoFilesError, kt as ModuleNotFoundError, lt as ConfigObjectNotFoundError, mt as FileNotFoundError, ot as BuildError, pt as FailedToLoadConfigError, st as CLIError, ut as CouldNotFindJsrepoImportError, vt as InvalidJSONError, wt as InvalidRegistryNameError, xt as InvalidPluginError, yt as InvalidKeyTypeError, zt as ProviderFetchError } from "../config-BBRRrngn.js";
|
|
2
|
+
export { AlreadyInitializedError, BuildError, CLIError, ConfigNotFoundError, ConfigObjectNotFoundError, CouldNotFindJsrepoImportError, DuplicateFileReferenceError, DuplicateItemNameError, FailedToLoadConfigError, FileNotFoundError, IllegalBlockNameError, ImportedFileNotResolvedError, InvalidDependencyError, InvalidJSONError, InvalidKeyTypeError, InvalidOptionsError, InvalidPluginError, InvalidRegistryDependencyError, InvalidRegistryError, InvalidRegistryNameError, InvalidRegistryVersionError, JsrepoError, ManifestFetchError, MissingPeerDependencyError, ModuleNotFoundError, MultipleRegistriesError, NoFilesError, NoItemsToUpdateError, NoListedItemsError, NoOutputsError, NoPackageJsonFoundError, NoPathProvidedError, NoProviderFoundError, NoRegistriesError, ProviderFetchError, RegistryFileFetchError, RegistryItemFetchError, RegistryItemNotFoundError, RegistryNotProvidedError, SelfReferenceError, Unreachable, ZodError };
|
package/dist/api/errors.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as e,B as t,C as n,D as r,E as i,F as a,I as o,L as s,M as c,N as l,O as u,P as d,R as f,S as p,T as m,V as h,_ as g,a as _,b as v,c as y,d as b,f as x,g as S,h as C,i as w,j as T,k as E,l as D,m as O,n as k,o as A,p as j,r as M,s as N,t as P,u as F,v as I,w as L,x as R,y as z,z as B}from"../errors-
|
|
1
|
+
import{A as e,B as t,C as n,D as r,E as i,F as a,I as o,L as s,M as c,N as l,O as u,P as d,R as f,S as p,T as m,V as h,_ as g,a as _,b as v,c as y,d as b,f as x,g as S,h as C,i as w,j as T,k as E,l as D,m as O,n as k,o as A,p as j,r as M,s as N,t as P,u as F,v as I,w as L,x as R,y as z,z as B}from"../errors-C_rb7vZB.js";export{P as AlreadyInitializedError,k as BuildError,M as ConfigNotFoundError,w as ConfigObjectNotFoundError,_ as CouldNotFindJsrepoImportError,A as DuplicateFileReferenceError,N as DuplicateItemNameError,y as FailedToLoadConfigError,D as FileNotFoundError,F as IllegalBlockNameError,b as ImportedFileNotResolvedError,x as InvalidDependencyError,j as InvalidJSONError,O as InvalidKeyTypeError,C as InvalidOptionsError,S as InvalidPluginError,g as InvalidRegistryDependencyError,I as InvalidRegistryError,z as InvalidRegistryNameError,v as InvalidRegistryVersionError,R as JsrepoError,p as ManifestFetchError,n as MissingPeerDependencyError,L as ModuleNotFoundError,m as MultipleRegistriesError,i as NoFilesError,r as NoItemsToUpdateError,u as NoListedItemsError,E as NoOutputsError,e as NoPackageJsonFoundError,T as NoPathProvidedError,c as NoProviderFoundError,l as NoRegistriesError,d as ProviderFetchError,a as RegistryFileFetchError,o as RegistryItemFetchError,s as RegistryItemNotFoundError,f as RegistryNotProvidedError,B as SelfReferenceError,t as Unreachable,h as ZodError};
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export { AlreadyInitializedError, AzureOptions, BitBucketOptions, BuildError, CLIError, Config, ConfigNotFoundError, ConfigObjectNotFoundError, CouldNotFindJsrepoImportError, CreateOptions, CssOptions, DEFAULT_LANGS, DEFAULT_PROVIDERS, DistributedOutputManifest, DistributedOutputOptions, DuplicateFileReferenceError, DuplicateItemNameError, FailedToLoadConfigError, FetchOptions, FileNotFoundError,
|
|
1
|
+
import { $ as RepositoryOutputManifest, A as JsrepoOptions, At as MultipleRegistriesError, B as BitBucketOptions, Bt as RegistryFileFetchError, C as resolveAndFetchAllItems, Ct as InvalidRegistryError, D as updateFiles, Dt as ManifestFetchError, E as resolveWantedItems, Et as JsrepoError, F as gitlab, Ft as NoPackageJsonFoundError, G as FetchOptions, Gt as Unreachable, H as AzureOptions, Ht as RegistryItemNotFoundError, I as GitHubOptions, It as NoPathProvidedError, J as Prompts, Jt as VueOptions, K as GetToken, Kt as ZodError, L as github, Lt as NoProviderFoundError, M as HttpOptions, Mt as NoItemsToUpdateError, N as http, Nt as NoListedItemsError, O as DEFAULT_PROVIDERS, Ot as MissingPeerDependencyError, P as GitLabOptions, Pt as NoOutputsError, Q as ManifestSchema, Qt as JsOptions, R as FsOptions, Rt as NoRegistriesError, S as prepareUpdates, St as InvalidRegistryDependencyError, T as resolveTree, Tt as InvalidRegistryVersionError, U as azure, Ut as RegistryNotProvidedError, V as bitbucket, Vt as RegistryItemFetchError, W as CreateOptions, Wt as SelfReferenceError, X as ProviderFactory, Xt as SvelteOptions, Y as Provider, Yt as vue, Z as Manifest, Zt as svelte, _ as RegistryItemWithContent, _t as InvalidDependencyError, a as RegistryFileRoles, an as html, at as AlreadyInitializedError, b as normalizeItemTypeForPath, bt as InvalidOptionsError, c as RegistryItemFile, cn as ImportTransform, ct as ConfigNotFoundError, d as TransformOptions, dn as ResolveDependenciesOptions, dt as DuplicateFileReferenceError, et as RepositoryOutputOptions, f as defineConfig, fn as ResolveDependenciesResult, ft as DuplicateItemNameError, g as joinAbsolute, gt as ImportedFileNotResolvedError, h as promptInstallDependenciesByEcosystem, hn as ItemRelativePath, ht as IllegalBlockNameError, i as RegistryConfig, in as HtmlOptions, it as distributed, j as jsrepo, jt as NoFilesError, k as fetchManifest, kt as ModuleNotFoundError, l as RegistryItemType, ln as InstallDependenciesOptions, lt as ConfigObjectNotFoundError, m as promptAddEnvVars, mn as AbsolutePath, mt as FileNotFoundError, n as RemoteDependency, nt as DistributedOutputManifest, o as RegistryItem, on as CssOptions, ot as BuildError, p as Output, pn as TransformImportsOptions, pt as FailedToLoadConfigError, q as GetTokenWithRegistry, qt as DEFAULT_LANGS, r as Config, rt as DistributedOutputOptions, s as RegistryItemAdd, sn as css, st as CLIError, t as loadConfigSearch, tn as js, tt as repository, u as Transform, un as Language, ut as CouldNotFindJsrepoImportError, v as fetchAllResolvedItems, vt as InvalidJSONError, w as resolveRegistries, wt as InvalidRegistryNameError, x as parseWantedItems, xt as InvalidPluginError, y as getPathsForItems, yt as InvalidKeyTypeError, z as _fs, zt as ProviderFetchError } from "../config-BBRRrngn.js";
|
|
2
|
+
export { AbsolutePath, AlreadyInitializedError, AzureOptions, BitBucketOptions, BuildError, CLIError, Config, ConfigNotFoundError, ConfigObjectNotFoundError, CouldNotFindJsrepoImportError, CreateOptions, CssOptions, DEFAULT_LANGS, DEFAULT_PROVIDERS, DistributedOutputManifest, DistributedOutputOptions, DuplicateFileReferenceError, DuplicateItemNameError, FailedToLoadConfigError, FetchOptions, FileNotFoundError, FsOptions, GetToken, GetTokenWithRegistry, GitHubOptions, GitLabOptions, HtmlOptions, HttpOptions, IllegalBlockNameError, ImportTransform, ImportedFileNotResolvedError, InstallDependenciesOptions, InvalidDependencyError, InvalidJSONError, InvalidKeyTypeError, InvalidOptionsError, InvalidPluginError, InvalidRegistryDependencyError, InvalidRegistryError, InvalidRegistryNameError, InvalidRegistryVersionError, ItemRelativePath, JsOptions, JsrepoError, JsrepoOptions, Language, Manifest, ManifestFetchError, ManifestSchema, MissingPeerDependencyError, ModuleNotFoundError, MultipleRegistriesError, NoFilesError, NoItemsToUpdateError, NoListedItemsError, NoOutputsError, NoPackageJsonFoundError, NoPathProvidedError, NoProviderFoundError, NoRegistriesError, RegistryFileRoles as OptionallyInstalledRegistryTypes, Output, Prompts, Provider, ProviderFactory, ProviderFetchError, RegistryConfig, RegistryFileFetchError, RegistryItem, RegistryItemAdd, RegistryItemFetchError, RegistryItemFile, RegistryItemNotFoundError, RegistryItemType, RegistryItemWithContent, RegistryNotProvidedError, RemoteDependency, RepositoryOutputManifest, RepositoryOutputOptions, ResolveDependenciesOptions, ResolveDependenciesResult, SelfReferenceError, SvelteOptions, Transform, TransformImportsOptions, TransformOptions, Unreachable, VueOptions, ZodError, azure, bitbucket, css, defineConfig, distributed, fetchAllResolvedItems, fetchManifest, _fs as fs, getPathsForItems, github, gitlab, html, http, joinAbsolute, js, jsrepo, loadConfigSearch, normalizeItemTypeForPath, parseWantedItems, prepareUpdates, promptAddEnvVars, promptInstallDependenciesByEcosystem, repository, resolveAndFetchAllItems, resolveRegistries, resolveTree, resolveWantedItems, svelte, updateFiles, vue };
|
package/dist/api/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as e,B as t,C as n,D as r,E as i,F as a,I as o,L as s,M as c,N as l,O as u,P as d,R as f,S as p,T as m,V as h,_ as g,a as _,b as v,c as y,d as b,f as x,g as S,h as C,i as w,j as T,k as E,l as D,m as O,n as k,o as A,p as j,r as M,s as N,t as P,u as F,v as I,w as L,x as R,y as z,z as B}from"../errors-
|
|
1
|
+
import{A as e,B as t,C as n,D as r,E as i,F as a,I as o,L as s,M as c,N as l,O as u,P as d,R as f,S as p,T as m,V as h,_ as g,a as _,b as v,c as y,d as b,f as x,g as S,h as C,i as w,j as T,k as E,l as D,m as O,n as k,o as A,p as j,r as M,s as N,t as P,u as F,v as I,w as L,x as R,y as z,z as B}from"../errors-C_rb7vZB.js";import{C as V,F as H,H as U,I as W,J as G,L as K,M as q,N as J,P as Y,R as X,S as Z,T as Q,X as $,_ as ee,a as te,b as ne,c as re,d as ie,f as ae,g as oe,i as se,it as ce,l as le,m as ue,n as de,o as fe,p as pe,s as me,t as he,u as ge,v as _e,x as ve,y as ye,z as be}from"../providers-rXkLWOba.js";export{P as AlreadyInitializedError,k as BuildError,M as ConfigNotFoundError,w as ConfigObjectNotFoundError,_ as CouldNotFindJsrepoImportError,H as DEFAULT_LANGS,he as DEFAULT_PROVIDERS,A as DuplicateFileReferenceError,N as DuplicateItemNameError,y as FailedToLoadConfigError,D as FileNotFoundError,F as IllegalBlockNameError,b as ImportedFileNotResolvedError,x as InvalidDependencyError,j as InvalidJSONError,O as InvalidKeyTypeError,C as InvalidOptionsError,S as InvalidPluginError,g as InvalidRegistryDependencyError,I as InvalidRegistryError,z as InvalidRegistryNameError,v as InvalidRegistryVersionError,R as JsrepoError,p as ManifestFetchError,ie as ManifestSchema,n as MissingPeerDependencyError,L as ModuleNotFoundError,m as MultipleRegistriesError,i as NoFilesError,r as NoItemsToUpdateError,u as NoListedItemsError,E as NoOutputsError,e as NoPackageJsonFoundError,T as NoPathProvidedError,c as NoProviderFoundError,l as NoRegistriesError,J as OptionallyInstalledRegistryTypes,d as ProviderFetchError,a as RegistryFileFetchError,o as RegistryItemFetchError,s as RegistryItemNotFoundError,f as RegistryNotProvidedError,B as SelfReferenceError,t as Unreachable,h as ZodError,ge as azure,le as bitbucket,be as css,Y as defineConfig,Q as distributed,pe as fetchAllResolvedItems,de as fetchManifest,re as fs,ue as getPathsForItems,me as github,fe as gitlab,X as html,te as http,ce as joinAbsolute,U as js,se as jsrepo,q as loadConfigSearch,oe as normalizeItemTypeForPath,ee as parseWantedItems,_e as prepareUpdates,G as promptAddEnvVars,$ as promptInstallDependenciesByEcosystem,ae as repository,ye as resolveAndFetchAllItems,ne as resolveRegistries,ve as resolveTree,Z as resolveWantedItems,K as svelte,V as updateFiles,W as vue};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Jt as VueOptions, Qt as JsOptions, Xt as SvelteOptions, Yt as vue, Zt as svelte, an as html, cn as ImportTransform, dn as ResolveDependenciesOptions, fn as ResolveDependenciesResult, in as HtmlOptions, ln as InstallDependenciesOptions, on as CssOptions, pn as TransformImportsOptions, qt as DEFAULT_LANGS, sn as css, tn as js, un as Language } from "../../config-BBRRrngn.js";
|
|
2
2
|
export { CssOptions, DEFAULT_LANGS, HtmlOptions, ImportTransform, InstallDependenciesOptions, JsOptions, Language, ResolveDependenciesOptions, ResolveDependenciesResult, SvelteOptions, TransformImportsOptions, VueOptions, css, html, js, svelte, vue };
|
package/dist/api/langs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../../errors-
|
|
1
|
+
import"../../errors-C_rb7vZB.js";import{F as e,H as t,I as n,L as r,R as i,z as a}from"../../providers-rXkLWOba.js";export{e as DEFAULT_LANGS,a as css,i as html,t as js,r as svelte,n as vue};
|
package/dist/api/langs/js.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $t as
|
|
2
|
-
export { installDependencies, js, resolveImports, transformImports };
|
|
1
|
+
import { $t as getImports, en as installDependencies, nn as resolveImports, rn as transformImports, tn as js } from "../../config-BBRRrngn.js";
|
|
2
|
+
export { getImports, installDependencies, js, resolveImports, transformImports };
|
package/dist/api/langs/js.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../../errors-
|
|
1
|
+
import"../../errors-C_rb7vZB.js";import{B as e,H as t,U as n,V as r,W as i}from"../../providers-rXkLWOba.js";export{e as getImports,r as installDependencies,t as js,n as resolveImports,i as transformImports};
|
package/dist/api/outputs.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as RepositoryOutputManifest, Q as ManifestSchema, Z as Manifest, et as RepositoryOutputOptions, it as distributed, nt as DistributedOutputManifest, p as Output, rt as DistributedOutputOptions, tt as repository } from "../config-BBRRrngn.js";
|
|
2
2
|
export { DistributedOutputManifest, DistributedOutputOptions, Manifest, ManifestSchema, Output, RepositoryOutputManifest, RepositoryOutputOptions, distributed, repository };
|
package/dist/api/outputs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../errors-
|
|
1
|
+
import"../errors-C_rb7vZB.js";import{T as e,d as t,f as n}from"../providers-rXkLWOba.js";export{t as ManifestSchema,e as distributed,n as repository};
|
package/dist/api/providers.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as JsrepoOptions, B as BitBucketOptions, F as gitlab, G as FetchOptions, H as AzureOptions, I as GitHubOptions, J as Prompts, K as GetToken, L as github, M as HttpOptions, N as http, O as DEFAULT_PROVIDERS, P as GitLabOptions, R as FsOptions, U as azure, V as bitbucket, W as CreateOptions, X as ProviderFactory, Y as Provider, j as jsrepo, k as fetchManifest, q as GetTokenWithRegistry, z as _fs } from "../config-BBRRrngn.js";
|
|
2
2
|
export { AzureOptions, BitBucketOptions, CreateOptions, DEFAULT_PROVIDERS, FetchOptions, FsOptions, GetToken, GetTokenWithRegistry, GitHubOptions, GitLabOptions, HttpOptions, JsrepoOptions, Prompts, Provider, ProviderFactory, azure, bitbucket, fetchManifest, _fs as fs, github, gitlab, http, jsrepo };
|
package/dist/api/providers.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../errors-
|
|
1
|
+
import"../errors-C_rb7vZB.js";import{a as e,c as t,i as n,l as r,n as i,o as a,s as o,t as s,u as c}from"../providers-rXkLWOba.js";export{s as DEFAULT_PROVIDERS,c as azure,r as bitbucket,i as fetchManifest,t as fs,o as github,a as gitlab,e as http,n as jsrepo};
|
package/dist/api/utils.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { RegistryItemWithContent, fetchAllResolvedItems, getPathsForItems, normalizeItemTypeForPath, parseWantedItems, prepareUpdates, promptAddEnvVars, promptInstallDependenciesByEcosystem, resolveAndFetchAllItems, resolveRegistries, resolveTree, resolveWantedItems, updateFiles };
|
|
1
|
+
import { C as resolveAndFetchAllItems, D as updateFiles, E as resolveWantedItems, S as prepareUpdates, T as resolveTree, _ as RegistryItemWithContent, b as normalizeItemTypeForPath, g as joinAbsolute, h as promptInstallDependenciesByEcosystem, hn as ItemRelativePath, m as promptAddEnvVars, mn as AbsolutePath, v as fetchAllResolvedItems, w as resolveRegistries, x as parseWantedItems, y as getPathsForItems } from "../config-BBRRrngn.js";
|
|
2
|
+
export { AbsolutePath, ItemRelativePath, RegistryItemWithContent, fetchAllResolvedItems, getPathsForItems, joinAbsolute, normalizeItemTypeForPath, parseWantedItems, prepareUpdates, promptAddEnvVars, promptInstallDependenciesByEcosystem, resolveAndFetchAllItems, resolveRegistries, resolveTree, resolveWantedItems, updateFiles };
|
package/dist/api/utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../errors-
|
|
1
|
+
import"../errors-C_rb7vZB.js";import{C as e,J as t,S as n,X as r,_ as i,b as a,g as o,it as s,m as c,p as l,v as u,x as d,y as f}from"../providers-rXkLWOba.js";export{l as fetchAllResolvedItems,c as getPathsForItems,s as joinAbsolute,o as normalizeItemTypeForPath,i as parseWantedItems,u as prepareUpdates,t as promptAddEnvVars,r as promptInstallDependenciesByEcosystem,f as resolveAndFetchAllItems,a as resolveRegistries,d as resolveTree,n as resolveWantedItems,e as updateFiles};
|