@contractkit/prettier-plugin 0.11.0 → 0.11.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.
@@ -1,11 +1,5 @@
1
-
2
- > @contractkit/prettier-plugin@0.11.0 build:ci /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
3
- > eslint --max-warnings=0 && pnpm run build
4
-
5
-
6
- > @contractkit/prettier-plugin@0.11.0 build /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
7
- > tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
8
-
1
+ $ eslint --max-warnings=0 && pnpm run build
2
+ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
9
3
  CLI Building entry: src/index.ts
10
4
  CLI Using tsconfig: tsconfig.json
11
5
  CLI tsup v8.5.1
@@ -13,7 +7,7 @@
13
7
  ESM Build start
14
8
  ESM dist/index.js 20.55 KB
15
9
  ESM dist/index.js.map 49.22 KB
16
- ESM ⚡️ Build success in 157ms
10
+ ESM ⚡️ Build success in 142ms
17
11
  DTS Build start
18
- DTS ⚡️ Build success in 3825ms
12
+ DTS ⚡️ Build success in 3981ms
19
13
  DTS dist/index.d.ts 630.00 B
@@ -1,17 +1,14 @@
1
-
2
- > @contractkit/prettier-plugin@0.11.0 test:ci /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
3
- > vitest run --coverage
4
-
1
+ $ vitest run --coverage
5
2
 
6
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
7
4
  Coverage enabled with v8
8
5
 
9
- ✓ tests/print-ck.test.ts (60 tests) 266ms
6
+ ✓ tests/print-ck.test.ts (60 tests) 242ms
10
7
 
11
8
   Test Files  1 passed (1)
12
9
   Tests  60 passed (60)
13
-  Start at  17:08:47
14
-  Duration  4.07s (transform 1.22s, setup 0ms, import 2.63s, tests 266ms, environment 0ms)
10
+  Start at  11:53:22
11
+  Duration  5.06s (transform 1.59s, setup 0ms, import 3.43s, tests 242ms, environment 0ms)
15
12
 
16
13
   % Coverage report from v8
17
14
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/prettier-plugin-contractkit
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a049895]
8
+ - @contractkit/core@0.19.0
9
+
3
10
  ## 0.11.0
4
11
 
5
12
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1778692131156" clover="3.2.0">
3
- <project timestamp="1778692131156" name="All files">
2
+ <coverage generated="1778846007745" clover="3.2.0">
3
+ <project timestamp="1778846007745" name="All files">
4
4
  <metrics statements="332" coveredstatements="248" conditionals="443" coveredconditionals="261" methods="31" coveredmethods="23" elements="806" coveredelements="532" complexity="0" loc="332" ncloc="332" packages="1" files="5" classes="5"/>
5
5
  <file name="indent.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/indent.ts">
6
6
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -73,7 +73,7 @@
73
73
  <div class='footer quiet pad2 space-top1 center small'>
74
74
  Code coverage generated by
75
75
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
76
- at 2026-05-13T17:08:51.127Z
76
+ at 2026-05-15T11:53:27.678Z
77
77
  </div>
78
78
  <script src="prettify.js"></script>
79
79
  <script>
@@ -161,7 +161,7 @@
161
161
  <div class='footer quiet pad2 space-top1 center small'>
162
162
  Code coverage generated by
163
163
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164
- at 2026-05-13T17:08:51.127Z
164
+ at 2026-05-15T11:53:27.678Z
165
165
  </div>
166
166
  <script src="prettify.js"></script>
167
167
  <script>
@@ -409,7 +409,7 @@ export function printCk(ast: CkRootNode, <span class="branch-1 cbranch-no" title
409
409
  <div class='footer quiet pad2 space-top1 center small'>
410
410
  Code coverage generated by
411
411
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
412
- at 2026-05-13T17:08:51.127Z
412
+ at 2026-05-15T11:53:27.678Z
413
413
  </div>
414
414
  <script src="prettify.js"></script>
415
415
  <script>
@@ -277,7 +277,7 @@ function <span class="fstat-no" title="function not covered" >printTypeAlias(m</
277
277
  <div class='footer quiet pad2 space-top1 center small'>
278
278
  Code coverage generated by
279
279
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
280
- at 2026-05-13T17:08:51.127Z
280
+ at 2026-05-15T11:53:27.678Z
281
281
  </div>
282
282
  <script src="prettify.js"></script>
283
283
  <script>
@@ -1042,7 +1042,7 @@ function printResponseBlock(responses: OpResponseNode[]): string[] {
1042
1042
  <div class='footer quiet pad2 space-top1 center small'>
1043
1043
  Code coverage generated by
1044
1044
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1045
- at 2026-05-13T17:08:51.127Z
1045
+ at 2026-05-15T11:53:27.678Z
1046
1046
  </div>
1047
1047
  <script src="prettify.js"></script>
1048
1048
  <script>
@@ -517,7 +517,7 @@ export function extractTrailingInlineObject(type: ContractTypeNode): {
517
517
  <div class='footer quiet pad2 space-top1 center small'>
518
518
  Code coverage generated by
519
519
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
520
- at 2026-05-13T17:08:51.127Z
520
+ at 2026-05-15T11:53:27.678Z
521
521
  </div>
522
522
  <script src="prettify.js"></script>
523
523
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/prettier-plugin",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Prettier plugin for ContractKit DSL",
5
5
  "author": {
6
6
  "name": "Marooned Software",
@@ -29,12 +29,12 @@
29
29
  "prettier": "^3.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@contractkit/core": "0.18.0"
32
+ "@contractkit/core": "0.19.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "prettier": "^3.8.3",
36
- "@repo/config-typescript": "0.1.0",
37
- "@repo/config-eslint": "0.3.1"
36
+ "@repo/config-eslint": "0.3.1",
37
+ "@repo/config-typescript": "0.1.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",