Backing up

This commit is contained in:
2025-09-16 00:32:46 +05:30
parent 5c1746ead9
commit d18ad8c27b
3 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
export const ARMCO_SERVER = "https://telemetry.armco.tech/events/"
export const ARMCO_SERVER = "https://telemetry.armco.dev/events/"
export const ADD = "add"
export const TAG = "tag"

View File

@@ -1,6 +1,6 @@
{
"name": "@armco/analytics",
"version": "0.2.8",
"version": "0.2.10",
"description": "Browser Based Analytics interceptor for configured events",
"main": "index.js",
"type": "module",
@@ -27,7 +27,7 @@
"insights",
"automated"
],
"author": "mohit.nagar@armco.tech",
"author": "mohit.nagar@armco.dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReStruct-Corporate-Advantage/analytics/issues"

View File

@@ -3,7 +3,9 @@
set -e
semver=${1:-patch}
npm run build
cd dist
npm --no-git-tag-version version ${semver}
npm publish --access public
npm run build
cp package.json dist/
cd dist
npm publish --access public --loglevel verbose