chore: upgrade features package
This commit is contained in:
parent
c9c496c63f
commit
ce2fd86ca3
4 changed files with 23 additions and 4 deletions
11
.pnp.cjs
generated
11
.pnp.cjs
generated
|
@ -2526,7 +2526,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@standardnotes/common", "npm:1.23.1"],\
|
||||
["@standardnotes/domain-events", "npm:2.32.4"],\
|
||||
["@standardnotes/domain-events-infra", "npm:1.5.2"],\
|
||||
["@standardnotes/features", "npm:1.45.5"],\
|
||||
["@standardnotes/features", "npm:1.46.0"],\
|
||||
["@standardnotes/responses", "npm:1.6.36"],\
|
||||
["@standardnotes/scheduler", "npm:1.1.1"],\
|
||||
["@standardnotes/settings", "npm:1.15.0"],\
|
||||
|
@ -2702,6 +2702,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@standardnotes/common", "npm:1.23.1"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["npm:1.46.0", {\
|
||||
"packageLocation": "./.yarn/cache/@standardnotes-features-npm-1.46.0-32e559e3b6-0653b9b425.zip/node_modules/@standardnotes/features/",\
|
||||
"packageDependencies": [\
|
||||
["@standardnotes/features", "npm:1.46.0"],\
|
||||
["@standardnotes/auth", "npm:3.19.4"],\
|
||||
["@standardnotes/common", "npm:1.23.1"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
]],\
|
||||
["@standardnotes/files-server", [\
|
||||
|
|
BIN
.yarn/cache/@standardnotes-features-npm-1.46.0-32e559e3b6-0653b9b425.zip
vendored
Normal file
BIN
.yarn/cache/@standardnotes-features-npm-1.46.0-32e559e3b6-0653b9b425.zip
vendored
Normal file
Binary file not shown.
|
@ -38,7 +38,7 @@
|
|||
"@standardnotes/common": "^1.23.1",
|
||||
"@standardnotes/domain-events": "^2.32.4",
|
||||
"@standardnotes/domain-events-infra": "^1.4.135",
|
||||
"@standardnotes/features": "^1.45.2",
|
||||
"@standardnotes/features": "^1.46.0",
|
||||
"@standardnotes/responses": "^1.6.15",
|
||||
"@standardnotes/scheduler": "^1.1.1",
|
||||
"@standardnotes/settings": "^1.15.0",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -1824,7 +1824,7 @@ __metadata:
|
|||
"@standardnotes/common": ^1.23.1
|
||||
"@standardnotes/domain-events": ^2.32.4
|
||||
"@standardnotes/domain-events-infra": ^1.4.135
|
||||
"@standardnotes/features": ^1.45.2
|
||||
"@standardnotes/features": ^1.46.0
|
||||
"@standardnotes/responses": ^1.6.15
|
||||
"@standardnotes/scheduler": ^1.1.1
|
||||
"@standardnotes/settings": ^1.15.0
|
||||
|
@ -2009,7 +2009,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@standardnotes/features@npm:^1.36.3, @standardnotes/features@npm:^1.44.6, @standardnotes/features@npm:^1.45.2, @standardnotes/features@npm:^1.45.5":
|
||||
"@standardnotes/features@npm:^1.36.3, @standardnotes/features@npm:^1.44.6, @standardnotes/features@npm:^1.45.5":
|
||||
version: 1.45.5
|
||||
resolution: "@standardnotes/features@npm:1.45.5"
|
||||
dependencies:
|
||||
|
@ -2029,6 +2029,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@standardnotes/features@npm:^1.46.0":
|
||||
version: 1.46.0
|
||||
resolution: "@standardnotes/features@npm:1.46.0"
|
||||
dependencies:
|
||||
"@standardnotes/auth": ^3.19.4
|
||||
"@standardnotes/common": ^1.23.1
|
||||
checksum: 0653b9b425e86cf0f2e6a80fb68316c841aaf7feb23ca39131e3d09546735d199879532ef9e89f424000b916dd5ac2d7e6ea0e60ac755712ef37c3fecdf48d94
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@standardnotes/files-server@workspace:packages/files":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@standardnotes/files-server@workspace:packages/files"
|
||||
|
|
Loading…
Reference in a new issue