@monorepolint/config 0.5.0-alpha.129 → 0.5.0-alpha.131

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.
@@ -11,4 +11,4 @@
11
11
  ESM Build start
12
12
  ESM build/js/index.js 178.00 B
13
13
  ESM build/js/index.js.map 71.00 B
14
- ESM ⚡️ Build success in 26ms
14
+ ESM ⚡️ Build success in 33ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monorepolint/config",
3
- "version": "0.5.0-alpha.129+2867735",
3
+ "version": "0.5.0-alpha.131+4a2b5f4",
4
4
  "author": "Eric L Anderson (https://github.com/ericanderson)",
5
5
  "contributors": [
6
6
  "Mac Lockard (https://github.com/maclockard)"
@@ -30,7 +30,7 @@
30
30
  "transpile-typescript": "tsup --config ../../tsup.config.cjs"
31
31
  },
32
32
  "dependencies": {
33
- "@monorepolint/utils": "^0.5.0-alpha.129+2867735",
33
+ "@monorepolint/utils": "^0.5.0-alpha.131+4a2b5f4",
34
34
  "chalk": "^5.3.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "286773563d63844ba674f02884633896b75fa5b5"
53
+ "gitHead": "4a2b5f492e34f088227384b494c018d8fe04d216"
54
54
  }