@zentered/issue-forms-body-parser 1.5.0 → 1.5.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/.nyc_output/{2df6f21f-346a-4d5a-806e-6e74de21ddf2.json → 488cf9e0-2479-4d98-9daa-e56e51a96d7f.json} +0 -0
- package/.nyc_output/{889d2fb4-a09e-4ca7-8950-155830c8f6b5.json → 506035e5-5150-4257-b8c2-9b0d5c9c3315.json} +0 -0
- package/.nyc_output/processinfo/{2df6f21f-346a-4d5a-806e-6e74de21ddf2.json → 488cf9e0-2479-4d98-9daa-e56e51a96d7f.json} +1 -1
- package/.nyc_output/processinfo/506035e5-5150-4257-b8c2-9b0d5c9c3315.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/package.json +10 -10
- package/.nyc_output/processinfo/889d2fb4-a09e-4ca7-8950-155830c8f6b5.json +0 -1
|
File without changes
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"parent":null,"pid":
|
|
1
|
+
{"parent":null,"pid":1747,"argv":["/usr/local/bin/node","/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/node_modules/.bin/tap","--node-arg=--experimental-json-modules","--test-env=GITHUB_REPOSITORY=zentered/issue-forms-body-parser-test","-J","test/parse-issue.test.js"],"execArgv":[],"cwd":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser","time":1665736075235,"ppid":1736,"coverageFilename":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/.nyc_output/488cf9e0-2479-4d98-9daa-e56e51a96d7f.json","externalId":"","uuid":"488cf9e0-2479-4d98-9daa-e56e51a96d7f","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"488cf9e0-2479-4d98-9daa-e56e51a96d7f","pid":1758,"argv":["/usr/local/bin/node","/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/test/parse-issue.test.js"],"execArgv":["--experimental-json-modules"],"cwd":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser","time":1665736075608,"ppid":1747,"coverageFilename":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/.nyc_output/506035e5-5150-4257-b8c2-9b0d5c9c3315.json","externalId":"test/parse-issue.test.js","uuid":"506035e5-5150-4257-b8c2-9b0d5c9c3315","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"488cf9e0-2479-4d98-9daa-e56e51a96d7f":{"parent":null,"children":["506035e5-5150-4257-b8c2-9b0d5c9c3315"]},"506035e5-5150-4257-b8c2-9b0d5c9c3315":{"parent":"488cf9e0-2479-4d98-9daa-e56e51a96d7f","externalId":"test/parse-issue.test.js","children":[]}},"files":{},"externalIds":{"test/parse-issue.test.js":{"root":"506035e5-5150-4257-b8c2-9b0d5c9c3315","children":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zentered/issue-forms-body-parser",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Parser for GitHub Issue Form body, also available as GitHub Action",
|
|
6
6
|
"keywords": [
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@actions/core": "^1.
|
|
66
|
-
"@actions/github": "^5.
|
|
67
|
-
"@sindresorhus/slugify": "^2.1.
|
|
68
|
-
"date-fns": "^2.29.
|
|
69
|
-
"date-fns-tz": "^1.3.
|
|
65
|
+
"@actions/core": "^1.10.0",
|
|
66
|
+
"@actions/github": "^5.1.1",
|
|
67
|
+
"@sindresorhus/slugify": "^2.1.1",
|
|
68
|
+
"date-fns": "^2.29.3",
|
|
69
|
+
"date-fns-tz": "^1.3.7",
|
|
70
70
|
"remark-gfm": "^3.0.1",
|
|
71
71
|
"remark-parse": "^10.0.1",
|
|
72
72
|
"remark-stringify": "^10.0.2",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
"unified": "^10.1.2"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@commitlint/config-conventional": "^17.0
|
|
77
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
78
78
|
"@vercel/ncc": "^0.34.0",
|
|
79
|
-
"commitlint": "^17.
|
|
80
|
-
"eslint": "^8.
|
|
79
|
+
"commitlint": "^17.1.2",
|
|
80
|
+
"eslint": "^8.25.0",
|
|
81
81
|
"eslint-plugin-json": "^3.1.0",
|
|
82
82
|
"eslint-plugin-node": "^11.1.0",
|
|
83
83
|
"husky": "^8.0.1",
|
|
84
84
|
"license-checker": "^25.0.1",
|
|
85
|
-
"microbundle": "^0.15.
|
|
85
|
+
"microbundle": "^0.15.1",
|
|
86
86
|
"npm-run-all": "^4.1.5",
|
|
87
87
|
"pinst": "^3.0.0",
|
|
88
88
|
"prettier": "^2.7.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":"2df6f21f-346a-4d5a-806e-6e74de21ddf2","pid":1920,"argv":["/usr/local/bin/node","/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/test/parse-issue.test.js"],"execArgv":["--experimental-json-modules"],"cwd":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser","time":1664286044644,"ppid":1909,"coverageFilename":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/.nyc_output/889d2fb4-a09e-4ca7-8950-155830c8f6b5.json","externalId":"test/parse-issue.test.js","uuid":"889d2fb4-a09e-4ca7-8950-155830c8f6b5","files":[]}
|