Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/package-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Restore package.json
# This step is necessary because the previous step may have updated package.json
run: git checkout -- package.json packages/*/package.json
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
working-directory: ./packages/tracking-sdk
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
working-directory: ./packages/browser-sdk
Expand Down
8 changes: 1 addition & 7 deletions packages/browser-sdk/FEEDBACK.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,7 @@ properties to your page in your CSS `:root`-scope.

For example, a dark mode theme might look like this:

```html
<img
width="276"
alt="image"
src="https://github.com/bucketco/bucket-tracking-sdk/assets/34348/5d579b7b-a830-4530-8b40-864488a8597e"
/>
```
![image](https://github.com/bucketco/bucket-tracking-sdk/assets/34348/5d579b7b-a830-4530-8b40-864488a8597e)

```css
:root {
Expand Down
9 changes: 3 additions & 6 deletions packages/browser-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,20 @@
"@bucketco/eslint-config": "0.0.2",
"@bucketco/tsconfig": "0.0.2",
"@playwright/test": "^1.49.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.12.0",
"@types/webpack": "^5.28.5",
"css-loader": "^6.9.0",
"eslint": "^8.57.0",
"jsdom": "^24.1.0",
"msw": "^2.3.4",
"nock": "^14.0.1",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.5",
"style-loader": "^3.3.4",
"typescript": "^5.7.3",
"vite": "^5.3.5",
"vite-plugin-dts": "^4.0.0-beta.1",
"vitest": "^2.0.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
"vitest": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/flag-evaluation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bucketco/bucket-tracking-sdk.git"
"url": "https://github.com/bucketco/bucket-javascript-sdk.git"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions packages/tracking-sdk/.prettierignore

This file was deleted.

Loading