@shibanet0/datamitsu-config 0.1.5 → 0.1.6

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.
@@ -4665,7 +4665,7 @@ const mapOfApps = {
4665
4665
  //#endregion
4666
4666
  //#region package.json
4667
4667
  var name = "@shibanet0/datamitsu-config";
4668
- var version = "0.1.5";
4668
+ var version = "0.1.6";
4669
4669
  const oxlintConfig = {
4670
4670
  $schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
4671
4671
  categories: {
@@ -10073,7 +10073,7 @@ function getConfig(cfg) {
10073
10073
  }
10074
10074
  globalThis.getConfig = getConfig;
10075
10075
  const getMinVersion = () => {
10076
- return "0.1.4";
10076
+ return "0.1.5";
10077
10077
  };
10078
10078
  globalThis.getMinVersion = getMinVersion;
10079
10079
  //#endregion
@@ -4665,7 +4665,7 @@ const mapOfApps = {
4665
4665
  //#endregion
4666
4666
  //#region package.json
4667
4667
  var name = "@shibanet0/datamitsu-config";
4668
- var version = "0.1.5";
4668
+ var version = "0.1.6";
4669
4669
  const oxlintConfig = {
4670
4670
  $schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
4671
4671
  categories: {
@@ -10073,7 +10073,7 @@ function getConfig(cfg) {
10073
10073
  }
10074
10074
  globalThis.getConfig = getConfig;
10075
10075
  const getMinVersion = () => {
10076
- return "0.1.4";
10076
+ return "0.1.5";
10077
10077
  };
10078
10078
  globalThis.getMinVersion = getMinVersion;
10079
10079
  //#endregion
@@ -4665,7 +4665,7 @@ const mapOfApps = {
4665
4665
  //#endregion
4666
4666
  //#region package.json
4667
4667
  var name = "@shibanet0/datamitsu-config";
4668
- var version = "0.1.5";
4668
+ var version = "0.1.6";
4669
4669
  const oxlintConfig = {
4670
4670
  $schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
4671
4671
  categories: {
@@ -8319,7 +8319,7 @@ function buildManagedGitleaksToml() {
8319
8319
  * The config baked into the docker images keeps the placeholder too: a bundle must not
8320
8320
  * self-reference, and containers already carry the full store.
8321
8321
  */
8322
- const OCI_BUNDLE_PIN = "{\"digest\":\"sha256:882ff4024c74c8db05d9d0e9353f89a49e26a1e0914586b6c1578941fcea9f8a\",\"ref\":\"index.docker.io/shibanet0/datamitsu-config\"}";
8322
+ const OCI_BUNDLE_PIN = "{\"digest\":\"sha256:1f5331682bcc09ad0ad5646cde0e7c6a196ad6c35bdc1bba10799955512ea326\",\"ref\":\"index.docker.io/shibanet0/datamitsu-config\"}";
8323
8323
  function parsePin(raw) {
8324
8324
  try {
8325
8325
  return JSON.parse(raw);
@@ -10073,7 +10073,7 @@ function getConfig(cfg) {
10073
10073
  }
10074
10074
  globalThis.getConfig = getConfig;
10075
10075
  const getMinVersion = () => {
10076
- return "0.1.4";
10076
+ return "0.1.5";
10077
10077
  };
10078
10078
  globalThis.getMinVersion = getMinVersion;
10079
10079
  //#endregion
@@ -4665,7 +4665,7 @@ const mapOfApps = {
4665
4665
  //#endregion
4666
4666
  //#region package.json
4667
4667
  var name = "@shibanet0/datamitsu-config";
4668
- var version = "0.1.5";
4668
+ var version = "0.1.6";
4669
4669
  const oxlintConfig = {
4670
4670
  $schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
4671
4671
  categories: {
@@ -8319,7 +8319,7 @@ function buildManagedGitleaksToml() {
8319
8319
  * The config baked into the docker images keeps the placeholder too: a bundle must not
8320
8320
  * self-reference, and containers already carry the full store.
8321
8321
  */
8322
- const OCI_BUNDLE_PIN = "{\"digest\":\"sha256:882ff4024c74c8db05d9d0e9353f89a49e26a1e0914586b6c1578941fcea9f8a\",\"ref\":\"ghcr.io/shibanet0/datamitsu-config\"}";
8322
+ const OCI_BUNDLE_PIN = "{\"digest\":\"sha256:1f5331682bcc09ad0ad5646cde0e7c6a196ad6c35bdc1bba10799955512ea326\",\"ref\":\"ghcr.io/shibanet0/datamitsu-config\"}";
8323
8323
  function parsePin(raw) {
8324
8324
  try {
8325
8325
  return JSON.parse(raw);
@@ -10073,7 +10073,7 @@ function getConfig(cfg) {
10073
10073
  }
10074
10074
  globalThis.getConfig = getConfig;
10075
10075
  const getMinVersion = () => {
10076
- return "0.1.4";
10076
+ return "0.1.5";
10077
10077
  };
10078
10078
  globalThis.getMinVersion = getMinVersion;
10079
10079
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibanet0/datamitsu-config",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Shared datamitsu configuration with 79+ managed development tools",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -55,7 +55,7 @@
55
55
  ],
56
56
  "dependencies": {
57
57
  "@commander-js/extra-typings": "14.0.0",
58
- "@datamitsu/datamitsu": "0.1.4",
58
+ "@datamitsu/datamitsu": "0.1.5",
59
59
  "commander": "14.0.3",
60
60
  "execa": "9.6.1",
61
61
  "fast-glob": "3.3.3",