Compare commits

..

3 Commits

Author SHA1 Message Date
standardci
845d310af9 chore(release): publish
- @standardnotes/auth-server@1.1.0-alpha.3
 - @standardnotes/scheduler-server@1.1.0-alpha.11
 - @standardnotes/syncing-server@1.1.0-alpha.1
2022-06-22 14:24:30 +00:00
Karol Sójko
d61e6f338e Merge branch 'develop' of github.com:standardnotes/server into develop 2022-06-22 16:23:43 +02:00
Karol Sójko
f2ddbc82d0 fix: bump @standardnotes/time dependency 2022-06-22 16:23:25 +02:00
9 changed files with 20 additions and 27 deletions

12
.pnp.cjs generated
View File

@@ -2798,7 +2798,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@standardnotes/payloads", "npm:1.5.1"],\
["@standardnotes/responses", "npm:1.6.36"],\
["@standardnotes/settings", "npm:1.14.3"],\
["@standardnotes/time", "npm:1.6.9"],\
["@standardnotes/time", "npm:1.7.0"],\
["@types/cors", "npm:2.8.12"],\
["@types/dotenv", "npm:8.2.0"],\
["@types/express", "npm:4.17.13"],\
@@ -2839,16 +2839,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]\
]],\
["@standardnotes/time", [\
["npm:1.6.9", {\
"packageLocation": "./.yarn/cache/@standardnotes-time-npm-1.6.9-cde9f7ae1e-e2cd345869.zip/node_modules/@standardnotes/time/",\
"packageDependencies": [\
["@standardnotes/time", "npm:1.6.9"],\
["dayjs", "npm:1.11.3"],\
["microtime", "npm:3.1.0"],\
["reflect-metadata", "npm:0.1.13"]\
],\
"linkType": "HARD"\
}],\
["npm:1.7.0", {\
"packageLocation": "./.yarn/cache/@standardnotes-time-npm-1.7.0-fa2b65b191-51b168d8a5.zip/node_modules/@standardnotes/time/",\
"packageDependencies": [\

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0-alpha.3](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.1.0-alpha.2...@standardnotes/auth-server@1.1.0-alpha.3) (2022-06-22)
**Note:** Version bump only for package @standardnotes/auth-server
# [1.1.0-alpha.2](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.1.0-alpha.1...@standardnotes/auth-server@1.1.0-alpha.2) (2022-06-22)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0-alpha.11](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.10...@standardnotes/scheduler-server@1.1.0-alpha.11) (2022-06-22)
**Note:** Version bump only for package @standardnotes/scheduler-server
# [1.1.0-alpha.10](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.9...@standardnotes/scheduler-server@1.1.0-alpha.10) (2022-06-22)
**Note:** Version bump only for package @standardnotes/scheduler-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.1.0-alpha.10",
"version": "1.1.0-alpha.11",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0-alpha.1](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.0-alpha.0...@standardnotes/syncing-server@1.1.0-alpha.1) (2022-06-22)
### Bug Fixes
* bump @standardnotes/time dependency ([f2ddbc8](https://github.com/standardnotes/syncing-server-js/commit/f2ddbc82d074ea5e2e30ec73de3839102549751c))
# 1.1.0-alpha.0 (2022-06-22)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
@@ -32,7 +32,7 @@
"@standardnotes/payloads": "^1.5.1",
"@standardnotes/responses": "^1.6.15",
"@standardnotes/settings": "1.14.3",
"@standardnotes/time": "1.6.9",
"@standardnotes/time": "^1.7.0",
"aws-sdk": "^2.1159.0",
"axios": "0.24.0",
"cors": "2.8.5",

View File

@@ -2082,7 +2082,7 @@ __metadata:
"@standardnotes/payloads": ^1.5.1
"@standardnotes/responses": ^1.6.15
"@standardnotes/settings": 1.14.3
"@standardnotes/time": 1.6.9
"@standardnotes/time": ^1.7.0
"@types/cors": ^2.8.9
"@types/dotenv": ^8.2.0
"@types/express": ^4.17.9
@@ -2121,17 +2121,6 @@ __metadata:
languageName: unknown
linkType: soft
"@standardnotes/time@npm:1.6.9":
version: 1.6.9
resolution: "@standardnotes/time@npm:1.6.9"
dependencies:
dayjs: ^1.10.8
microtime: ^3.0.0
reflect-metadata: ^0.1.13
checksum: e2cd3458696bbe7ba2332b9ef65452cc2150e2c11034ed1f18897e92b9f04fe7c6203ffae1f3c885808f69ca9cb066611f120d4669872804dcee7103a07d3207
languageName: node
linkType: hard
"@standardnotes/time@npm:^1.6.8, @standardnotes/time@npm:^1.7.0":
version: 1.7.0
resolution: "@standardnotes/time@npm:1.7.0"