@w5s/mrm-preset 2.1.0 → 2.1.1

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@2.0.0 build:tsc
3
+ [tsc] > @w5s/mrm-preset@2.1.0 build:tsc
4
4
  [tsc] > tsc --noEmit --skipLibCheck
5
5
  [tsc]
6
6
  [tsc] npm run build:tsc exited with code 0
@@ -1,6 +1 @@
1
- [1] : exited with code 0
2
- [template]
3
- [template] > @w5s/mrm-preset@2.1.0 prepare:template
4
- [template] > cp ../../.editorconfig editorconfig/_editorconfig
5
- [template]
6
- [template] npm run prepare:template exited with code 0
1
+ [0] : exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [script]
3
- [script] > @w5s/mrm-preset@2.0.0 test:script
3
+ [script] > @w5s/mrm-preset@2.1.0 test:script
4
4
  [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
5
  [script]
6
6
  [script] 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
+ ## [2.1.1](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.1.0...@w5s/mrm-preset@2.1.1) (2023-10-15)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  # [2.1.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.0.0...@w5s/mrm-preset@2.1.0) (2023-10-15)
7
11
 
8
12
  ### ✨ Features
@@ -1,4 +1,3 @@
1
- # BEGIN MANAGED BLOCK
2
1
  # http://editorconfig.org
3
2
  root = true
4
3
 
@@ -58,5 +57,3 @@ indent_style = space
58
57
 
59
58
  [{Makefile,**.mk,**.make}]
60
59
  indent_style = tab
61
-
62
- # END MANAGED BLOCK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "47a30a8316d1991e5afff4356b377b34f8f33043"
40
+ "gitHead": "e7a31018a843da7bbcc5ddac2a32a7fd2630c951"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -32,7 +32,6 @@
32
32
  "postpack": "npx clean-package restore",
33
33
  "prepack": "npx clean-package",
34
34
  "prepare": "concurrently \"npm:prepare:*\" \":\"",
35
- "prepare:template": "cp ../../.editorconfig editorconfig/_editorconfig",
36
35
  "spellcheck": "cspell --no-progress '**'",
37
36
  "test": "concurrently \"npm:test:*\" \":\"",
38
37
  "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
@@ -57,5 +56,5 @@
57
56
  "publishConfig": {
58
57
  "access": "public"
59
58
  },
60
- "gitHead": "47a30a8316d1991e5afff4356b377b34f8f33043"
59
+ "gitHead": "e7a31018a843da7bbcc5ddac2a32a7fd2630c951"
61
60
  }