@simplysm/sd-cli 14.0.4 → 14.0.5
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -256,7 +256,7 @@ type SdPackageConfig = SdBuildPackageConfig | SdClientPackageConfig | SdServerPa
|
|
|
256
256
|
|---|---|---|
|
|
257
257
|
| `browserslist?` | `string \| string[]` | Browserslist query (e.g., `"last 2 Chrome versions"`) |
|
|
258
258
|
| `postCss?` | `{ plugins: unknown[] }` | PostCSS plugins configuration |
|
|
259
|
-
| `
|
|
259
|
+
| `legacyModule?` | `boolean` | Legacy module support (disables code splitting + replaces `import.meta`) |
|
|
260
260
|
|
|
261
261
|
### Root Configuration Types
|
|
262
262
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/sd-cli",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.5",
|
|
4
4
|
"description": "Simplysm package - CLI tool",
|
|
5
5
|
"author": "simplysm",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"vite-plugin-pwa": "^1.2.0",
|
|
42
42
|
"vite-tsconfig-paths": "^6.1.1",
|
|
43
43
|
"yargs": "^18.0.0",
|
|
44
|
-
"@simplysm/core-
|
|
45
|
-
"@simplysm/
|
|
46
|
-
"@simplysm/
|
|
44
|
+
"@simplysm/core-node": "14.0.5",
|
|
45
|
+
"@simplysm/storage": "14.0.5",
|
|
46
|
+
"@simplysm/core-common": "14.0.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/semver": "^7.7.1",
|