Skip to content

Commit dc66a72

Browse files
committed
v0.14.1
1 parent e7d2e33 commit dc66a72

15 files changed

Lines changed: 42 additions & 42 deletions

File tree

cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/cli",
33
"description": "CLI tool for StaticDeploy",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -35,9 +35,9 @@
3535
"docker:push": "docker push staticdeploy/cli"
3636
},
3737
"dependencies": {
38-
"@staticdeploy/core": "^0.14.0",
39-
"@staticdeploy/sdk": "^0.14.0",
40-
"@staticdeploy/tar-archiver": "^0.14.0",
38+
"@staticdeploy/core": "^0.14.1",
39+
"@staticdeploy/sdk": "^0.14.1",
40+
"@staticdeploy/tar-archiver": "^0.14.1",
4141
"chalk": "^3.0.0",
4242
"fs-extra": "^8.1.0",
4343
"yargs": "^15.0.2"

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/core",
33
"description": "StaticDeploy core module",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"publishConfig": {
66
"access": "public"
77
},

http-adapters/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/http-adapters",
33
"description": "Adapters implementing an http API for StaticDeploys' core usecases",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -29,7 +29,7 @@
2929
"test": "NODE_ENV=test mocha --exit -t 20000 -r ts-node/register --watch-extensions ts 'test/**/*.ts'"
3030
},
3131
"dependencies": {
32-
"@staticdeploy/core": "^0.14.0",
32+
"@staticdeploy/core": "^0.14.1",
3333
"convexpress": "^2.3.0",
3434
"express": "^4.17.1"
3535
},

jwt-authentication-strategy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/jwt-authentication-strategy",
33
"description": "JWT authentication strategy",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "lib/index.d.js",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@panva/jose": "^1.9.3",
31-
"@staticdeploy/core": "^0.14.0",
31+
"@staticdeploy/core": "^0.14.1",
3232
"lodash": "^4.17.15"
3333
},
3434
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.3",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

management-console/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/management-console",
33
"description": "staticdeploy management console",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"private": true,
66
"main": "build/index.html",
77
"files": [
@@ -29,8 +29,8 @@
2929
"compile": "PUBLIC_URL=. react-scripts build"
3030
},
3131
"dependencies": {
32-
"@staticdeploy/core": "^0.14.0",
33-
"@staticdeploy/sdk": "^0.14.0",
32+
"@staticdeploy/core": "^0.14.1",
33+
"@staticdeploy/sdk": "^0.14.1",
3434
"antd": "^3.25.3",
3535
"classnames": "^2.2.6",
3636
"eventemitter3": "^4.0.0",

memory-storages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/memory-storages",
33
"description": "In-memory storages for StaticDeploy",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -29,11 +29,11 @@
2929
"test": "NODE_ENV=test NODE_PATH=src mocha --exit -t 20000 -r ts-node/register --watch-extensions ts 'test/**/*.ts'"
3030
},
3131
"dependencies": {
32-
"@staticdeploy/core": "^0.14.0",
32+
"@staticdeploy/core": "^0.14.1",
3333
"lodash": "^4.17.15"
3434
},
3535
"devDependencies": {
36-
"@staticdeploy/storages-test-suite": "^0.14.0",
36+
"@staticdeploy/storages-test-suite": "^0.14.1",
3737
"@types/lodash": "^4.14.149",
3838
"mocha": "^6.2.2",
3939
"prettier": "^1.19.1",

oidc-authentication-strategy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/oidc-authentication-strategy",
33
"description": "OpenID Connect authentication strategy",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "lib/index.d.js",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@panva/jose": "^1.9.3",
31-
"@staticdeploy/core": "^0.14.0",
31+
"@staticdeploy/core": "^0.14.1",
3232
"axios": "^0.19.0"
3333
},
3434
"devDependencies": {

pg-s3-storages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/pg-s3-storages",
33
"description": "Pg + S3 storages for StaticDeploy",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "lib/index.d.js",
@@ -30,15 +30,15 @@
3030
"start-test-containers": "npm-run-all -p start-test-containers:*"
3131
},
3232
"dependencies": {
33-
"@staticdeploy/core": "^0.14.0",
33+
"@staticdeploy/core": "^0.14.1",
3434
"aws-sdk": "^2.580.0",
3535
"bluebird": "^3.7.2",
3636
"knex": "^0.20.3",
3737
"lodash": "^4.17.15",
3838
"pg": "^7.14.0"
3939
},
4040
"devDependencies": {
41-
"@staticdeploy/storages-test-suite": "^0.14.0",
41+
"@staticdeploy/storages-test-suite": "^0.14.1",
4242
"@types/bluebird": "^3.5.29",
4343
"@types/lodash": "^4.14.149",
4444
"mocha": "^6.2.2",

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staticdeploy/sdk",
33
"description": "Browser and nodejs sdk for the StaticDeploy API",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -35,7 +35,7 @@
3535
"test": "NODE_ENV=test mocha --exit -t 20000 -r ts-node/register -r test/setup.ts --watch-extensions ts 'test/**/*.ts'"
3636
},
3737
"dependencies": {
38-
"@staticdeploy/core": "^0.14.0",
38+
"@staticdeploy/core": "^0.14.1",
3939
"axios": "^0.19.0",
4040
"lodash": "^4.17.15"
4141
},

0 commit comments

Comments
 (0)