Skip to content

Commit

Permalink
Merge pull request #168 from axiomhq/prepare-v1-rc4
Browse files Browse the repository at this point in the history
Prepare v1 rc4
  • Loading branch information
dasfmi authored Mar 20, 2024
2 parents 769592e + dbae9a8 commit 41b050d
Show file tree
Hide file tree
Showing 8 changed files with 1,000 additions and 361 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ env:
AXIOM_URL: ${{ secrets.TESTING_STAGING_API_URL }}
AXIOM_ORG_ID: ${{ secrets.TESTING_STAGING_E2E_ORG_ID }}
AXIOM_DATASET_SUFFIX: ${{ github.run_id }}
PNPM_VERSION: 8.9.0
NODEVERSION: 18.x
PNPM_VERSION: 8.15.5

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

env:
NODEVERSION: 18.x
PNPM_VERSION: 8.9.0
PNPM_VERSION: 8.15.5

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@axiomhq/js": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue-tsc": "^2.0.4"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@
"type": "module",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.11.24",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.30",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^0.32.4",
"@vitest/ui": "^0.32.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"jsdom": "^24.0.0",
"prettier": "^2.6.2",
"prettier": "^2.8.8",
"rollup": "^3.29.4",
"ts-node": "^10.8.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"turbo": "^1.10.1",
"typescript": "^5.2.2",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"vitest": "^0.34.6",
"winston": "^3.8.2"
"winston": "^3.12.0"
},
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axiomhq/js",
"description": "The official javascript bindings for the Axiom API",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"author": "Axiom, Inc.",
"license": "MIT",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiomhq/pino",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "The official Axiom transport for Pino",
"type": "module",
"types": "dist/esm/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/winston/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axiomhq/winston",
"description": "The official Axiom transport for winston logger",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"type": "module",
"types": "dist/esm/types/index.d.ts",
"module": "dist/esm/index.js",
Expand Down
Loading

0 comments on commit 41b050d

Please sign in to comment.