Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@double-coding/flow2spec",
"version": "3.6.3",
"version": "3.6.4",
"description": "在业务仓库初始化文档驱动、可写回知识库的 AI 协作骨架",
"homepage": "https://github.com/double-coding-lab/Flow2Spec#readme",
"repository": {
Expand All @@ -19,7 +19,7 @@
"README.md"
],
"dependencies": {
"@double-coding/flow2spec-core": "3.8.0"
"@double-coding/flow2spec-core": "3.8.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@double-coding/flow2spec-core",
"version": "3.8.0",
"templateVersion": "3.7.0",
"version": "3.8.1",
"templateVersion": "3.8.0",
"description": "Flow2Spec Core APIs, knowledge engine, project initialization and shared resources",
"homepage": "https://github.com/double-coding-lab/Flow2Spec#readme",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.0",
"version": "3.8.0",
"projectRev": 3,
"knowledgeRoot": ".Knowledge",
"matcherKey": "matcherId",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.7.0",
"version": "3.8.0",
"projectRev": 3,
"knowledgeRoot": ".Knowledge",
"matcherKey": "matcherId",
Expand Down
Loading