@contract-case/case-connector 0.19.1 → 0.19.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.19.2](https://github.com/case-contract-testing/contract-case/compare/@contract-case/case-connector-v0.19.1...@contract-case/case-connector-v0.19.2) (2025-03-19)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **@contract-case/case-connector:** Synchronize ContractCase versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @contract-case/case-core bumped from 0.19.1 to 0.19.2
16
+ * @contract-case/case-connector-proto bumped from 0.19.1 to 0.19.2
17
+ * @contract-case/case-entities-internal bumped from 0.19.1 to 0.19.2
18
+ * devDependencies
19
+ * @contract-case/case-maintainer-config bumped from 0.19.1 to 0.19.2
20
+ * @contract-case/eslint-config-case-maintainer bumped from 0.19.1 to 0.19.2
21
+
3
22
  ## [0.19.1](https://github.com/case-contract-testing/contract-case/compare/@contract-case/case-connector-v0.19.0...@contract-case/case-connector-v0.19.1) (2025-03-18)
4
23
 
5
24
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contract-case/case-connector",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "type": "module",
5
5
  "description": "Connector to allow ContractCase to run as a server. Use only if you're creating a custom wrapper for a new language",
6
6
  "author": "Timothy Jones <timothy.l.jones@gmail.com> (https://github.com/TimothyJones)",
@@ -33,8 +33,8 @@
33
33
  "url": "https://github.com/case-contract-testing/case/issues"
34
34
  },
35
35
  "devDependencies": {
36
- "@contract-case/case-maintainer-config": "0.19.1",
37
- "@contract-case/eslint-config-case-maintainer": "0.19.1",
36
+ "@contract-case/case-maintainer-config": "0.19.2",
37
+ "@contract-case/eslint-config-case-maintainer": "0.19.2",
38
38
  "@types/google-protobuf": "^3.15.12",
39
39
  "@types/jest": "^29.5.12",
40
40
  "@types/uuid": "^10.0.0",
@@ -50,9 +50,9 @@
50
50
  "webpack-cli": "^6.0.1"
51
51
  },
52
52
  "dependencies": {
53
- "@contract-case/case-core": "0.19.1",
54
- "@contract-case/case-connector-proto": "0.19.1",
55
- "@contract-case/case-entities-internal": "0.19.1",
53
+ "@contract-case/case-core": "0.19.2",
54
+ "@contract-case/case-connector-proto": "0.19.2",
55
+ "@contract-case/case-entities-internal": "0.19.2",
56
56
  "@grpc/grpc-js": "^1.12.6",
57
57
  "@grpc/proto-loader": "^0.7.10",
58
58
  "get-port": "^7.1.0",
@@ -1,44 +1,2 @@
1
- /**
2
- * Begin define
3
- * - Begin define
4
- * - Config
5
- * - Statehandlers need to be callbacks
6
- * - triggerAndTest needs to be a callback
7
- * - LogPrinter is a callback
8
- * - resultPrinter is a callback
9
- * - Parent Versions
10
- * - Returns ID
11
- * - runInteraction
12
- * Define ID
13
- * json definition
14
- * and config
15
- * - runRejectingInteraction
16
- * Define ID
17
- * json definition
18
- * and config
19
- * - endRecord
20
- * Define ID
21
- * invalidates ID
22
- *
23
- *
24
- * Verify
25
- * - Begin Verify
26
- * - Config
27
- * - Statehandlers need to be callbacks
28
- * - triggerAndTest needs to be a callback
29
- * - LogPrinter is a callback
30
- * - resultPrinter is a callback
31
- * - Parent Versions
32
- * - Returns ID
33
- *
34
- * - availableContractDescriptions
35
- * - Verifier ID
36
- * - Returns CaseContractDescription
37
- *
38
- * - runVerification
39
- * - Verifier ID
40
- * - map config
41
- *
42
- */
43
1
  export * from './connectors/case-boundary/internals/index.js';
44
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AAEH,cAAc,+CAA+C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC"}
package/dist/src/index.js CHANGED
@@ -1,44 +1,2 @@
1
- /**
2
- * Begin define
3
- * - Begin define
4
- * - Config
5
- * - Statehandlers need to be callbacks
6
- * - triggerAndTest needs to be a callback
7
- * - LogPrinter is a callback
8
- * - resultPrinter is a callback
9
- * - Parent Versions
10
- * - Returns ID
11
- * - runInteraction
12
- * Define ID
13
- * json definition
14
- * and config
15
- * - runRejectingInteraction
16
- * Define ID
17
- * json definition
18
- * and config
19
- * - endRecord
20
- * Define ID
21
- * invalidates ID
22
- *
23
- *
24
- * Verify
25
- * - Begin Verify
26
- * - Config
27
- * - Statehandlers need to be callbacks
28
- * - triggerAndTest needs to be a callback
29
- * - LogPrinter is a callback
30
- * - resultPrinter is a callback
31
- * - Parent Versions
32
- * - Returns ID
33
- *
34
- * - availableContractDescriptions
35
- * - Verifier ID
36
- * - Returns CaseContractDescription
37
- *
38
- * - runVerification
39
- * - Verifier ID
40
- * - map config
41
- *
42
- */
43
1
  export * from './connectors/case-boundary/internals/index.js';
44
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AAEH,cAAc,+CAA+C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC"}