Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Bump version to: v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maze committed Apr 19, 2023
1 parent d0b4bb5 commit 60b33b3
Show file tree
Hide file tree
Showing 4 changed files with 3,727 additions and 2,298 deletions.
12 changes: 6 additions & 6 deletions examples/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,19 +20,19 @@
"license": "MIT",
"dependencies": {
"@mazeapp/apollo-prometheus-exporter": "workspace:*",
"graphql-tag": "^2.12.6",
"body-parser": "^1.20.1",
"uuid": "^8.3.2",
"express": "^4.17.1"
"express": "^4.17.1",
"graphql-tag": "^2.12.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.7",
"@graphql-codegen/typescript": "^2.7.5",
"@graphql-codegen/typescript-resolvers": "^2.7.5",
"@types/express": "^4.17.13",
"@types/uuid": "^8.3.1",
"artillery": "^1.7.9",
"graphql": "^16.6.0",
"nodemon": "^2.0.14",
"artillery": "^1.7.9"
"nodemon": "^2.0.14"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"npmClient": "pnpm",
"version": "0.0.0",
"version": "0.1.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo-prometheus-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mazeapp/apollo-prometheus-exporter",
"version": "1.0.0",
"version": "0.1.0",
"description": "Plugin for Apollo Server to export metrics in Prometheus format",
"keywords": [
"apollo",
Expand All @@ -27,9 +27,9 @@
"homepage": "https://github.com/mazedesignhq/apollo-prometheus-exporter#readme",
"repository": "github:mazedesignhq/apollo-prometheus-exporter",
"peerDependencies": {
"prom-client": "^12.0.0 || ^13.0.0 || ^14.0.0",
"@apollo/server": "^4.0.0",
"@types/express": "^4.17.13"
"@types/express": "^4.17.13",
"prom-client": "^12.0.0 || ^13.0.0 || ^14.0.0"
},
"devDependencies": {
"graphql": "^16.6.0"
Expand Down
Loading

0 comments on commit 60b33b3

Please sign in to comment.