@shibanet0/datamitsu-config 0.0.7 → 0.0.8
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/datamitsu.config.js +2 -2
- package/package.json +1 -1
package/datamitsu.config.js
CHANGED
|
@@ -4102,7 +4102,7 @@ const mapOfApps = {
|
|
|
4102
4102
|
//#endregion
|
|
4103
4103
|
//#region package.json
|
|
4104
4104
|
var name = "@shibanet0/datamitsu-config";
|
|
4105
|
-
var version = "0.0.
|
|
4105
|
+
var version = "0.0.8";
|
|
4106
4106
|
const oxlintConfig = {
|
|
4107
4107
|
$schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
|
|
4108
4108
|
categories: {
|
|
@@ -7201,7 +7201,7 @@ export default config;
|
|
|
7201
7201
|
resolutionMode: "lowest-direct",
|
|
7202
7202
|
savePrefix: "",
|
|
7203
7203
|
strictSsl: true,
|
|
7204
|
-
trustLockfile:
|
|
7204
|
+
trustLockfile: true,
|
|
7205
7205
|
unsafePerm: false,
|
|
7206
7206
|
updateNotifier: false,
|
|
7207
7207
|
verifyDepsBeforeRun: "install",
|