@quilted/create 0.2.15 → 0.2.17
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/CHANGELOG.md +16 -0
- package/build/esm/app.mjs +2 -2
- package/build/esm/module.mjs +2 -2
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.mjs +1 -1
- package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.mjs +1 -1
- package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.mjs +1 -1
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.mjs +1 -1
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.mjs +1 -1
- package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.mjs +1 -1
- package/build/esm/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.mjs +2 -2
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.mjs +1 -1
- package/build/esm/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.mjs +2 -2
- package/build/esm/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.mjs +2 -2
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.mjs +3 -3
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.mjs +2 -2
- package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.mjs +1 -1
- package/build/esm/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.mjs +4 -4
- package/build/esm/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.mjs +2 -2
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.mjs +1 -1
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.mjs +1 -1
- package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs +1 -1
- package/build/esm/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.mjs +2 -2
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.mjs +1 -1
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.mjs +1 -1
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.mjs +2 -2
- package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.mjs +1 -1
- package/build/esm/package.mjs +2 -2
- package/build/esm/packages/cli-kit/build/esnext/package-manager.esnext.mjs +2 -2
- package/build/esm/server.mjs +2 -2
- package/build/esm/shared/package-manager.mjs +1 -1
- package/build/esm/shared/prompts.mjs +1 -1
- package/build/esm/shared/tsconfig.mjs +1 -1
- package/build/esm/shared.mjs +3 -3
- package/build/esnext/app.esnext +2 -2
- package/build/esnext/module.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.esnext +3 -3
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.esnext +4 -4
- package/build/esnext/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.esnext +1 -1
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.esnext +2 -2
- package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.esnext +1 -1
- package/build/esnext/package.esnext +2 -2
- package/build/esnext/packages/cli-kit/build/esnext/package-manager.esnext.esnext +2 -2
- package/build/esnext/server.esnext +2 -2
- package/build/esnext/shared/package-manager.esnext +1 -1
- package/build/esnext/shared/prompts.esnext +1 -1
- package/build/esnext/shared/tsconfig.esnext +1 -1
- package/build/esnext/shared.esnext +3 -3
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/typescript/shared.d.ts +1 -1
- package/build/typescript/shared.d.ts.map +1 -1
- package/package.json +1 -1
- package/templates/app-basic/foundation/frame/Frame.tsx +1 -1
- package/templates/app-basic/package.json +2 -1
- package/templates/app-basic/shared/context.ts +1 -1
- package/templates/app-empty/package.json +1 -1
- package/templates/app-graphql/foundation/frame/Frame.tsx +1 -1
- package/templates/app-graphql/package.json +2 -1
- package/templates/app-graphql/shared/context.ts +1 -1
- package/templates/app-trpc/foundation/frame/Frame.tsx +1 -1
- package/templates/app-trpc/package.json +2 -1
- package/templates/app-trpc/shared/context.ts +1 -1
- package/templates/module/package.json +1 -7
- package/templates/server-basic/package.json +1 -1
- package/templates/workspace/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @quilted/create
|
|
2
2
|
|
|
3
|
+
## 0.2.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`04e1f238`](https://github.com/lemonmade/quilt/commit/04e1f2380ef1d7ca9659f630fdfc4f7e4f25f959) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade TypeScript
|
|
8
|
+
|
|
9
|
+
- [`848012ea`](https://github.com/lemonmade/quilt/commit/848012ea4c702f5eb4b7d954c129f7eb4ee04c21) Thanks [@lemonmade](https://github.com/lemonmade)! - Add explicit jsdom dependencies
|
|
10
|
+
|
|
11
|
+
- [`ccf29286`](https://github.com/lemonmade/quilt/commit/ccf2928633719c38b30cd3712fe132c6bd5fd2a0) Thanks [@lemonmade](https://github.com/lemonmade)! - Upgrade Preact and signal dependencies
|
|
12
|
+
|
|
13
|
+
## 0.2.16
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`905e92ef`](https://github.com/lemonmade/quilt/commit/905e92ef32adad8658042f437b9cfbd248cce3c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify React exports
|
|
18
|
+
|
|
3
19
|
## 0.2.15
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/build/esm/app.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import parseArguments from './node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs';
|
|
4
4
|
import { cyan, bold, dim, underline, magenta } from './node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs';
|
|
5
5
|
import './node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs';
|
package/build/esm/module.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import parseArguments from './node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs';
|
|
4
4
|
import { cyan, dim, underline, magenta, bold } from './node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs';
|
|
5
5
|
import './node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as settings } from '../../../../../../../_virtual/settings4.mjs';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../../../@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs';
|
|
4
4
|
import './adapters/fs.mjs';
|
|
5
5
|
import { __exports as out } from '../../../../../../../_virtual/index5.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as stream } from '../../../../../../../../_virtual/stream4.mjs';
|
|
2
|
-
import require$$0 from 'stream';
|
|
2
|
+
import require$$0 from 'node:stream';
|
|
3
3
|
import '../readers/async.mjs';
|
|
4
4
|
import { __exports as async } from '../../../../../../../../_virtual/async5.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as async } from '../../../../../../../../_virtual/async5.mjs';
|
|
2
|
-
import require$$2 from 'events';
|
|
2
|
+
import require$$2 from 'node:events';
|
|
3
3
|
import '../../../../../../@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs';
|
|
4
4
|
import { queueExports } from '../../../../../../fastq@1.13.0/node_modules/fastq/queue.mjs';
|
|
5
5
|
import './common.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as settings } from '../../../../../../../_virtual/settings2.mjs';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../../../@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs';
|
|
4
4
|
import { __exports as out } from '../../../../../../../_virtual/index6.mjs';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from '../../../../../_virtual/_commonjsHelpers.mjs';
|
|
2
2
|
import { __module as dirGlob$1 } from '../../../../../_virtual/index2.mjs';
|
|
3
|
-
import path__default from 'path';
|
|
3
|
+
import path__default from 'node:path';
|
|
4
4
|
import '../../../path-type@4.0.0/node_modules/path-type/index.mjs';
|
|
5
5
|
import { __exports as pathType$1 } from '../../../../../_virtual/index3.mjs';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as stream } from '../../../../../../../_virtual/stream.mjs';
|
|
2
|
-
import require$$0 from 'stream';
|
|
2
|
+
import require$$0 from 'node:stream';
|
|
3
3
|
import '../readers/stream.mjs';
|
|
4
4
|
import './provider.mjs';
|
|
5
5
|
import { __exports as stream$1 } from '../../../../../../../_virtual/stream2.mjs';
|
package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as reader } from '../../../../../../../_virtual/reader.mjs';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../../../@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs';
|
|
4
4
|
import '../utils/index.mjs';
|
|
5
5
|
import { __exports as out } from '../../../../../../../_virtual/index5.mjs';
|
package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as stream } from '../../../../../../../_virtual/stream2.mjs';
|
|
2
|
-
import require$$0 from 'stream';
|
|
2
|
+
import require$$0 from 'node:stream';
|
|
3
3
|
import '../../../../../@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs';
|
|
4
4
|
import '../../../../../@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.mjs';
|
|
5
5
|
import './reader.mjs';
|
package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as pattern } from '../../../../../../../_virtual/pattern.mjs';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import { globParent as globParent$1 } from '../../../../../glob-parent@5.1.2/node_modules/glob-parent/index.mjs';
|
|
4
4
|
import { micromatch_1 } from '../../../../../micromatch@4.0.5/node_modules/micromatch/index.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import path__default from 'path';
|
|
2
|
-
import { fileURLToPath } from 'url';
|
|
1
|
+
import path__default from 'node:path';
|
|
2
|
+
import { fileURLToPath } from 'node:url';
|
|
3
3
|
import { locatePath } from '../../../locate-path@7.1.0/node_modules/locate-path/index.mjs';
|
|
4
4
|
|
|
5
5
|
const toPath = urlOrPath => urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isGlob as isGlob$1 } from '../../../is-glob@4.0.3/node_modules/is-glob/index.mjs';
|
|
2
|
-
import path__default from 'path';
|
|
3
|
-
import require$$2 from 'os';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
|
+
import require$$2 from 'node:os';
|
|
4
4
|
|
|
5
5
|
var isGlob = isGlob$1;
|
|
6
6
|
var pathPosixDirname = path__default.posix.dirname;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import process from 'process';
|
|
2
|
-
import fs__default from 'fs';
|
|
3
|
-
import path__default from 'path';
|
|
1
|
+
import process from 'node:process';
|
|
2
|
+
import fs__default from 'node:fs';
|
|
3
|
+
import path__default from 'node:path';
|
|
4
4
|
import fastGlob from '../../../fast-glob@3.2.12/node_modules/fast-glob/out/index.mjs';
|
|
5
5
|
import gitIgnore from '../../../ignore@5.2.4/node_modules/ignore/index.mjs';
|
|
6
6
|
import slash from '../../../slash@4.0.0/node_modules/slash/index.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import fs__default from 'fs';
|
|
2
|
-
import path__default from 'path';
|
|
1
|
+
import fs__default from 'node:fs';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../merge2@1.4.1/node_modules/merge2/index.mjs';
|
|
4
4
|
import fastGlob from '../../../fast-glob@3.2.12/node_modules/fast-glob/out/index.mjs';
|
|
5
5
|
import dirGlob from '../../../dir-glob@3.0.1/node_modules/dir-glob/index.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import process from 'process';
|
|
2
|
-
import path__default from 'path';
|
|
3
|
-
import { promises } from 'fs';
|
|
4
|
-
import { fileURLToPath } from 'url';
|
|
1
|
+
import process from 'node:process';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
|
+
import { promises } from 'node:fs';
|
|
4
|
+
import { fileURLToPath } from 'node:url';
|
|
5
5
|
import pLocate from '../../../p-locate@6.0.0/node_modules/p-locate/index.mjs';
|
|
6
6
|
|
|
7
7
|
const typeMappings = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import require$$0 from 'util';
|
|
1
|
+
import require$$0 from 'node:util';
|
|
2
2
|
import { braces_1 } from '../../../braces@3.0.2/node_modules/braces/index.mjs';
|
|
3
3
|
import { picomatch as picomatch$1 } from '../../../picomatch@2.3.1/node_modules/picomatch/index.mjs';
|
|
4
4
|
import '../../../picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs';
|
package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import require$$0 from 'readline';
|
|
1
|
+
import require$$0 from 'node:readline';
|
|
2
2
|
import { __require as requireUtil } from '../util/index.mjs';
|
|
3
|
-
import require$$2 from 'events';
|
|
3
|
+
import require$$2 from 'node:events';
|
|
4
4
|
import { __require as requireSrc } from '../../../../../sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs';
|
|
5
5
|
import { __require as requireKleur } from '../../../../../kleur@3.0.3/node_modules/kleur/index.mjs';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from '../../../../../_virtual/_commonjsHelpers.mjs';
|
|
2
|
-
import { __require as requireLib } from './lib/index.mjs';
|
|
3
2
|
import { __require as requireDist } from './dist/index.mjs';
|
|
3
|
+
import { __require as requireLib } from './lib/index.mjs';
|
|
4
4
|
|
|
5
5
|
function isNodeLT(tar) {
|
|
6
6
|
tar = (Array.isArray(tar) ? tar : tar.split('.')).map(Number);
|
package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import require$$0 from 'readline';
|
|
1
|
+
import require$$0 from 'node:readline';
|
|
2
2
|
import { __require as requireUtil } from '../util/index.mjs';
|
|
3
|
-
import require$$2 from 'events';
|
|
3
|
+
import require$$2 from 'node:events';
|
|
4
4
|
import { __require as requireSrc } from '../../../../../sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs';
|
|
5
5
|
import { __require as requireKleur } from '../../../../../kleur@3.0.3/node_modules/kleur/index.mjs';
|
|
6
6
|
|
package/build/esm/package.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import { printHelp } from './help.mjs';
|
|
4
4
|
import { toValidPackageName, emptyDirectory, loadTemplate, format, mergeWorkspaceAndProjectPackageJsons, relativeDirectoryForDisplay, isEmpty, createOutputTarget } from './shared.mjs';
|
|
5
5
|
import { getInWorkspace, getCreateAsMonorepo, getExtrasToSetup, getShouldInstall, getPackageManager } from './shared/prompts.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { existsSync } from 'fs';
|
|
2
|
-
import { execSync } from 'child_process';
|
|
1
|
+
import { existsSync } from 'node:fs';
|
|
2
|
+
import { execSync } from 'node:child_process';
|
|
3
3
|
|
|
4
4
|
const VALID_PACKAGE_MANAGERS = /* @__PURE__ */ new Set(["npm", "pnpm", "yarn"]);
|
|
5
5
|
function createPackageManagerRunner(type, { root = process.cwd() } = {}) {
|
package/build/esm/server.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import parseArguments from './node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs';
|
|
4
4
|
import { cyan, dim, underline, magenta, bold } from './node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs';
|
|
5
5
|
import './node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
2
|
import { dim, bold } from '../node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs';
|
|
3
3
|
import { prompt } from '../packages/cli-kit/build/esnext/prompt.esnext.mjs';
|
|
4
4
|
import { getPackageManager as getPackageManager$1, createPackageManagerRunner } from '../packages/cli-kit/build/esnext/package-manager.esnext.mjs';
|
package/build/esm/shared.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
3
|
-
import { fileURLToPath } from 'url';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
|
+
import { fileURLToPath } from 'node:url';
|
|
4
4
|
|
|
5
5
|
function loadTemplate(name) {
|
|
6
6
|
let templateRootPromise;
|
package/build/esnext/app.esnext
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import arg from './node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext';
|
|
4
4
|
import { cyan, bold, dim, underline, magenta } from './node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext';
|
|
5
5
|
import './node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import * as path from 'path';
|
|
1
|
+
import * as fs from 'node:fs';
|
|
2
|
+
import * as path from 'node:path';
|
|
3
3
|
import arg from './node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext';
|
|
4
4
|
import { cyan, dim, underline, magenta, bold } from './node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext';
|
|
5
5
|
import './node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as settings } from '../../../../../../../_virtual/settings4.esnext';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../../../@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext';
|
|
4
4
|
import './adapters/fs.esnext';
|
|
5
5
|
import { __exports as out } from '../../../../../../../_virtual/index5.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as stream } from '../../../../../../../../_virtual/stream4.esnext';
|
|
2
|
-
import require$$0 from 'stream';
|
|
2
|
+
import require$$0 from 'node:stream';
|
|
3
3
|
import '../readers/async.esnext';
|
|
4
4
|
import { __exports as async } from '../../../../../../../../_virtual/async5.esnext';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as async } from '../../../../../../../../_virtual/async5.esnext';
|
|
2
|
-
import require$$2 from 'events';
|
|
2
|
+
import require$$2 from 'node:events';
|
|
3
3
|
import '../../../../../../@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext';
|
|
4
4
|
import { q as queueExports } from '../../../../../../fastq@1.13.0/node_modules/fastq/queue.esnext';
|
|
5
5
|
import './common.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as settings } from '../../../../../../../_virtual/settings2.esnext';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../../../@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext';
|
|
4
4
|
import { __exports as out } from '../../../../../../../_virtual/index6.esnext';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from '../../../../../_virtual/_commonjsHelpers.esnext';
|
|
2
2
|
import { __module as dirGlob$1 } from '../../../../../_virtual/index2.esnext';
|
|
3
|
-
import path__default from 'path';
|
|
3
|
+
import path__default from 'node:path';
|
|
4
4
|
import '../../../path-type@4.0.0/node_modules/path-type/index.esnext';
|
|
5
5
|
import { __exports as pathType$1 } from '../../../../../_virtual/index3.esnext';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as stream } from '../../../../../../../_virtual/stream.esnext';
|
|
2
|
-
import require$$0 from 'stream';
|
|
2
|
+
import require$$0 from 'node:stream';
|
|
3
3
|
import '../readers/stream.esnext';
|
|
4
4
|
import './provider.esnext';
|
|
5
5
|
import { __exports as stream$1 } from '../../../../../../../_virtual/stream2.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as reader } from '../../../../../../../_virtual/reader.esnext';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../../../@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext';
|
|
4
4
|
import '../utils/index.esnext';
|
|
5
5
|
import { __exports as out } from '../../../../../../../_virtual/index5.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as stream } from '../../../../../../../_virtual/stream2.esnext';
|
|
2
|
-
import require$$0 from 'stream';
|
|
2
|
+
import require$$0 from 'node:stream';
|
|
3
3
|
import '../../../../../@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext';
|
|
4
4
|
import '../../../../../@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.esnext';
|
|
5
5
|
import './reader.esnext';
|
package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.esnext
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __exports as settings } from '../../../../../../_virtual/settings.esnext';
|
|
2
|
-
import fs__default from 'fs';
|
|
3
|
-
import require$$2 from 'os';
|
|
2
|
+
import fs__default from 'node:fs';
|
|
3
|
+
import require$$2 from 'node:os';
|
|
4
4
|
|
|
5
5
|
(function(exports) {
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as path$1 } from '../../../../../../../_virtual/path.esnext';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(path$1, "__esModule", { value: true });
|
|
5
5
|
path$1.removeLeadingDotSegment = path$1.escape = path$1.makeAbsolute = path$1.unixify = void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __exports as pattern } from '../../../../../../../_virtual/pattern.esnext';
|
|
2
|
-
import path__default from 'path';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import { g as globParent$1 } from '../../../../../glob-parent@5.1.2/node_modules/glob-parent/index.esnext';
|
|
4
4
|
import { m as micromatch_1 } from '../../../../../micromatch@4.0.5/node_modules/micromatch/index.esnext';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import path__default from 'path';
|
|
2
|
-
import { fileURLToPath } from 'url';
|
|
1
|
+
import path__default from 'node:path';
|
|
2
|
+
import { fileURLToPath } from 'node:url';
|
|
3
3
|
import { locatePath } from '../../../locate-path@7.1.0/node_modules/locate-path/index.esnext';
|
|
4
4
|
|
|
5
5
|
const toPath = (urlOrPath) => urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath;
|
package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as isGlob$1 } from '../../../is-glob@4.0.3/node_modules/is-glob/index.esnext';
|
|
2
|
-
import path__default from 'path';
|
|
3
|
-
import require$$2 from 'os';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
|
+
import require$$2 from 'node:os';
|
|
4
4
|
|
|
5
5
|
var isGlob = isGlob$1;
|
|
6
6
|
var pathPosixDirname = path__default.posix.dirname;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import process from 'process';
|
|
2
|
-
import fs__default from 'fs';
|
|
3
|
-
import path__default from 'path';
|
|
1
|
+
import process from 'node:process';
|
|
2
|
+
import fs__default from 'node:fs';
|
|
3
|
+
import path__default from 'node:path';
|
|
4
4
|
import fastGlob from '../../../fast-glob@3.2.12/node_modules/fast-glob/out/index.esnext';
|
|
5
5
|
import gitIgnore from '../../../ignore@5.2.4/node_modules/ignore/index.esnext';
|
|
6
6
|
import slash from '../../../slash@4.0.0/node_modules/slash/index.esnext';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import fs__default from 'fs';
|
|
2
|
-
import path__default from 'path';
|
|
1
|
+
import fs__default from 'node:fs';
|
|
2
|
+
import path__default from 'node:path';
|
|
3
3
|
import '../../../merge2@1.4.1/node_modules/merge2/index.esnext';
|
|
4
4
|
import fastGlob from '../../../fast-glob@3.2.12/node_modules/fast-glob/out/index.esnext';
|
|
5
5
|
import dirGlob from '../../../dir-glob@3.0.1/node_modules/dir-glob/index.esnext';
|