diff --git a/packages/rrweb-snapshot/package.json b/packages/rrweb-snapshot/package.json index 70d5a104a0..ba88380970 100644 --- a/packages/rrweb-snapshot/package.json +++ b/packages/rrweb-snapshot/package.json @@ -1,6 +1,6 @@ { - "name": "rrweb-snapshot", - "version": "2.0.0-alpha.17", + "name": "@chromaui/rrweb-snapshot", + "version": "2.0.0-alpha.17-noAbsolute", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "scripts": { "prepare": "npm run prepack", @@ -12,7 +12,7 @@ "test:update": "yarn build && vitest run --update", "bench": "vite build && vitest bench", "dev": "vite build --watch", - "build": "yarn turbo prepublish -F rrweb-snapshot", + "build": "yarn turbo prepublish -F @chromaui/rrweb-snapshot", "check-types": "tsc --noEmit", "prepublish": "yarn check-types && vite build", "lint": "yarn eslint src" @@ -20,7 +20,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+https://github.com/rrweb-io/rrweb.git" + "url": "git+https://github.com/chromaui/rrweb.git" }, "keywords": [ "rrweb", @@ -50,9 +50,9 @@ "author": "yanzhen@smartx.com", "license": "MIT", "bugs": { - "url": "https://github.com/rrweb-io/rrweb/issues" + "url": "https://github.com/chromaui/rrweb/issues" }, - "homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme", + "homepage": "https://github.com/chromaui/rrweb/tree/master/packages/rrweb-snapshot#readme", "devDependencies": { "@rrweb/utils": "^2.0.0-alpha.17", "@types/jsdom": "^20.0.0",