From f56f78d9c584da74b12d1d694fc66b4c50186e1c Mon Sep 17 00:00:00 2001 From: Islam Shehata Date: Thu, 15 Aug 2024 11:59:35 +0300 Subject: [PATCH] prepare release for v1.1.1 --- packages/js/package.json | 108 +++++++++++++++++----------------- packages/pino/package.json | 2 +- packages/winston/package.json | 94 ++++++++++++++--------------- 3 files changed, 102 insertions(+), 102 deletions(-) diff --git a/packages/js/package.json b/packages/js/package.json index 4ecb448..9affa13 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -1,55 +1,55 @@ { - "name": "@axiomhq/js", - "description": "The official javascript bindings for the Axiom API", - "version": "1.1.0", - "author": "Axiom, Inc.", - "license": "MIT", - "contributors": [ - "Lukas Malkmus ", - "Islam Shehata ", - "Arne Bahlo " - ], - "engines": { - "node": ">=16" - }, - "type": "module", - "types": "dist/esm/types/index.d.ts", - "module": "dist/esm/index.js", - "main": "dist/cjs/index.cjs", - "scripts": { - "build": "rollup -c rollup.config.js", - "build:cjs": "rollup -c rollup.config.cjs.js", - "format": "eslint '*/**/*.{js,ts}' --quiet --fix", - "lint": "eslint '*/**/*.{js,ts}'", - "prepublish": "pnpm run build && pnpm run build:cjs", - "test": "vitest run test/unit/* --coverage" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/axiomhq/axiom-js.git" - }, - "keywords": [ - "axiom", - "api", - "rest", - "client", - "axiom-js", - "axiom sdk", - "axiom js", - "logging" - ], - "bugs": { - "url": "https://github.com/axiomhq/axiom-js/issues" - }, - "homepage": "https://github.com/axiomhq/axiom-js/blob/main/packages/js/README.md", - "dependencies": { - "fetch-retry": "^6.0.0", - "uuid": "^8.3.2" - }, - "exports": { - "types": "./dist/esm/types/index.d.ts", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.cjs", - "default": "./dist/esm/index.js" - } -} \ No newline at end of file + "name": "@axiomhq/js", + "description": "The official javascript bindings for the Axiom API", + "version": "1.1.1", + "author": "Axiom, Inc.", + "license": "MIT", + "contributors": [ + "Lukas Malkmus ", + "Islam Shehata ", + "Arne Bahlo " + ], + "engines": { + "node": ">=16" + }, + "type": "module", + "types": "dist/esm/types/index.d.ts", + "module": "dist/esm/index.js", + "main": "dist/cjs/index.cjs", + "scripts": { + "build": "rollup -c rollup.config.js", + "build:cjs": "rollup -c rollup.config.cjs.js", + "format": "eslint '*/**/*.{js,ts}' --quiet --fix", + "lint": "eslint '*/**/*.{js,ts}'", + "prepublish": "pnpm run build && pnpm run build:cjs", + "test": "vitest run test/unit/* --coverage" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/axiomhq/axiom-js.git" + }, + "keywords": [ + "axiom", + "api", + "rest", + "client", + "axiom-js", + "axiom sdk", + "axiom js", + "logging" + ], + "bugs": { + "url": "https://github.com/axiomhq/axiom-js/issues" + }, + "homepage": "https://github.com/axiomhq/axiom-js/blob/main/packages/js/README.md", + "dependencies": { + "fetch-retry": "^6.0.0", + "uuid": "^8.3.2" + }, + "exports": { + "types": "./dist/esm/types/index.d.ts", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.cjs", + "default": "./dist/esm/index.js" + } +} diff --git a/packages/pino/package.json b/packages/pino/package.json index 6be8297..b3cf725 100644 --- a/packages/pino/package.json +++ b/packages/pino/package.json @@ -1,6 +1,6 @@ { "name": "@axiomhq/pino", - "version": "1.0.0", + "version": "1.1.1", "description": "The official Axiom transport for Pino", "type": "module", "types": "dist/esm/types/index.d.ts", diff --git a/packages/winston/package.json b/packages/winston/package.json index b8e1722..c89caca 100644 --- a/packages/winston/package.json +++ b/packages/winston/package.json @@ -1,49 +1,49 @@ { - "name": "@axiomhq/winston", - "description": "The official Axiom transport for winston logger", - "version": "1.0.0", - "type": "module", - "types": "dist/esm/types/index.d.ts", - "module": "dist/esm/index.js", - "main": "dist/cjs/index.cjs", - "author": "Axiom, Inc.", - "license": "MIT", - "homepage": "https://github.com/axiomhq/axiom-js/blob/main/packages/winston/README.md", - "scripts": { - "build": "rollup -c rollup.config.js", - "build:cjs": "rollup -c rollup.config.cjs.js", - "format": "eslint 'src/**/*.{js,ts}' --quiet --fix", - "lint": "eslint 'src/**/*.{js,ts}'", - "test": "vitest run test/unit/* --coverage", - "prepublish": "npm run build && npm run build:cjs" - }, - "dependencies": { - "winston-transport": "^4.5.0", - "@axiomhq/js": "workspace:*" - }, - "devDependencies": { - "winston": "^3.8.2" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/axiomhq/axiom-js.git" - }, - "engines": { - "node": ">=16" - }, - "keywords": [ - "axiom", - "winston", - "axiom-js", - "axiom-winston" - ], - "bugs": { - "url": "https://github.com/axiomhq/axiom-js/issues" - }, - "exports": { - "types": "./dist/esm/types/index.d.ts", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.cjs", - "default": "./dist/esm/index.js" - } + "name": "@axiomhq/winston", + "description": "The official Axiom transport for winston logger", + "version": "1.1.1", + "type": "module", + "types": "dist/esm/types/index.d.ts", + "module": "dist/esm/index.js", + "main": "dist/cjs/index.cjs", + "author": "Axiom, Inc.", + "license": "MIT", + "homepage": "https://github.com/axiomhq/axiom-js/blob/main/packages/winston/README.md", + "scripts": { + "build": "rollup -c rollup.config.js", + "build:cjs": "rollup -c rollup.config.cjs.js", + "format": "eslint 'src/**/*.{js,ts}' --quiet --fix", + "lint": "eslint 'src/**/*.{js,ts}'", + "test": "vitest run test/unit/* --coverage", + "prepublish": "npm run build && npm run build:cjs" + }, + "dependencies": { + "winston-transport": "^4.5.0", + "@axiomhq/js": "workspace:*" + }, + "devDependencies": { + "winston": "^3.8.2" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/axiomhq/axiom-js.git" + }, + "engines": { + "node": ">=16" + }, + "keywords": [ + "axiom", + "winston", + "axiom-js", + "axiom-winston" + ], + "bugs": { + "url": "https://github.com/axiomhq/axiom-js/issues" + }, + "exports": { + "types": "./dist/esm/types/index.d.ts", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.cjs", + "default": "./dist/esm/index.js" + } }