@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.
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [tsc]
3
- [tsc] > @w5s/mrm-preset@1.0.0-alpha.39 build:tsc
3
+ [tsc] > @w5s/mrm-preset@1.0.0-alpha.40 build:tsc
4
4
  [tsc] > tsc --noEmit --skipLibCheck
5
5
  [tsc]
6
6
  [tsc] npm run build:tsc exited with code 0
@@ -1,4 +1,3 @@
1
- Starting markdown-magic [ '**/*.md', '!node_modules/**' ]
2
1
  ✔ README.md Updated
3
2
  Transforms run
4
3
  ⁕ PKG_JSON:template=# W5s Mrm Preset _(${name})_
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [src]
3
- [src] > @w5s/mrm-preset@1.0.0-alpha.38 format:src
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
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [src]
3
- [src] > @w5s/mrm-preset@1.0.0-alpha.39 lint:src
3
+ [src] > @w5s/mrm-preset@1.0.0-alpha.40 lint:src
4
4
  [src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
5
  [src]
6
6
  [src] npm run lint:src exited with code 0
@@ -0,0 +1 @@
1
+ CSpell: Files checked: 51, Issues found: 0 in 0 files
@@ -1,5 +1,5 @@
1
1
  [src]
2
- [src] > @w5s/mrm-preset@1.0.0-alpha.39 test:src
2
+ [src] > @w5s/mrm-preset@1.0.0-alpha.40 test:src
3
3
  [src] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
4
4
  [src]
5
5
  [src] mkdir: _tester: File exists
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.40",
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": "md-magic --path '**/*.md' --ignore='node_modules'",
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": "b4f8775d054f1ff693dceda2da275e16ab7ff9a5"
54
+ "gitHead": "cdb08978935c78ac2303b9a00f42f791e6361306"
55
55
  }