@shibanet0/datamitsu-config 0.0.9 → 0.0.10
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 +2 -2
package/datamitsu.config.js
CHANGED
|
@@ -4230,7 +4230,7 @@ const mapOfApps = {
|
|
|
4230
4230
|
//#endregion
|
|
4231
4231
|
//#region package.json
|
|
4232
4232
|
var name = "@shibanet0/datamitsu-config";
|
|
4233
|
-
var version = "0.0.
|
|
4233
|
+
var version = "0.0.10";
|
|
4234
4234
|
const oxlintConfig = {
|
|
4235
4235
|
$schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
|
|
4236
4236
|
categories: {
|
|
@@ -9126,7 +9126,7 @@ function getConfig(cfg) {
|
|
|
9126
9126
|
}
|
|
9127
9127
|
globalThis.getConfig = getConfig;
|
|
9128
9128
|
const getMinVersion = () => {
|
|
9129
|
-
return "0.0.
|
|
9129
|
+
return "0.0.19";
|
|
9130
9130
|
};
|
|
9131
9131
|
globalThis.getMinVersion = getMinVersion;
|
|
9132
9132
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shibanet0/datamitsu-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Shared datamitsu configuration with 79+ managed development tools",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
],
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@commander-js/extra-typings": "14.0.0",
|
|
55
|
-
"@datamitsu/datamitsu": "0.0.
|
|
55
|
+
"@datamitsu/datamitsu": "0.0.19",
|
|
56
56
|
"commander": "14.0.3",
|
|
57
57
|
"execa": "9.6.1",
|
|
58
58
|
"fast-glob": "3.3.3",
|