mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
Compare commits
2 Commits
claude/pub
...
twk3/pin-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3245887be | ||
|
|
8829fbe7bf |
@@ -22,7 +22,7 @@
|
|||||||
"clean": "rm -rf dist @types"
|
"clean": "rm -rf dist @types"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actual-app/crdt": "workspace:^",
|
"@actual-app/crdt": "^2.1.0",
|
||||||
"better-sqlite3": "^9.6.0",
|
"better-sqlite3": "^9.6.0",
|
||||||
"compare-versions": "^6.1.0",
|
"compare-versions": "^6.1.0",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
|
|||||||
6
upcoming-release-notes/2852.md
Normal file
6
upcoming-release-notes/2852.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Bugfix
|
||||||
|
authors: [twk3]
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix crdt dependency in api publishing
|
||||||
@@ -23,7 +23,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@actual-app/api@workspace:packages/api"
|
resolution: "@actual-app/api@workspace:packages/api"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actual-app/crdt": "workspace:^"
|
"@actual-app/crdt": "npm:^2.1.0"
|
||||||
"@swc/core": "npm:^1.5.3"
|
"@swc/core": "npm:^1.5.3"
|
||||||
"@swc/jest": "npm:^0.2.36"
|
"@swc/jest": "npm:^0.2.36"
|
||||||
"@types/jest": "npm:^27.5.2"
|
"@types/jest": "npm:^27.5.2"
|
||||||
@@ -38,7 +38,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@actual-app/crdt@npm:*, @actual-app/crdt@workspace:^, @actual-app/crdt@workspace:packages/crdt":
|
"@actual-app/crdt@npm:*, @actual-app/crdt@npm:^2.1.0, @actual-app/crdt@workspace:packages/crdt":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@actual-app/crdt@workspace:packages/crdt"
|
resolution: "@actual-app/crdt@workspace:packages/crdt"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user