@devkong/cli 0.0.67-alpha.10 → 0.0.67-alpha.11
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/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -61086,7 +61086,8 @@ var GenerateCommand = class {
|
|
|
61086
61086
|
id,
|
|
61087
61087
|
platform: sdk,
|
|
61088
61088
|
nxCloud: "skip",
|
|
61089
|
-
packageManager: "npm"
|
|
61089
|
+
packageManager: "npm",
|
|
61090
|
+
trustThirdPartyPreset: true
|
|
61090
61091
|
});
|
|
61091
61092
|
}
|
|
61092
61093
|
};
|