@arcgis/create 4.34.0-next.70 → 4.34.0-next.71
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/bin/index.js +5 -1
- package/dist/init.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -12,7 +12,11 @@ if (majorNodeVersion < 18) {
|
|
|
12
12
|
* the third argument is the first argument to the script, which we hardcode to "init" if the user is running `create-arcgis`
|
|
13
13
|
* this makes it so that `npm init @arcgis` will work with no arguments from the user
|
|
14
14
|
*/
|
|
15
|
-
if (
|
|
15
|
+
if (
|
|
16
|
+
process.argv.some((arg) => arg.includes("create")) &&
|
|
17
|
+
!process.argv.includes("--help") &&
|
|
18
|
+
!process.argv.includes("-h")
|
|
19
|
+
) {
|
|
16
20
|
process.argv.splice(2, 0, "init");
|
|
17
21
|
}
|
|
18
22
|
|
package/dist/init.js
CHANGED
|
@@ -2612,7 +2612,7 @@ const Tr = /* @__PURE__ */ ze(Ir), {
|
|
|
2612
2612
|
Argument: co,
|
|
2613
2613
|
Option: ho,
|
|
2614
2614
|
Help: Do
|
|
2615
|
-
} = Tr, kr = "4.34.0-next.
|
|
2615
|
+
} = Tr, kr = "4.34.0-next.71";
|
|
2616
2616
|
var me = /* @__PURE__ */ ((s) => (s.VANILLA = "vanilla JS", s.REACT = "react", s.ANGULAR = "angular", s.VITE = "vite", s.VUE = "vue", s.WEBPACK = "webpack", s.LUMINA_COMPONENTS = "lumina-components", s))(me || {}), Ue = /* @__PURE__ */ ((s) => (s.MAP_COMPONENTS = "map-components", s.CHARTS_COMPONENTS = "charts-components", s.CODING_COMPONENTS = "coding-components", s))(Ue || {});
|
|
2617
2617
|
const Gr = {
|
|
2618
2618
|
"map-components": {
|