@contractkit/plugin-csharp 0.1.0 → 0.1.1

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 93.08 KB
9
9
  ESM dist/index.js.map 198.91 KB
10
- ESM ⚡️ Build success in 293ms
10
+ ESM ⚡️ Build success in 172ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 6492ms
12
+ DTS ⚡️ Build success in 3850ms
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/codegen-client.test.ts (26 tests) 213ms
7
- ✓ tests/index.test.ts (10 tests) 175ms
8
- ✓ tests/codegen-models.test.ts (63 tests) 246ms
9
- ✓ tests/runtime.test.ts (14 tests) 47ms
6
+ ✓ tests/codegen-models.test.ts (63 tests) 167ms
7
+ ✓ tests/index.test.ts (10 tests) 111ms
8
+ ✓ tests/codegen-client.test.ts (26 tests) 74ms
10
9
  ✓ tests/naming.test.ts (19 tests) 45ms
11
- ✓ tests/scaffold.test.ts (5 tests) 37ms
12
- ✓ tests/hoist.test.ts (10 tests) 38ms
10
+ ✓ tests/runtime.test.ts (14 tests) 27ms
11
+ ✓ tests/scaffold.test.ts (5 tests) 15ms
12
+ ✓ tests/hoist.test.ts (10 tests) 18ms
13
13
 
14
14
   Test Files  7 passed (7)
15
15
   Tests  147 passed (147)
16
-  Start at  17:49:55
17
-  Duration  12.67s (transform 6.76s, setup 0ms, import 21.88s, tests 802ms, environment 1ms)
16
+  Start at  13:07:31
17
+  Duration  7.91s (transform 4.34s, setup 0ms, import 12.44s, tests 458ms, environment 10ms)
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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [17f4261]
8
+ - @contractkit/core@0.30.0
9
+
3
10
  ## 0.1.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/plugin-csharp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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.29.0"
32
+ "@contractkit/core": "0.30.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "unplugin-swc": "^1.5.9",