@w5s/mrm-preset 3.5.24 β 3.5.26
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-docs.log +1 -1
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
- package/package.json.backup +4 -4
package/.turbo/turbo-docs.log
CHANGED
|
@@ -45,5 +45,5 @@ If you think this is incorrect, verify your comment blocks in your src and the s
|
|
|
45
45
|
[96mπ« Results:[39m
|
|
46
46
|
|
|
47
47
|
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
48
|
-
[92m β Markdown Magic Done. 0.
|
|
48
|
+
[92m β Markdown Magic Done. 0.09 seconds[39m
|
|
49
49
|
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -18,6 +18,7 @@ Weβve tried these locations:
|
|
|
18
18
|
[36mRunning gitignore...[39m
|
|
19
19
|
[32mCreate .gitignore[39m
|
|
20
20
|
|
|
21
|
+
|
|
21
22
|
[1m[31mTask βprojectβ not found.
|
|
22
23
|
|
|
23
24
|
Weβve tried these locations:
|
|
@@ -30,4 +31,3 @@ Weβve tried these locations:
|
|
|
30
31
|
- project package in local node_modules
|
|
31
32
|
- mrm-task-project package on the npm registry
|
|
32
33
|
- project package on the npm registry[22m[39m
|
|
33
|
-
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [3.5.26](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.26) (2026-08-27)
|
|
7
|
+
|
|
8
|
+
### π Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Fix ignored changelog files ([104fada](https://github.com/w5s/project-config/commit/104fada))
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
13
|
+
|
|
14
|
+
## [3.5.25](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.25) (2026-08-26)
|
|
15
|
+
|
|
16
|
+
### π Bug Fixes
|
|
17
|
+
|
|
18
|
+
- Fix ignored changelog files ([104fada](https://github.com/w5s/project-config/commit/104fada))
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
21
|
+
|
|
6
22
|
## [3.5.24](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.24) (2026-08-25)
|
|
7
23
|
|
|
8
24
|
### π Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.26",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"postpack": "clean-package restore"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@w5s/configurator-core": "^1.
|
|
29
|
-
"@w5s/dev": "^3.
|
|
28
|
+
"@w5s/configurator-core": "^1.7.0",
|
|
29
|
+
"@w5s/dev": "^3.21.0",
|
|
30
30
|
"debug": "^4.3.3",
|
|
31
31
|
"glob": "^13.0.0",
|
|
32
32
|
"mrm-core": "^7.0.0",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "33447bdc0ec90e7ac57633399553002a2bc77b6b"
|
|
43
43
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.26",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"typecheck:src": "pnpm exec tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@w5s/configurator-core": "^1.
|
|
44
|
-
"@w5s/dev": "^3.
|
|
43
|
+
"@w5s/configurator-core": "^1.7.0",
|
|
44
|
+
"@w5s/dev": "^3.21.0",
|
|
45
45
|
"debug": "^4.3.3",
|
|
46
46
|
"glob": "^13.0.0",
|
|
47
47
|
"mrm-core": "^7.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "33447bdc0ec90e7ac57633399553002a2bc77b6b"
|
|
64
64
|
}
|