@autometa/events 0.2.13 → 0.2.14

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.
@@ -0,0 +1,21 @@
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
@@ -0,0 +1,31 @@
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.
@@ -0,0 +1,11 @@
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.
@@ -0,0 +1,4 @@
1
+
2
+ > @autometa/events@0.0.10 clean /Users/ben.aherne/Documents/GitHub/autometa/packages/events
3
+ > rimraf dist
4
+
@@ -0,0 +1,4 @@
1
+
2
+ > @autometa/events@0.2.10 lint:fix /Users/ben.aherne/Documents/GitHub/autometa/packages/events
3
+ > eslint . --fix "--max-warnings=0"
4
+
@@ -0,0 +1,4 @@
1
+
2
+ > @autometa/events@0.0.10 lint /Users/ben.aherne/Documents/GitHub/autometa/packages/events
3
+ > eslint . --max-warnings 0
4
+
@@ -0,0 +1,4 @@
1
+
2
+ > @autometa/events@0.0.10 lint:fix /Users/ben.aherne/Documents/GitHub/autometa/packages/events
3
+ > eslint . --fix "--max-warnings=0"
4
+
@@ -0,0 +1,5 @@
1
+
2
+ > @autometa/events@0.0.10 prettify /Users/ben.aherne/Documents/GitHub/autometa/packages/events
3
+ > prettier --config .prettierrc 'src/**/*.ts' --write
4
+
5
+  ELIFECYCLE  Command failed.
@@ -0,0 +1,12 @@
1
+
2
+ > @autometa/events@0.2.12 test /Users/ben.aherne/Documents/GitHub/autometa/packages/events
3
+ > vitest run --passWithNoTests
4
+
5
+
6
+ RUN v0.34.6 /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
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Gherkin
2
2
 
3
+ ## 0.2.14
4
+
5
+ ### Patch Changes
6
+
7
+ - @autometa/gherkin@0.6.2
8
+
3
9
  ## 0.2.13
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/events",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -24,7 +24,6 @@
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",
28
27
  "eslint-config-prettier": "^8.3.0",
29
28
  "istanbul": "^0.4.5",
30
29
  "jest": "^29.5.0",
@@ -34,23 +33,24 @@
34
33
  "rimraf": "^4.1.2",
35
34
  "ts-jest": "^29.0.5",
36
35
  "ts-node": "^10.9.1",
37
- "tsconfig": "0.7.0",
38
36
  "tsup": "^7.2.0",
39
37
  "typescript": "^4.9.5",
40
38
  "vitest": "0.34.6",
41
39
  "webpack": "^5.77.0",
42
40
  "webpack-cli": "^5.0.1",
43
- "webpack-node-externals": "^3.0.0"
41
+ "webpack-node-externals": "^3.0.0",
42
+ "eslint-config-custom": "0.6.0",
43
+ "tsconfig": "0.7.0"
44
44
  },
45
45
  "dependencies": {
46
- "@autometa/errors": "^0.2.2",
47
- "@autometa/gherkin": "0.6.1",
48
- "@autometa/types": "0.4.1",
49
46
  "@cucumber/messages": "^21.0.1",
50
47
  "@cucumber/tag-expressions": "^5.0.1",
51
48
  "tsyringe": "^4.7.0",
52
49
  "uuid": "^9.0.1",
53
- "zod": "^3.21.4"
50
+ "zod": "^3.21.4",
51
+ "@autometa/errors": "^0.2.2",
52
+ "@autometa/gherkin": "0.6.2",
53
+ "@autometa/types": "0.4.1"
54
54
  },
55
55
  "scripts": {
56
56
  "test": "vitest run --passWithNoTests",
@@ -60,6 +60,5 @@
60
60
  "clean": "rimraf dist",
61
61
  "build": "tsup",
62
62
  "build:watch": "tsup --watch"
63
- },
64
- "readme": "# Gherkin\n\nGherkin implementation for @autometa.\n"
63
+ }
65
64
  }