@w5s/mrm-preset 1.0.2 → 1.0.3
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/.turbo/turbo-build.log +6 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
[1] : exited with code 0
|
|
2
2
|
[tsc]
|
|
3
|
-
[tsc] > @w5s/mrm-preset@1.0.
|
|
3
|
+
[tsc] > @w5s/mrm-preset@1.0.2 build:tsc
|
|
4
4
|
[tsc] > tsc --noEmit --skipLibCheck
|
|
5
5
|
[tsc]
|
|
6
|
+
[tsc] npm notice
|
|
7
|
+
npm notice New patch version of npm available! 9.6.3 -> 9.6.4
|
|
8
|
+
[tsc] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.4>
|
|
9
|
+
[tsc] npm notice Run `npm install -g npm@9.6.4` to update!
|
|
10
|
+
npm notice
|
|
6
11
|
[tsc] npm run build:tsc exited with code 0
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>1.0.3 (2023-04-19)</small>
|
|
7
|
+
|
|
8
|
+
- ⬆️ Upgrade dependency glob to v10 ([76b45b0](https://github.com/w5s/project-config/commit/76b45b0))
|
|
9
|
+
|
|
6
10
|
## <small>1.0.2 (2023-03-24)</small>
|
|
7
11
|
|
|
8
12
|
- ✨ Improve yarn berry support ([c5010cc](https://github.com/w5s/project-config/commit/c5010cc))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"debug": "^4.3.3",
|
|
39
|
-
"glob": "^
|
|
39
|
+
"glob": "^10.0.0",
|
|
40
40
|
"mrm-core": "^7.0.0",
|
|
41
41
|
"semver-intersect": "^1.4.0",
|
|
42
42
|
"sync-directory": "^6.0.0"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "12f2f65750a6ddd1b9746e7e09a7a77919b33eba"
|
|
56
56
|
}
|