File tree Expand file tree Collapse file tree
jwt-authentication-strategy
oidc-authentication-strategy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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"
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 },
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 },
Original file line number Diff line number Diff line change 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" ,
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" : {
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.4.3" ,
3- "version" : " 0.14.0 " ,
3+ "version" : " 0.14.1 " ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true
66}
Original file line number Diff line number Diff line change 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" : [
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" ,
Original file line number Diff line number Diff line change 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 },
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" ,
Original file line number Diff line number Diff line change 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" ,
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" : {
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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 },
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 },
You can’t perform that action at this time.
0 commit comments