Skip to content

Commit

Permalink
v18.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aduril committed Dec 8, 2021
1 parent faf2459 commit 95f215a
Show file tree
Hide file tree
Showing 29 changed files with 132 additions and 132 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"old_code/*",
"packages/*"
],
"version": "18.3.3"
"version": "18.3.4"
}
20 changes: 10 additions & 10 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/build",
"version": "18.3.2",
"version": "18.3.4",
"description": "Code building and bundling for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2",
"@seagull/tslint": "^18.3.4",
"@types/browserify": "^12.0.36",
"@types/chokidar": "^1.7.5",
"@types/envify": "0.0.29",
Expand All @@ -54,14 +54,14 @@
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@seagull/commands": "^18.3.2",
"@seagull/commands-fs": "^18.3.2",
"@seagull/commands-s3": "^18.3.2",
"@seagull/libraries": "^18.3.2",
"@seagull/mock-fs": "^18.3.2",
"@seagull/mock-s3": "^18.3.2",
"@seagull/mode": "^18.3.2",
"@seagull/testing": "^18.3.2",
"@seagull/commands": "^18.3.4",
"@seagull/commands-fs": "^18.3.4",
"@seagull/commands-s3": "^18.3.4",
"@seagull/libraries": "^18.3.4",
"@seagull/mock-fs": "^18.3.4",
"@seagull/mock-s3": "^18.3.4",
"@seagull/mode": "^18.3.4",
"@seagull/testing": "^18.3.4",
"babelify": "^10.0.0",
"browserify": "^16.2.0",
"browserify-incremental": "^3.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/commands-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands-fs",
"version": "18.3.2",
"version": "18.3.4",
"description": "FS commands for the seagull framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^18.3.2",
"@seagull/tslint": "^18.3.2"
"@seagull/testing": "^18.3.4",
"@seagull/tslint": "^18.3.4"
},
"dependencies": {
"@seagull/commands": "^18.3.2",
"@seagull/mock-fs": "^18.3.2",
"@seagull/sandbox": "^18.3.2"
"@seagull/commands": "^18.3.4",
"@seagull/mock-fs": "^18.3.4",
"@seagull/sandbox": "^18.3.4"
},
"nyc": {
"extension": [
Expand Down
16 changes: 8 additions & 8 deletions packages/commands-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands-logging",
"version": "18.3.2",
"version": "18.3.4",
"description": "Logging commands for the seagull framework based on AWS CloudWatchLogs",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,15 +33,15 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^18.3.2",
"@seagull/tslint": "^18.3.2"
"@seagull/testing": "^18.3.4",
"@seagull/tslint": "^18.3.4"
},
"dependencies": {
"@seagull/commands": "^18.3.2",
"@seagull/libraries": "^18.3.2",
"@seagull/mock-cloudwatchlogs": "^18.3.2",
"@seagull/mode": "^18.3.2",
"@seagull/sandbox": "^18.3.2",
"@seagull/commands": "^18.3.4",
"@seagull/libraries": "^18.3.4",
"@seagull/mock-cloudwatchlogs": "^18.3.4",
"@seagull/mode": "^18.3.4",
"@seagull/sandbox": "^18.3.4",
"moment": "^2.24.0"
},
"nyc": {
Expand Down
14 changes: 7 additions & 7 deletions packages/commands-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands-s3",
"version": "18.3.2",
"version": "18.3.4",
"description": "S3 commands for the seagull framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,14 +33,14 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^18.3.2",
"@seagull/tslint": "^18.3.2"
"@seagull/testing": "^18.3.4",
"@seagull/tslint": "^18.3.4"
},
"dependencies": {
"@seagull/commands": "^18.3.2",
"@seagull/mock-s3": "^18.3.2",
"@seagull/mode": "^18.3.2",
"@seagull/sandbox": "^18.3.2"
"@seagull/commands": "^18.3.4",
"@seagull/mock-s3": "^18.3.4",
"@seagull/mode": "^18.3.4",
"@seagull/sandbox": "^18.3.4"
},
"nyc": {
"extension": [
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands",
"version": "18.3.2",
"version": "18.3.4",
"description": "Side Effect Functions implemented as Command Pattern for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,14 +33,14 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^18.3.2",
"@seagull/tslint": "^18.3.2",
"@seagull/testing": "^18.3.4",
"@seagull/tslint": "^18.3.4",
"@types/lodash": "^4.14.123",
"@types/mock-fs": "^3.6.30",
"mock-fs": "^4.5.0"
},
"dependencies": {
"@seagull/mode": "^18.3.2",
"@seagull/mode": "^18.3.4",
"lodash": "^4.17.5",
"mode": "^0.3.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/deploy-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/deploy-aws",
"version": "18.3.3",
"version": "18.3.4",
"description": "Code deploying for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^18.3.2",
"@seagull/tslint": "^18.3.2",
"@seagull/testing": "^18.3.4",
"@seagull/tslint": "^18.3.4",
"@types/chai-as-promised": "^7.1.0",
"@types/dotenv": "^6.1.1",
"@types/lodash": "^4.14.123",
Expand All @@ -62,8 +62,8 @@
"@aws-cdk/aws-s3": "^0.21.0",
"@aws-cdk/cdk": "^0.21.0",
"@aws-cdk/cloudformation-diff": "^0.21.0",
"@seagull/commands": "^18.3.2",
"@seagull/commands-fs": "^18.3.2",
"@seagull/commands": "^18.3.4",
"@seagull/commands-fs": "^18.3.4",
"aws-cdk": "^0.21.0",
"aws-sdk": "*",
"chalk": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/libraries",
"version": "18.3.2",
"version": "18.3.4",
"description": "Business Logic Container for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2",
"@seagull/tslint": "^18.3.4",
"@types/lodash": "^4.14.123"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/logging",
"version": "18.3.2",
"version": "18.3.4",
"description": "Logging utilities for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2",
"@seagull/tslint": "^18.3.4",
"@types/lodash": "^4.14.123",
"@types/npmlog": "^4.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/mock-cloudwatchlogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mock-cloudwatchlogs",
"version": "18.3.2",
"version": "18.3.4",
"description": "AWS CloudWatchLogs Mocking module for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/mock-fs": "^18.3.2",
"@seagull/tslint": "^18.3.2",
"@seagull/mock-fs": "^18.3.4",
"@seagull/tslint": "^18.3.4",
"aws-sdk": "*",
"memfs": "^2.14.2"
},
Expand All @@ -58,9 +58,9 @@
]
},
"dependencies": {
"@seagull/libraries": "^18.3.2",
"@seagull/mock": "^18.3.2",
"@seagull/testing": "^18.3.2",
"@seagull/libraries": "^18.3.4",
"@seagull/mock": "^18.3.4",
"@seagull/testing": "^18.3.4",
"aws-sdk-mock": "^1.7.0",
"moment": "^2.24.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/mock-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mock-fs",
"version": "18.3.2",
"version": "18.3.4",
"description": "FS Mocking module for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2"
"@seagull/tslint": "^18.3.4"
},
"nyc": {
"extension": [
Expand All @@ -55,8 +55,8 @@
]
},
"dependencies": {
"@seagull/mock": "^18.3.2",
"@seagull/testing": "^18.3.2",
"@seagull/mock": "^18.3.4",
"@seagull/testing": "^18.3.4",
"fs-monkey": "0.3.3",
"memfs": "^2.14.2",
"mock-fs": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/mock-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mock-process",
"version": "18.3.2",
"version": "18.3.4",
"description": "Process Mocking module for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2"
"@seagull/tslint": "^18.3.4"
},
"nyc": {
"extension": [
Expand All @@ -55,8 +55,8 @@
]
},
"dependencies": {
"@seagull/mock": "^18.3.2",
"@seagull/testing": "^18.3.2",
"@seagull/mock": "^18.3.4",
"@seagull/testing": "^18.3.4",
"pmock": "^0.2.3"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/mock-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mock-s3",
"version": "18.3.2",
"version": "18.3.4",
"description": "AWS S3 Mocking module for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/mock-fs": "^18.3.2",
"@seagull/tslint": "^18.3.2",
"@seagull/mock-fs": "^18.3.4",
"@seagull/tslint": "^18.3.4",
"aws-sdk": "*",
"memfs": "^2.14.2"
},
Expand All @@ -58,9 +58,9 @@
]
},
"dependencies": {
"@seagull/libraries": "^18.3.2",
"@seagull/mock": "^18.3.2",
"@seagull/testing": "^18.3.2",
"@seagull/libraries": "^18.3.4",
"@seagull/mock": "^18.3.4",
"@seagull/testing": "^18.3.4",
"aws-sdk-mock": "^1.7.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mock",
"version": "18.3.2",
"version": "18.3.4",
"description": "General mock abstractions for the Seagull Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2"
"@seagull/tslint": "^18.3.4"
},
"nyc": {
"extension": [
Expand Down
4 changes: 2 additions & 2 deletions packages/mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mode",
"version": "18.3.2",
"version": "18.3.4",
"description": "Definitions of different run modes for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2"
"@seagull/tslint": "^18.3.4"
},
"nyc": {
"extension": [
Expand Down
4 changes: 2 additions & 2 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/pages",
"version": "18.3.2",
"version": "18.3.4",
"description": "View Layer implementation in React for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^18.3.2",
"@seagull/tslint": "^18.3.4",
"@types/jsdom": "^12.2.3",
"@types/lodash": "^4.14.123",
"@types/react": "^16.8.2",
Expand Down

0 comments on commit 95f215a

Please sign in to comment.