@storm-software/workspace-tools 1.159.1 → 1.160.0
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/CHANGELOG.md +22 -0
- package/README.md +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/plugins/rust/index.js +2 -2
package/package.json
CHANGED
|
@@ -326,7 +326,7 @@ var createNodes = [
|
|
|
326
326
|
options: {
|
|
327
327
|
toolchain: opts.toolchain
|
|
328
328
|
},
|
|
329
|
-
defaultConfiguration: "
|
|
329
|
+
defaultConfiguration: "production",
|
|
330
330
|
configurations
|
|
331
331
|
};
|
|
332
332
|
}
|
|
@@ -345,7 +345,7 @@ var createNodes = [
|
|
|
345
345
|
options: {
|
|
346
346
|
packageRoot: root
|
|
347
347
|
},
|
|
348
|
-
defaultConfiguration: "
|
|
348
|
+
defaultConfiguration: "production",
|
|
349
349
|
configurations
|
|
350
350
|
};
|
|
351
351
|
}
|