@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.
@@ -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.7";
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: false,
7204
+ trustLockfile: true,
7205
7205
  unsafePerm: false,
7206
7206
  updateNotifier: false,
7207
7207
  verifyDepsBeforeRun: "install",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibanet0/datamitsu-config",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Shared datamitsu configuration with 79+ managed development tools",
5
5
  "keywords": [],
6
6
  "repository": {