@contractkit/prettier-plugin 0.14.1 → 0.14.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/.turbo/turbo-build$colon$ci.log +2 -2
- package/.turbo/turbo-test$colon$ci.log +7 -7
- package/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/package.json +5 -4
|
@@ -7,7 +7,7 @@ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly
|
|
|
7
7
|
[34mESM[39m Build start
|
|
8
8
|
[32mESM[39m [1mdist/index.js [22m[32m27.08 KB[39m
|
|
9
9
|
[32mESM[39m [1mdist/index.js.map [22m[32m69.36 KB[39m
|
|
10
|
-
[32mESM[39m ⚡️ Build success in
|
|
10
|
+
[32mESM[39m ⚡️ Build success in 205ms
|
|
11
11
|
[34mDTS[39m Build start
|
|
12
|
-
[32mDTS[39m ⚡️ Build success in
|
|
12
|
+
[32mDTS[39m ⚡️ Build success in 4778ms
|
|
13
13
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.65 KB[39m
|
|
@@ -3,16 +3,16 @@ $ vitest run --coverage
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin[39m
|
|
4
4
|
[2mCoverage enabled with [22m[33mv8[39m
|
|
5
5
|
|
|
6
|
-
[32m✓[39m tests/format-plugin.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
7
|
-
[32m✓[39m tests/print-ck.test.ts [2m([22m[2m81 tests[22m[2m)[22m[33m
|
|
8
|
-
[32m✓[39m tests/round-trip.test.ts [2m([22m[2m49 tests[22m[2m)[22m[33m
|
|
9
|
-
[33m[2m✓[22m[39m formats test.ck to itself [33m
|
|
10
|
-
[33m[2m✓[22m[39m formatting is a fixed point for source #0 [33m
|
|
6
|
+
[32m✓[39m tests/format-plugin.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 124[2mms[22m[39m
|
|
7
|
+
[32m✓[39m tests/print-ck.test.ts [2m([22m[2m81 tests[22m[2m)[22m[33m 600[2mms[22m[39m
|
|
8
|
+
[32m✓[39m tests/round-trip.test.ts [2m([22m[2m49 tests[22m[2m)[22m[33m 1974[2mms[22m[39m
|
|
9
|
+
[33m[2m✓[22m[39m formats test.ck to itself [33m 733[2mms[22m[39m
|
|
10
|
+
[33m[2m✓[22m[39m formatting is a fixed point for source #0 [33m 602[2mms[22m[39m
|
|
11
11
|
|
|
12
12
|
[2m Test Files [22m [1m[32m3 passed[39m[22m[90m (3)[39m
|
|
13
13
|
[2m Tests [22m [1m[32m133 passed[39m[22m[90m (133)[39m
|
|
14
|
-
[2m Start at [22m
|
|
15
|
-
[2m Duration [22m 8.
|
|
14
|
+
[2m Start at [22m 13:44:24
|
|
15
|
+
[2m Duration [22m 8.12s[2m (transform 4.45s, setup 0ms, import 13.69s, tests 2.70s, environment 0ms)[22m
|
|
16
16
|
|
|
17
17
|
[34m % [39m[2mCoverage report from [22m[33mv8[39m
|
|
18
18
|
-------------------|---------|----------|---------|---------|-------------------
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @contractkit/prettier-plugin-contractkit
|
|
2
2
|
|
|
3
|
+
## 0.14.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ca1c139: Declare the MIT license explicitly: every package now ships a `LICENSE` file in its published tarball and sets `"license": "MIT"` in its manifest, so license scanners and registries report the terms correctly.
|
|
8
|
+
- Updated dependencies [ca1c139]
|
|
9
|
+
- @contractkit/core@0.26.1
|
|
10
|
+
|
|
3
11
|
## 0.14.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Marooned Software
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractkit/prettier-plugin",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "Prettier plugin for ContractKit DSL",
|
|
5
|
+
"license": "MIT",
|
|
5
6
|
"author": {
|
|
6
7
|
"name": "Marooned Software",
|
|
7
8
|
"url": "https://github.com/MaroonedSoftware/contractkit"
|
|
@@ -29,12 +30,12 @@
|
|
|
29
30
|
"prettier": "^3.0.0"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@contractkit/core": "0.26.
|
|
33
|
+
"@contractkit/core": "0.26.1"
|
|
33
34
|
},
|
|
34
35
|
"devDependencies": {
|
|
35
36
|
"prettier": "^3.8.3",
|
|
36
|
-
"@repo/config-
|
|
37
|
-
"@repo/config-
|
|
37
|
+
"@repo/config-eslint": "0.3.1",
|
|
38
|
+
"@repo/config-typescript": "0.1.0"
|
|
38
39
|
},
|
|
39
40
|
"scripts": {
|
|
40
41
|
"build": "tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration",
|