@bleedingdev/modern-js-sandpack-react 3.2.0-ultramodern.116 → 3.2.0-ultramodern.118
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/cjs/templates/mwa.js +32 -35
- package/dist/esm/templates/mwa.mjs +32 -35
- package/dist/esm-node/templates/mwa.mjs +32 -35
- package/dist/types/templates/mwa.d.ts +24 -27
- package/package.json +2 -2
- package/scripts/template.mts +1 -33
|
@@ -1,40 +1,37 @@
|
|
|
1
1
|
export declare const MWAFiles: {
|
|
2
2
|
".codesandbox/environment.json": string;
|
|
3
3
|
".codesandbox/tasks.json": string;
|
|
4
|
-
".browserslistrc": string;
|
|
5
|
-
".gitignore": string;
|
|
6
4
|
".mise.toml": string;
|
|
7
|
-
".
|
|
5
|
+
".gitignore": string;
|
|
8
6
|
"AGENTS.md": string;
|
|
9
|
-
"
|
|
7
|
+
"README.md": string;
|
|
10
8
|
"lefthook.yml": string;
|
|
11
9
|
"oxfmt.config.ts": string;
|
|
12
10
|
"oxlint.config.ts": string;
|
|
13
|
-
"package.json": string;
|
|
14
11
|
"pnpm-workspace.yaml": string;
|
|
15
|
-
"postcss.config.mjs": string;
|
|
16
|
-
"rstest.config.mts": string;
|
|
17
|
-
"tailwind.config.ts": string;
|
|
18
|
-
"tsconfig.json": string;
|
|
19
12
|
".codex/hooks.json": string;
|
|
20
|
-
".agents/skills-lock.json": string;
|
|
21
13
|
"scripts/bootstrap-agent-skills.mjs": string;
|
|
22
|
-
"scripts/
|
|
23
|
-
"scripts/validate-ultramodern.mjs": string;
|
|
24
|
-
"tests/tsconfig.json": string;
|
|
25
|
-
"tests/ultramodern.contract.test.ts": string;
|
|
26
|
-
"api/effect/index.ts": string;
|
|
27
|
-
"api/lambda/hello.ts": string;
|
|
28
|
-
"shared/effect/api.ts": string;
|
|
14
|
+
"scripts/setup-agent-reference-repos.mjs": string;
|
|
29
15
|
".github/renovate.json": string;
|
|
30
|
-
".github/workflows/ultramodern-gates.yml": string;
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
16
|
+
".github/workflows/ultramodern-workspace-gates.yml": string;
|
|
17
|
+
".agents/agent-reference-repos.json": string;
|
|
18
|
+
".agents/skills-lock.json": string;
|
|
19
|
+
".agents/rstackjs-agent-skills-LICENSE": string;
|
|
20
|
+
".agents/skills/rsbuild-best-practices/SKILL.md": string;
|
|
21
|
+
".agents/skills/rslib-best-practices/SKILL.md": string;
|
|
22
|
+
".agents/skills/rslib-modern-package/SKILL.md": string;
|
|
23
|
+
".agents/skills/rspack-best-practices/SKILL.md": string;
|
|
24
|
+
".agents/skills/rstest-best-practices/SKILL.md": string;
|
|
25
|
+
".agents/skills/rsdoctor-analysis/SKILL.md": string;
|
|
26
|
+
".agents/skills/rsdoctor-analysis/references/command-map.md": string;
|
|
27
|
+
".agents/skills/rsdoctor-analysis/references/common-analysis-patterns.md": string;
|
|
28
|
+
".agents/skills/rsdoctor-analysis/references/install-rsdoctor-common.md": string;
|
|
29
|
+
".agents/skills/rsdoctor-analysis/references/install-rsdoctor-rspack.md": string;
|
|
30
|
+
".agents/skills/rsdoctor-analysis/references/install-rsdoctor-webpack.md": string;
|
|
31
|
+
".agents/skills/rsdoctor-analysis/references/install-rsdoctor.md": string;
|
|
32
|
+
".agents/skills/rsdoctor-analysis/references/rsdoctor-data-types.md": string;
|
|
33
|
+
".agents/skills/rspack-tracing/SKILL.md": string;
|
|
34
|
+
".agents/skills/rspack-tracing/references/bottlenecks.md": string;
|
|
35
|
+
".agents/skills/rspack-tracing/references/tracing-guide.md": string;
|
|
36
|
+
".agents/skills/rspack-tracing/scripts/analyze_trace.js": string;
|
|
40
37
|
};
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"modern",
|
|
18
18
|
"modern.js"
|
|
19
19
|
],
|
|
20
|
-
"version": "3.2.0-ultramodern.
|
|
20
|
+
"version": "3.2.0-ultramodern.118",
|
|
21
21
|
"types": "./dist/types/index.d.ts",
|
|
22
22
|
"main": "./dist/cjs/index.js",
|
|
23
23
|
"module": "./dist/esm/index.mjs",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/recursive-readdir": "^2.2.4",
|
|
49
49
|
"@typescript/native-preview": "7.0.0-dev.20260606.1",
|
|
50
50
|
"recursive-readdir": "^2.2.3",
|
|
51
|
-
"@modern-js/create": "npm:@bleedingdev/modern-js-create@3.2.0-ultramodern.
|
|
51
|
+
"@modern-js/create": "npm:@bleedingdev/modern-js-create@3.2.0-ultramodern.118"
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"publishConfig": {
|
package/scripts/template.mts
CHANGED
|
@@ -154,7 +154,7 @@ async function handleCreateTemplate() {
|
|
|
154
154
|
);
|
|
155
155
|
const createPackageJsonPath = path.join(createPackagePath, 'package.json');
|
|
156
156
|
|
|
157
|
-
const templateDir = path.join(createPackagePath, 'template');
|
|
157
|
+
const templateDir = path.join(createPackagePath, 'template-workspace');
|
|
158
158
|
|
|
159
159
|
const createPackageJson = JSON.parse(
|
|
160
160
|
fs.readFileSync(createPackageJsonPath, 'utf-8'),
|
|
@@ -163,39 +163,7 @@ async function handleCreateTemplate() {
|
|
|
163
163
|
|
|
164
164
|
const files = await handleTemplate(templateDir, {
|
|
165
165
|
packageName: 'modern-app',
|
|
166
|
-
adapterRstestVersion: version,
|
|
167
|
-
appToolsVersion: version,
|
|
168
|
-
bffRuntime: 'effect',
|
|
169
|
-
enableBff: true,
|
|
170
|
-
enableTailwind: true,
|
|
171
|
-
isSubproject: false,
|
|
172
|
-
isTanstackRouter: true,
|
|
173
|
-
pluginBffVersion: version,
|
|
174
|
-
pluginI18nVersion: version,
|
|
175
|
-
pluginTanstackVersion: version,
|
|
176
166
|
pnpmVersion: '11.5.2',
|
|
177
|
-
routerRuntimeImport: '@modern-js/plugin-tanstack/runtime',
|
|
178
|
-
runtimeVersion: version,
|
|
179
|
-
i18nextVersion: '26.3.1',
|
|
180
|
-
reactVersion: '^19.2.7',
|
|
181
|
-
reactDomVersion: '^19.2.7',
|
|
182
|
-
reactI18nextVersion: '17.0.8',
|
|
183
|
-
effectTsgoVersion: '0.14.0',
|
|
184
|
-
typescriptNativePreviewVersion: '7.0.0-dev.20260606.1',
|
|
185
|
-
rstestCoreVersion: '0.10.3',
|
|
186
|
-
happyDomVersion: '^20.10.1',
|
|
187
|
-
oxfmtVersion: '0.53.0',
|
|
188
|
-
oxlintVersion: '1.68.0',
|
|
189
|
-
postcssVersion: '^8.5.15',
|
|
190
|
-
ultraciteVersion: '7.8.1',
|
|
191
|
-
typesReactVersion: '^19.2.17',
|
|
192
|
-
typesReactDomVersion: '^19.2.3',
|
|
193
|
-
tailwindPostcssVersion: '4.3.0',
|
|
194
|
-
tailwindVersion: '4.3.0',
|
|
195
|
-
tanstackRouterVersion: '1.170.15',
|
|
196
|
-
tsconfigVersion: version,
|
|
197
|
-
useEffectBff: true,
|
|
198
|
-
useHonoBff: false,
|
|
199
167
|
version,
|
|
200
168
|
});
|
|
201
169
|
|