@contractkit/prettier-plugin 0.14.3 → 0.14.4

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 1.37 KB
9
9
  ESM dist/index.js.map 3.18 KB
10
- ESM ⚡️ Build success in 90ms
10
+ ESM ⚡️ Build success in 65ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 1985ms
12
+ DTS ⚡️ Build success in 2885ms
13
13
  DTS dist/index.d.ts 622.00 B
@@ -3,12 +3,12 @@ $ vitest run --coverage
3
3
   RUN  v4.1.5 /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
4
4
  Coverage enabled with v8
5
5
 
6
- ✓ tests/format-plugin.test.ts (3 tests) 136ms
6
+ ✓ tests/format-plugin.test.ts (3 tests) 103ms
7
7
 
8
8
   Test Files  1 passed (1)
9
9
   Tests  3 passed (3)
10
-  Start at  16:35:30
11
-  Duration  4.67s (transform 1.44s, setup 0ms, import 3.46s, tests 136ms, environment 0ms)
10
+  Start at  17:30:03
11
+  Duration  3.90s (transform 1.38s, setup 0ms, import 2.83s, tests 103ms, environment 0ms)
12
12
 
13
13
   % Coverage report from v8
14
14
  ----------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @contractkit/prettier-plugin-contractkit
2
2
 
3
+ ## 0.14.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e102a2c]
8
+ - @contractkit/core@0.28.0
9
+
3
10
  ## 0.14.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractkit/prettier-plugin",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "description": "Prettier plugin for ContractKit DSL",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -30,7 +30,7 @@
30
30
  "prettier": "^3.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@contractkit/core": "0.27.0"
33
+ "@contractkit/core": "0.28.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "prettier": "^3.8.3",