@autometa/events 0.2.4 → 0.2.5
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/CHANGELOG.md +10 -1
- package/package.json +11 -10
- package/.turbo/turbo-build.log +0 -21
- package/.turbo/turbo-build:dts.log +0 -31
- package/.turbo/turbo-build:dts:tsc.log +0 -11
- package/.turbo/turbo-clean.log +0 -4
- package/.turbo/turbo-lint.log +0 -4
- package/.turbo/turbo-lint:fix.log +0 -4
- package/.turbo/turbo-prettify.log +0 -5
- package/.turbo/turbo-test.log +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# Gherkin
|
|
2
2
|
|
|
3
|
+
## 0.2.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 04ed85d: feat: added HTP client based on axios
|
|
8
|
+
- Updated dependencies [04ed85d]
|
|
9
|
+
- @autometa/gherkin@0.5.2
|
|
10
|
+
- @autometa/errors@0.1.4
|
|
11
|
+
|
|
3
12
|
## 0.2.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
|
-
- Updated dependencies [
|
|
16
|
+
- Updated dependencies [4b796f8]
|
|
8
17
|
- @autometa/gherkin@0.5.1
|
|
9
18
|
|
|
10
19
|
## 0.2.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autometa/events",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@typescript-eslint/parser": "^5.54.1",
|
|
25
25
|
"@vitest/coverage-istanbul": "^0.31.0",
|
|
26
26
|
"eslint": "^8.37.0",
|
|
27
|
+
"eslint-config-custom": "0.6.0",
|
|
27
28
|
"eslint-config-prettier": "^8.3.0",
|
|
28
29
|
"istanbul": "^0.4.5",
|
|
29
30
|
"jest": "^29.5.0",
|
|
@@ -33,24 +34,23 @@
|
|
|
33
34
|
"rimraf": "^4.1.2",
|
|
34
35
|
"ts-jest": "^29.0.5",
|
|
35
36
|
"ts-node": "^10.9.1",
|
|
37
|
+
"tsconfig": "0.7.0",
|
|
36
38
|
"tsup": "^7.2.0",
|
|
37
39
|
"typescript": "^4.9.5",
|
|
38
|
-
"vitest": "0.
|
|
40
|
+
"vitest": "0.34.6",
|
|
39
41
|
"webpack": "^5.77.0",
|
|
40
42
|
"webpack-cli": "^5.0.1",
|
|
41
|
-
"webpack-node-externals": "^3.0.0"
|
|
42
|
-
"eslint-config-custom": "0.6.0",
|
|
43
|
-
"tsconfig": "0.7.0"
|
|
43
|
+
"webpack-node-externals": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
+
"@autometa/errors": "^0.1.4",
|
|
47
|
+
"@autometa/gherkin": "0.5.2",
|
|
48
|
+
"@autometa/types": "0.4.1",
|
|
46
49
|
"@cucumber/messages": "^21.0.1",
|
|
47
50
|
"@cucumber/tag-expressions": "^5.0.1",
|
|
48
51
|
"tsyringe": "^4.7.0",
|
|
49
52
|
"uuid": "^9.0.1",
|
|
50
|
-
"zod": "^3.21.4"
|
|
51
|
-
"@autometa/types": "0.4.1",
|
|
52
|
-
"@autometa/gherkin": "0.5.1",
|
|
53
|
-
"@autometa/errors": "^0.1.3"
|
|
53
|
+
"zod": "^3.21.4"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"test": "vitest run --passWithNoTests",
|
|
@@ -60,5 +60,6 @@
|
|
|
60
60
|
"clean": "rimraf dist",
|
|
61
61
|
"build": "tsup",
|
|
62
62
|
"build:watch": "tsup --watch"
|
|
63
|
-
}
|
|
63
|
+
},
|
|
64
|
+
"readme": "# Gherkin\n\nGherkin implementation for @autometa.\n"
|
|
64
65
|
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @autometa/events@0.0.10 build /Users/ben.aherne/Documents/GitHub/autometa/packages/events
|
|
3
|
-
> tsup
|
|
4
|
-
|
|
5
|
-
CLI Building entry: src/index.ts
|
|
6
|
-
CLI Using tsconfig: tsconfig.json
|
|
7
|
-
CLI tsup v6.7.0
|
|
8
|
-
CLI Using tsup config: /Users/ben.aherne/Documents/GitHub/autometa/packages/events/tsup.config.ts
|
|
9
|
-
CLI Target: es2020
|
|
10
|
-
CLI Cleaning output folder
|
|
11
|
-
CJS Build start
|
|
12
|
-
ESM Build start
|
|
13
|
-
CJS You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
|
|
14
|
-
ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
|
|
15
|
-
CJS dist/index.js 961.00 B
|
|
16
|
-
CJS ⚡️ Build success in 14ms
|
|
17
|
-
ESM dist/esm/index.js 75.00 B
|
|
18
|
-
ESM ⚡️ Build success in 16ms
|
|
19
|
-
DTS Build start
|
|
20
|
-
DTS ⚡️ Build success in 1969ms
|
|
21
|
-
DTS dist/index.d.ts 61.00 B
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @autometa/events@0.0.10 build:dts /Users/ben.aherne/Documents/GitHub/autometa/packages/events
|
|
3
|
-
> tsup --dts-only
|
|
4
|
-
|
|
5
|
-
CLI Building entry: src/index.ts
|
|
6
|
-
CLI Using tsconfig: tsconfig.json
|
|
7
|
-
CLI tsup v6.7.0
|
|
8
|
-
CLI Using tsup config: /Users/ben.aherne/Documents/GitHub/autometa/packages/events/tsup.config.ts
|
|
9
|
-
DTS Build start
|
|
10
|
-
src/event-subscriber.ts(1,23): error TS2307: Cannot find module '@autometa/types' or its corresponding type declarations.
|
|
11
|
-
|
|
12
|
-
Error: error occured in dts build
|
|
13
|
-
at Worker.<anonymous> (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/tsup@6.7.0_ts-node@10.9.1_typescript@4.9.5/node_modules/tsup/dist/index.js:2281:26)
|
|
14
|
-
at Worker.emit (node:events:513:28)
|
|
15
|
-
at MessagePort.<anonymous> (node:internal/worker:238:53)
|
|
16
|
-
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:738:20)
|
|
17
|
-
at exports.emitMessage (node:internal/per_context/messageport:23:28)
|
|
18
|
-
DTS Build error
|
|
19
|
-
RollupError: Failed to compile. Check the logs above.
|
|
20
|
-
at error (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/rollup@3.12.0/node_modules/rollup/dist/shared/rollup.js:260:30)
|
|
21
|
-
at Object.error (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/rollup@3.12.0/node_modules/rollup/dist/shared/rollup.js:24090:20)
|
|
22
|
-
at Object.error (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/rollup@3.12.0/node_modules/rollup/dist/shared/rollup.js:23331:42)
|
|
23
|
-
at generateDtsFromTs (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/tsup@6.7.0_ts-node@10.9.1_typescript@4.9.5/node_modules/tsup/dist/rollup.js:7498:22)
|
|
24
|
-
at /Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/tsup@6.7.0_ts-node@10.9.1_typescript@4.9.5/node_modules/tsup/dist/rollup.js:7505:59
|
|
25
|
-
at _nullishCoalesce (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/tsup@6.7.0_ts-node@10.9.1_typescript@4.9.5/node_modules/tsup/dist/rollup.js:1:198)
|
|
26
|
-
at Object.transform (/Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/tsup@6.7.0_ts-node@10.9.1_typescript@4.9.5/node_modules/tsup/dist/rollup.js:7505:18)
|
|
27
|
-
at /Users/ben.aherne/Documents/GitHub/autometa/node_modules/.pnpm/rollup@3.12.0/node_modules/rollup/dist/shared/rollup.js:24289:40
|
|
28
|
-
src/event-options.ts(5,38): error TS2307: Cannot find module '@autometa/gherkin' or its corresponding type declarations.
|
|
29
|
-
src/event-options.ts(6,42): error TS2307: Cannot find module '@autometa/types' or its corresponding type declarations.
|
|
30
|
-
|
|
31
|
-
ELIFECYCLE Command failed with exit code 1.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @autometa/events@0.0.10 build:dts:tsc /Users/ben.aherne/Documents/GitHub/autometa/packages/events
|
|
3
|
-
> tsc
|
|
4
|
-
|
|
5
|
-
src/event-dispatcher.ts(20,22): error TS2307: Cannot find module '@autometa/bind-decorator' or its corresponding type declarations.
|
|
6
|
-
src/event-options.ts(6,10): error TS2305: Module '"@autometa/gherkin"' has no exported member 'Examples'.
|
|
7
|
-
src/event-options.ts(7,42): error TS2307: Cannot find module '@autometa/types' or its corresponding type declarations.
|
|
8
|
-
src/event-options.ts(8,28): error TS2307: Cannot find module '@autometa/types' or its corresponding type declarations.
|
|
9
|
-
src/event-subscriber.ts(1,23): error TS2307: Cannot find module '@autometa/types' or its corresponding type declarations.
|
|
10
|
-
../gherkin/index.ts(1,15): error TS6305: Output file '/Users/ben.aherne/Documents/GitHub/autometa/packages/gherkin/out/src/index.d.ts' has not been built from source file '/Users/ben.aherne/Documents/GitHub/autometa/packages/gherkin/src/index.ts'.
|
|
11
|
-
ELIFECYCLE Command failed with exit code 2.
|
package/.turbo/turbo-clean.log
DELETED
package/.turbo/turbo-lint.log
DELETED
package/.turbo/turbo-test.log
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @autometa/events@0.1.6 test /Users/ben.aherne/Documents/GitHub/autometa/packages/events
|
|
3
|
-
> vitest run --passWithNoTests
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
RUN v0.33.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/events/src
|
|
7
|
-
|
|
8
|
-
include: **/*.{test,spec}.?(c|m)[jt]s?(x)
|
|
9
|
-
exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*
|
|
10
|
-
watch exclude: **/node_modules/**, **/dist/**
|
|
11
|
-
No test files found, exiting with code 0
|
|
12
|
-
|