@w5s/mrm-preset 1.0.0-alpha.40 → 1.0.0-alpha.41
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
CHANGED
package/.turbo/turbo-docs.log
CHANGED
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[1] : exited with code 0
|
|
2
2
|
[src]
|
|
3
|
-
[src] > @w5s/mrm-preset@1.0.0-alpha.
|
|
3
|
+
[src] > @w5s/mrm-preset@1.0.0-alpha.40 format:src
|
|
4
4
|
[src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
|
|
5
5
|
[src]
|
|
6
6
|
[src] npm run format:src exited with code 0
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
CSpell: Files checked: 51, Issues found: 0 in 0 files
|
package/.turbo/turbo-test.log
CHANGED
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
|
+
## 1.0.0-alpha.41 (2023-02-06)
|
|
7
|
+
|
|
8
|
+
- 📝 Update documentation ([8cd1934](https://github.com/w5s/project-config/commit/8cd1934))
|
|
9
|
+
|
|
6
10
|
# [1.0.0-alpha.40](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.39...@w5s/mrm-preset@1.0.0-alpha.40) (2023-01-22)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @w5s/mrm-preset
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.41",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build": "concurrently \"npm:build:*\" \":\"",
|
|
25
25
|
"build:tsc": "tsc --noEmit --skipLibCheck",
|
|
26
26
|
"clean": "concurrently \"npm:clean:*\" \":\"",
|
|
27
|
-
"docs": "
|
|
27
|
+
"docs": "node ../../markdown.mjs",
|
|
28
28
|
"format": "concurrently \"npm:format:*\" \":\"",
|
|
29
29
|
"format:src": "eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
30
30
|
"lint": "concurrently \"npm:lint:*\" \":\"",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "cdb08978935c78ac2303b9a00f42f791e6361306"
|
|
55
55
|
}
|