@contractkit/plugin-csharp 0.1.5 → 0.1.6

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.
@@ -7,7 +7,7 @@ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly
7
7
  ESM Build start
8
8
  ESM dist/index.js 88.92 KB
9
9
  ESM dist/index.js.map 194.67 KB
10
- ESM ⚡️ Build success in 108ms
10
+ ESM ⚡️ Build success in 239ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 5348ms
12
+ DTS ⚡️ Build success in 6896ms
13
13
  DTS dist/index.d.ts 1.50 KB
@@ -3,18 +3,18 @@ $ vitest run --coverage
3
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/packages/plugin-csharp
4
4
  Coverage enabled with v8
5
5
 
6
- ✓ tests/naming.test.ts (23 tests) 51ms
7
- ✓ tests/codegen-client.test.ts (40 tests) 189ms
8
- ✓ tests/codegen-models.test.ts (66 tests) 210ms
9
- ✓ tests/index.test.ts (10 tests) 70ms
10
- ✓ tests/runtime.test.ts (14 tests) 28ms
11
- ✓ tests/scaffold.test.ts (5 tests) 43ms
12
- ✓ tests/hoist.test.ts (10 tests) 25ms
6
+ ✓ tests/naming.test.ts (23 tests) 113ms
7
+ ✓ tests/codegen-client.test.ts (40 tests) 318ms
8
+ ✓ tests/codegen-models.test.ts (66 tests) 362ms
9
+ ✓ tests/index.test.ts (10 tests) 244ms
10
+ ✓ tests/runtime.test.ts (14 tests) 88ms
11
+ ✓ tests/scaffold.test.ts (5 tests) 39ms
12
+ ✓ tests/hoist.test.ts (10 tests) 33ms
13
13
 
14
14
   Test Files  7 passed (7)
15
15
   Tests  168 passed (168)
16
-  Start at  19:26:13
17
-  Duration  9.80s (transform 5.17s, setup 0ms, import 16.95s, tests 615ms, environment 12ms)
16
+  Start at  18:52:20
17
+  Duration  13.14s (transform 4.84s, setup 0ms, import 20.25s, tests 1.20s, environment 1ms)
18
18
 
19
19
   % Coverage report from v8
20
20
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/plugin-csharp
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b1bb346]
8
+ - @contractkit/core@0.31.1
9
+
3
10
  ## 0.1.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-csharp",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "ContractKit built-in plugin: C#/.NET SDK client generation (System.Text.Json + HttpClient, no NuGet dependencies)",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -29,7 +29,7 @@
29
29
  ".": "./dist/index.js"
30
30
  },
31
31
  "dependencies": {
32
- "@contractkit/core": "0.31.0"
32
+ "@contractkit/core": "0.31.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "unplugin-swc": "^1.5.9",