semantic-release-lerna 0.8.0 → 0.8.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.
- package/lib/should-latch.js +1 -1
- package/lib/should-latch.test.js +1 -1
- package/package.json +7 -7
package/lib/should-latch.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable security/detect-unsafe-regex */
|
|
2
2
|
const latchMajor = /^\d+\.0\.0$/;
|
|
3
3
|
const latchMinor = /^\d+\.\d+\.0$/;
|
|
4
|
-
const latchPatch = /^\d+\.\d
|
|
4
|
+
const latchPatch = /^\d+\.\d+\.\d+$/;
|
|
5
5
|
const latchPrerelease = /^\d+\.\d+\.\d+(-(.*\.)?\d+)?$/;
|
|
6
6
|
|
|
7
7
|
/**
|
package/lib/should-latch.test.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-release-lerna",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "semantic-release plugin to publish lerna monorepo packages to npm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"npm",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"write-json-file": "^4.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@html-validate/eslint-config": "5.5.
|
|
71
|
+
"@html-validate/eslint-config": "5.5.27",
|
|
72
72
|
"@html-validate/eslint-config-jest": "5.5.18",
|
|
73
|
-
"@html-validate/prettier-config": "2.3.
|
|
73
|
+
"@html-validate/prettier-config": "2.3.6",
|
|
74
74
|
"@semantic-release/npm": "9.0.2",
|
|
75
|
-
"@types/jest": "29.4.
|
|
75
|
+
"@types/jest": "29.4.1",
|
|
76
76
|
"codecov": "3.8.3",
|
|
77
77
|
"fs-extra": "11.1.0",
|
|
78
78
|
"got": "11.8.6",
|
|
79
|
-
"jest": "29.
|
|
80
|
-
"lerna": "6.
|
|
79
|
+
"jest": "29.5.0",
|
|
80
|
+
"lerna": "6.5.1",
|
|
81
81
|
"prettier": "2.8.4",
|
|
82
|
-
"semantic-release": "20.1.
|
|
82
|
+
"semantic-release": "20.1.1",
|
|
83
83
|
"stream-buffers": "3.0.2",
|
|
84
84
|
"verdaccio": "5.19.1"
|
|
85
85
|
},
|