@bubblydoo/uxp-test-framework-plugin 0.0.2 → 0.0.4
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 +5 -0
- package/dist-vite/cli-CHBMTgYc.js +108296 -0
- package/dist-vite/cli-CHBMTgYc.js.map +1 -0
- package/dist-vite/cli.d.ts +1 -0
- package/dist-vite/cli.js +35 -0
- package/dist-vite/cli.js.map +1 -0
- package/dist-vite/index-B82GTETV.js +66056 -0
- package/dist-vite/index-B82GTETV.js.map +1 -0
- package/index.html +1 -1
- package/package.json +33 -22
- package/{src/bolt-uxp-ws-listener.js → src-plugin/bolt-uxp-ws-listener.ts} +15 -2
- package/.npmignore +0 -4
- package/.turbo/daemon/b38c7656669412eb-turbo.log.2026-01-28 +0 -0
- package/.turbo/turbo-build.log +0 -14
- package/CHANGELOG.md +0 -11
- package/create-vite-config.ts +0 -91
- package/dist/create-vite-config.js +0 -13965
- package/postcss.config.cjs +0 -8
- package/src/assets/bolt-uxp-quickstart.gif +0 -0
- package/src/assets/bolt-uxp.png +0 -0
- package/src/assets/bolt-uxp.svg +0 -55
- package/src/assets/built-with-bolt-uxp/Built_With_BOLT_UXP_Logo_Black_V01.png +0 -0
- package/src/assets/built-with-bolt-uxp/Built_With_BOLT_UXP_Logo_Black_V01.svg +0 -78
- package/src/assets/built-with-bolt-uxp/Built_With_BOLT_UXP_Logo_White_V01.png +0 -0
- package/src/assets/built-with-bolt-uxp/Built_With_BOLT_UXP_Logo_White_V01.svg +0 -81
- package/src/assets/react.png +0 -0
- package/src/assets/react.svg +0 -36
- package/src/assets/sass.png +0 -0
- package/src/assets/sass.svg +0 -45
- package/src/assets/svelte.png +0 -0
- package/src/assets/svelte.svg +0 -1
- package/src/assets/typescript.png +0 -0
- package/src/assets/typescript.svg +0 -6
- package/src/assets/vite.png +0 -0
- package/src/assets/vite.svg +0 -1
- package/src/assets/vue.png +0 -0
- package/src/assets/vue.svg +0 -2
- package/tailwind.config.js +0 -15
- package/tsup.config.ts +0 -11
- package/uxp.config.ts +0 -109
- /package/{src → src-plugin}/components/ErrorView.tsx +0 -0
- /package/{src → src-plugin}/index-react.tsx +0 -0
- /package/{src → src-plugin}/index.css +0 -0
- /package/{src → src-plugin}/lib/resolvePath.ts +0 -0
- /package/{src → src-plugin}/main.tsx +0 -0
- /package/{public-zip → src-plugin/public-zip}/readme.txt +0 -0
- /package/{src → src-plugin}/tests.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function runCli(processArgv: string[], cwd: string): Promise<void>;
|
package/dist-vite/cli.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import 'vite';
|
|
2
|
+
export { f as runCli } from './cli-CHBMTgYc.js';
|
|
3
|
+
import 'path';
|
|
4
|
+
import 'fs/promises';
|
|
5
|
+
import 'os';
|
|
6
|
+
import 'child_process';
|
|
7
|
+
import 'http';
|
|
8
|
+
import 'events';
|
|
9
|
+
import 'https';
|
|
10
|
+
import 'net';
|
|
11
|
+
import 'tls';
|
|
12
|
+
import 'crypto';
|
|
13
|
+
import 'stream';
|
|
14
|
+
import 'url';
|
|
15
|
+
import 'zlib';
|
|
16
|
+
import 'buffer';
|
|
17
|
+
import 'fs';
|
|
18
|
+
import 'constants';
|
|
19
|
+
import 'util';
|
|
20
|
+
import 'assert';
|
|
21
|
+
import 'string_decoder';
|
|
22
|
+
import 'node:url';
|
|
23
|
+
import 'node:path';
|
|
24
|
+
import 'node:fs';
|
|
25
|
+
import 'node:fs/promises';
|
|
26
|
+
import 'node:events';
|
|
27
|
+
import 'node:stream';
|
|
28
|
+
import 'node:string_decoder';
|
|
29
|
+
import 'node:querystring';
|
|
30
|
+
import 'module';
|
|
31
|
+
import 'node:crypto';
|
|
32
|
+
import 'chokidar';
|
|
33
|
+
import 'tty';
|
|
34
|
+
import 'tailwindcss';
|
|
35
|
+
//# sourceMappingURL=cli.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|