Skip to content

Commit b0d23b1

Browse files
author
Nicolas Arnold
authored
[semver:patch] Fix import (#27)
1 parent 5674544 commit b0d23b1

File tree

7 files changed

+49752
-45404
lines changed

7 files changed

+49752
-45404
lines changed

dist/index.js

Lines changed: 46480 additions & 45399 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 566 additions & 0 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roadiehq/backstage-entity-validator",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"author": "RoadieHQ",
55
"description": "Backstage entity validator",
66
"main": "src/index.js",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const core = require('@actions/core');
22
const glob = require('glob');
3+
const { validateFromFile } = require('@roadiehq/roadie-backstage-entity-validator/src/validator');
34

45
const usage = `
56
Usage: validate-entity [OPTION] [FILE]
@@ -14,7 +15,6 @@ OPTION:
1415
`.trim();
1516

1617
async function validate(files, { github, verbose }) {
17-
const { validateFromFile } = require('@roadiehq/roadie-backstage-entity-validator');
1818
for (const file of files) {
1919
try {
2020
if (github) {

yarn.lock

Lines changed: 2701 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)