Skip to content

Commit 97c5b72

Browse files
committed
Upgrade wildcard-match to v5.1.3
1 parent ddbbbd7 commit 97c5b72

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -75,6 +75,6 @@
7575
"jsonpath-plus": "^7.2.0",
7676
"lodash": "^4.17.21",
7777
"p-limit": "^3.1.0",
78-
"wildcard-match": "^5.1.2"
78+
"wildcard-match": "^5.1.3"
7979
}
8080
}

src/stateMachine/stateActions/ChoiceStateAction.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { StringConstraint } from '../jsonPath/constraints/StringConstraint';
1010
import { NumberConstraint } from '../jsonPath/constraints/NumberConstraint';
1111
import { BooleanConstraint } from '../jsonPath/constraints/BooleanConstraint';
1212
import { RFC3339TimestampConstraint } from '../jsonPath/constraints/RFC3339TimestampConstraint';
13-
// @ts-expect-error See: https://github.com/axtgr/wildcard-match/issues/12
14-
// package.json of wildcard-match module needs a "types" field inside "exports", because we're using "bundler" module resolution
1513
import wcmatch from 'wildcard-match';
1614

1715
class ChoiceStateAction extends BaseStateAction<ChoiceState> {

0 commit comments

Comments
 (0)