vscode-contractspec 1.60.0 → 1.61.0
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.log +1 -1
- package/CHANGELOG.md +17 -0
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$ bun run build:types && bun run build:bundle
|
|
2
2
|
$ tsc --noEmit
|
|
3
3
|
$ bun build src/extension.ts --outfile=dist/extension.js --target=node --format=cjs --external=vscode --minify
|
|
4
|
-
Bundled 3530 modules in
|
|
4
|
+
Bundled 3530 modules in 1290ms
|
|
5
5
|
|
|
6
6
|
extension.js 15.48 MB (entry point)
|
|
7
7
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.61.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 374fd71: fix: publishing
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [374fd71]
|
|
12
|
+
- @contractspec/lib.contracts-transformers@1.61.0
|
|
13
|
+
- @contractspec/bundle.workspace@1.61.0
|
|
14
|
+
- @contractspec/module.workspace@1.61.0
|
|
15
|
+
- @contractspec/module.examples@1.61.0
|
|
16
|
+
- @contractspec/module.ai-chat@1.61.0
|
|
17
|
+
- @contractspec/lib.contracts@1.61.0
|
|
18
|
+
- @contractspec/lib.ai-agent@1.61.0
|
|
19
|
+
|
|
3
20
|
## 1.60.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "vscode-contractspec",
|
|
3
3
|
"displayName": "ContractSpec",
|
|
4
4
|
"description": "ContractSpec: spec-first development for AI-written software. Validate, scaffold, and explore your contract specifications.",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.61.0",
|
|
6
6
|
"publisher": "lssm",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"icon": "assets/icon.png",
|
|
@@ -874,13 +874,13 @@
|
|
|
874
874
|
"test": "vscode-test"
|
|
875
875
|
},
|
|
876
876
|
"dependencies": {
|
|
877
|
-
"@contractspec/bundle.workspace": "1.
|
|
878
|
-
"@contractspec/lib.ai-agent": "1.
|
|
879
|
-
"@contractspec/lib.contracts": "1.
|
|
880
|
-
"@contractspec/lib.contracts-transformers": "1.
|
|
881
|
-
"@contractspec/module.ai-chat": "1.
|
|
882
|
-
"@contractspec/module.examples": "1.
|
|
883
|
-
"@contractspec/module.workspace": "1.
|
|
877
|
+
"@contractspec/bundle.workspace": "1.61.0",
|
|
878
|
+
"@contractspec/lib.ai-agent": "1.61.0",
|
|
879
|
+
"@contractspec/lib.contracts": "1.61.0",
|
|
880
|
+
"@contractspec/lib.contracts-transformers": "1.61.0",
|
|
881
|
+
"@contractspec/module.ai-chat": "1.61.0",
|
|
882
|
+
"@contractspec/module.examples": "1.61.0",
|
|
883
|
+
"@contractspec/module.workspace": "1.61.0"
|
|
884
884
|
},
|
|
885
885
|
"devDependencies": {
|
|
886
886
|
"@types/vscode": "^1.104.0",
|