Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
Former-commit-id: a61fe26
Former-commit-id: c0c64880212569f12741987fc51ae488511e2f4a
  • Loading branch information
lunasec-ci committed Nov 20, 2021
1 parent d59870a commit d3cdc5d
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"license": "CC-BY-SA-4.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion go/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lunasec-go-monorepo",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"description": "LunaSec Go Monorepo",
"scripts": {
"lint": "golangci-lint run",
Expand Down
8 changes: 4 additions & 4 deletions js/demo-apps/packages/demo-back-end/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/demo-back-end",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "build/main.js",
"typings": "build/types.d.ts",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@lunasec/browser-common": "^1.0.6",
"@lunasec/node-sdk": "^1.0.6",
"@lunasec/tokenizer-sdk": "^1.0.6",
"@lunasec/browser-common": "^1.0.7",
"@lunasec/node-sdk": "^1.0.7",
"@lunasec/tokenizer-sdk": "^1.0.7",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.10",
"@types/node": "^14.14.41",
Expand Down
10 changes: 5 additions & 5 deletions js/demo-apps/packages/react-front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/react-front-end",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",
Expand All @@ -18,10 +18,10 @@
"dependencies": {
"@apollo/client": "^3.3.20",
"@aws-sdk/credential-provider-ini": "^3.31.0",
"@lunasec/browser-common": "^1.0.6",
"@lunasec/demo-back-end": "^1.0.6",
"@lunasec/react-sdk": "^1.0.6",
"@lunasec/tokenizer-sdk": "^1.0.6",
"@lunasec/browser-common": "^1.0.7",
"@lunasec/demo-back-end": "^1.0.7",
"@lunasec/react-sdk": "^1.0.7",
"@lunasec/tokenizer-sdk": "^1.0.7",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
Expand Down
2 changes: 1 addition & 1 deletion js/sdks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunasec-sdks",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"description": "Secure frame SDK",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions js/sdks/packages/browser-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/browser-common",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"description": "Base lunasec package",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand All @@ -26,6 +26,6 @@
},
"gitHead": "d0cb89ff028ea0c24cdfa0225874a838006b8c89",
"dependencies": {
"@lunasec/isomorphic-common": "^1.0.6"
"@lunasec/isomorphic-common": "^1.0.7"
}
}
4 changes: 2 additions & 2 deletions js/sdks/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunasec/cli",
"version": "1.0.6",
"version": "1.0.7",
"description": "a wrapper around the LunaSec CLI enabling it to be used as an NPM package",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"@aws-sdk/client-ecr": "^3.39.0",
"@aws-sdk/client-s3": "^3.39.0",
"@aws-sdk/client-sts": "^3.39.0",
"@lunasec/secure-frame-front-end": "^1.0.6",
"@lunasec/secure-frame-front-end": "^1.0.7",
"adm-zip": "^0.5.9",
"cmd-ts": "^0.7.0",
"decompress": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion js/sdks/packages/isomorphic-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunasec/isomorphic-common",
"version": "1.0.6",
"version": "1.0.7",
"description": "common lunasec things needed on both the client and server",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions js/sdks/packages/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/node-sdk",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"description": "Secure resolver package for Node.js",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand All @@ -23,9 +23,9 @@
"@aws-sdk/s3-request-presigner": "^3.22.0",
"@aws-sdk/types": "^3.38.0",
"@aws-sdk/url-parser": "^3.22.0",
"@lunasec/isomorphic-common": "^1.0.6",
"@lunasec/server-common": "^1.0.6",
"@lunasec/tokenizer-sdk": "^1.0.6",
"@lunasec/isomorphic-common": "^1.0.7",
"@lunasec/server-common": "^1.0.7",
"@lunasec/tokenizer-sdk": "^1.0.7",
"@types/js-yaml": "^4.0.2",
"@types/uuid": "^8.3.1",
"ajv": "^8.6.2",
Expand Down
6 changes: 3 additions & 3 deletions js/sdks/packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/react-sdk",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"description": "React SDK for lunasec Secure Frame",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"node": ">=10"
},
"dependencies": {
"@lunasec/browser-common": "^1.0.6",
"@lunasec/isomorphic-common": "^1.0.6",
"@lunasec/browser-common": "^1.0.7",
"@lunasec/isomorphic-common": "^1.0.7",
"@types/styled-components": "^5.1.10",
"classnames": "^2.3.1",
"styled-components": "^5.3.0"
Expand Down
8 changes: 4 additions & 4 deletions js/sdks/packages/secure-frame-iframe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/secure-frame-front-end",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "build/js/main.js",
"type": "module",
Expand All @@ -25,9 +25,9 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@lunasec/browser-common": "^1.0.6",
"@lunasec/isomorphic-common": "^1.0.6",
"@lunasec/react-sdk": "^1.0.6",
"@lunasec/browser-common": "^1.0.7",
"@lunasec/isomorphic-common": "^1.0.7",
"@lunasec/react-sdk": "^1.0.7",
"@types/validator": "^13.1.4",
"browserify": "17.0.0",
"buffer": "4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion js/sdks/packages/server-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/server-common",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"description": "Base lunasec package",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions js/sdks/packages/tokenizer-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lunasec/tokenizer-sdk",
"private": false,
"version": "1.0.6",
"version": "1.0.7",
"description": "lunasec Tokenizer client for Node.js",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"typescript": "^4.2.0"
},
"dependencies": {
"@lunasec/browser-common": "^1.0.6",
"@lunasec/isomorphic-common": "^1.0.6",
"@lunasec/browser-common": "^1.0.7",
"@lunasec/isomorphic-common": "^1.0.7",
"axios": "^0.21.1",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions js/sdks/packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-sdk",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -10,7 +10,7 @@
"lint": "echo 'DONT USE THIS, USE THE GLOBAL ONE FROM THE REPO ROOT"
},
"dependencies": {
"@lunasec/browser-common": "^1.0.6",
"@lunasec/browser-common": "^1.0.7",
"core-js": "^3.6.5",
"vue": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.0.6"
"version": "1.0.7"
}

0 comments on commit d3cdc5d

Please sign in to comment.