Merge pull request #562 from automatisch/release/0.1.0

Release v0.1.0
This commit is contained in:
Ömer Faruk Aydın
2022-10-07 18:44:48 +03:00
committed by GitHub
10 changed files with 30 additions and 19 deletions

View File

@@ -2,16 +2,12 @@
"packages": [
"packages/*"
],
"private": true,
"version": "independent",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "http://localhost:5000"
},
"add": {
"exact": true
}
}
}
}

View File

@@ -32,6 +32,6 @@
"prettier": "^2.5.1"
},
"publishConfig": {
"registry": "http://localhost:5000"
"access": "public"
}
}
}

View File

@@ -1,6 +1,7 @@
# `backend`
> TODO: description
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage

View File

@@ -2,7 +2,7 @@
"name": "@automatisch/backend",
"version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"scripts": {
"dev": "ts-node-dev src/server.ts",
"worker": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/worker.ts",
@@ -21,7 +21,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@automatisch/web": "0.1.0",
"@automatisch/web": "^0.1.0",
"@bull-board/express": "^3.10.1",
"@gitbeaker/node": "^35.6.0",
"@graphql-tools/graphql-file-loader": "^7.3.4",
@@ -99,7 +99,7 @@
"url": "https://github.com/automatisch/automatisch/issues"
},
"devDependencies": {
"@automatisch/types": "0.1.0",
"@automatisch/types": "^0.1.0",
"@types/bcrypt": "^5.0.0",
"@types/bull": "^3.15.8",
"@types/cors": "^2.8.12",
@@ -129,5 +129,8 @@
"require": [
"ts-node/register"
]
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -1,6 +1,7 @@
# `@automatisch/cli`
> TODO: description
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage

View File

@@ -2,7 +2,7 @@
"name": "@automatisch/cli",
"version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"contributors": [
{
"name": "automatisch contributors",
@@ -66,5 +66,8 @@
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
}
}

View File

@@ -2,7 +2,7 @@
"name": "@automatisch/docs",
"version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"private": true,
"scripts": {
"dev": "vitepress dev pages --port 3002",

View File

@@ -1,6 +1,7 @@
# `@automatisch/types`
> TODO: description
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage

View File

@@ -13,5 +13,8 @@
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -2,10 +2,10 @@
"name": "@automatisch/web",
"version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"dependencies": {
"@apollo/client": "^3.6.9",
"@automatisch/types": "0.1.0",
"@automatisch/types": "^0.1.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^2.8.8",
@@ -78,5 +78,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"access": "public"
}
}