Skip to content

Commit

Permalink
Merge pull request #8 from neoxia/chore/preparefirstrelease
Browse files Browse the repository at this point in the history
chore: Update packages
  • Loading branch information
ThibaultRuby authored Aug 11, 2021
2 parents dc14ca9 + c5839c8 commit d071893
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ yarn-error.log
.yarn/*
!.yarn/releases
!.yarn/plugins

.DS_Store
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-berry.cjs

npmPublishAccess: "public"
6 changes: 4 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@fluid-ses/core",
"version": "0.0.1",
"description": "Fluid SES core",
"private": true,
"repository": "https://github.com/neoxia/fluid-ses",
"author": "Thibault Ruby <thibault.ruby@neoxia.com>",
"license": "MIT",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"directories": {
Expand All @@ -17,7 +19,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "^3.14.0",
"@fluid-ses/templating": "workspace:*",
"@fluid-ses/templating": "0.0.1",
"nodemailer": "^6.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fluid-ses",
"private": true,
"version": "0.0.1",
"description": "A syntax fluid mail sender library that uses SES",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"repository": "git@github.com:neoxia/fluid-ses.git",
"author": "Thibault Ruby <thibault.ruby@neoxia.com>",
"private": true,
"license": "MIT",
"scripts": {
"test:all": "yarn workspaces foreach --topological-dev run test",
Expand Down
4 changes: 3 additions & 1 deletion templating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@fluid-ses/templating",
"version": "0.0.1",
"description": "Templating engine and utils used by Fluid SES",
"private": true,
"repository": "https://github.com/neoxia/fluid-ses",
"author": "Thibault Ruby <thibault.ruby@neoxia.com>",
"license": "MIT",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"directories": {
Expand Down

0 comments on commit d071893

Please sign in to comment.