@zentered/issue-forms-body-parser 1.4.1 → 1.4.2
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/.eslintignore +2 -0
- package/.nyc_output/51515bde-d360-43af-9735-c6f3cb6894f8.json +1 -0
- package/.nyc_output/734d5a73-99f9-445f-a028-1b09587e3677.json +1 -0
- package/.nyc_output/processinfo/51515bde-d360-43af-9735-c6f3cb6894f8.json +1 -0
- package/.nyc_output/processinfo/734d5a73-99f9-445f-a028-1b09587e3677.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -0
- package/action.yml +1 -1
- package/package.json +6 -6
- package/{dist → pkg}/parse.cjs +0 -0
- package/{dist → pkg}/parse.cjs.map +0 -0
- package/{dist → pkg}/parse.modern.js +0 -0
- package/{dist → pkg}/parse.modern.js.map +0 -0
- package/{dist → pkg}/parse.module.js +0 -0
- package/{dist → pkg}/parse.module.js.map +0 -0
- package/{dist → pkg}/parse.umd.js +0 -0
- package/{dist → pkg}/parse.umd.js.map +0 -0
- package/dist/index.js +0 -53446
- package/dist/licenses.txt +0 -1772
- package/dist/package.json +0 -3
- package/dist/parse.esm.js +0 -323
- package/dist/parse.esm.js.map +0 -1
- package/test/issue.json +0 -6
- package/test/parse-issue.test.js +0 -104
- package/test/test-issue-1.md +0 -58
- package/test/test-issue-2.md +0 -10
package/.eslintignore
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1749,"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":1649743490042,"ppid":1738,"coverageFilename":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/.nyc_output/51515bde-d360-43af-9735-c6f3cb6894f8.json","externalId":"","uuid":"51515bde-d360-43af-9735-c6f3cb6894f8","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":"51515bde-d360-43af-9735-c6f3cb6894f8","pid":1760,"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":1649743490450,"ppid":1749,"coverageFilename":"/home/runner/work/issue-forms-body-parser/issue-forms-body-parser/.nyc_output/734d5a73-99f9-445f-a028-1b09587e3677.json","externalId":"test/parse-issue.test.js","uuid":"734d5a73-99f9-445f-a028-1b09587e3677","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"processes":{"51515bde-d360-43af-9735-c6f3cb6894f8":{"parent":null,"children":["734d5a73-99f9-445f-a028-1b09587e3677"]},"734d5a73-99f9-445f-a028-1b09587e3677":{"parent":"51515bde-d360-43af-9735-c6f3cb6894f8","externalId":"test/parse-issue.test.js","children":[]}},"files":{},"externalIds":{"test/parse-issue.test.js":{"root":"734d5a73-99f9-445f-a028-1b09587e3677","children":[]}}}
|
package/action.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zentered/issue-forms-body-parser",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Parser for GitHub Issue Form body, also available as GitHub Action",
|
|
6
6
|
"keywords": [
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"type": "module",
|
|
31
31
|
"src": "src/parse.js",
|
|
32
32
|
"exports": {
|
|
33
|
-
"require": "./
|
|
34
|
-
"default": "./
|
|
33
|
+
"require": "./pkg/parse.cjs",
|
|
34
|
+
"default": "./pkg/parse.modern.js"
|
|
35
35
|
},
|
|
36
|
-
"main": "./
|
|
37
|
-
"module": "./
|
|
36
|
+
"main": "./pkg/parse.cjs",
|
|
37
|
+
"module": "./pkg/parse.module.js",
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "run-p build:*",
|
|
40
40
|
"build:package": "microbundle",
|
|
41
|
-
"build:action": "ncc build src/index.js -o
|
|
41
|
+
"build:action": "ncc build src/index.js -o action --license licenses.txt",
|
|
42
42
|
"release": "run-s lint test build",
|
|
43
43
|
"lint": "eslint .",
|
|
44
44
|
"license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause;Apache-2.0\"",
|
package/{dist → pkg}/parse.cjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|