@cucumber/query 9.0.1 → 9.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cucumber/query",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Cucumber Query - query messages",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -32,9 +32,6 @@
32
32
  "ts-node": "^9.1.1",
33
33
  "typescript": "^4.2.3"
34
34
  },
35
- "files": [
36
- "*"
37
- ],
38
35
  "dependencies": {
39
36
  "@cucumber/messages": "^15.0.0",
40
37
  "@teppeis/multimaps": "^2.0.0"
package/.gitignore DELETED
@@ -1,18 +0,0 @@
1
- dist/
2
- .idea/
3
- .nyc_output/
4
- coverage/
5
- node_modules/
6
- yarn.lock
7
- package-lock.json
8
- *.log
9
- .deps
10
- .tested*
11
- .linted
12
- .built*
13
- .compared
14
- .codegen
15
- acceptance/
16
- storybook-static
17
- *-go
18
- *.iml