Skip to content

Commit

Permalink
deploy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Aug 14, 2024
1 parent 5fef82d commit 5c61ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"url": "https://github.com/xylabs/sdk-pixel-js.git"
},
"sideEffects": false,
"version": "1.7.0",
"version": "2.0.0",
"packageManager": "[email protected]",
"type": "module"
}
}
8 changes: 6 additions & 2 deletions src/spec/Pixel.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { PixelApi } from '../Api'
import { XyPixel } from '../Pixel'
/**
* @jest-environment jsdom
*/

import { PixelApi } from '../Api/index.ts'
import { XyPixel } from '../Pixel.ts'

test('all', async () => {
XyPixel.api = new PixelApi('prod')
Expand Down

0 comments on commit 5c61ac2

Please sign in to comment.