Skip to content

Commit

Permalink
Merge branch 'deduplication-workflow' of https://github.com/SciPhi-AI…
Browse files Browse the repository at this point in the history
…/R2R into deduplication-workflow
  • Loading branch information
shreyaspimpalgaonkar committed Oct 18, 2024
2 parents a2e72c2 + eecc36b commit cceac6c
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 399 deletions.
66 changes: 39 additions & 27 deletions js/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions js/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2r-js",
"version": "0.3.7",
"version": "0.3.8",
"description": "",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand All @@ -26,21 +26,21 @@
"dependencies": {
"@jest/globals": "^29.7.0",
"@rrweb/types": "2.0.0-alpha.17",
"axios": "^1.7.4",
"axios": "^1.7.7",
"form-data": "^4.0.1",
"posthog-js": "^1.155.4",
"posthog-node": "^4.1.0",
"posthog-js": "^1.174.2",
"posthog-node": "^4.2.1",
"rrweb-snapshot": "2.0.0-alpha.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^20.14.15",
"@types/node": "^20.16.12",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit cceac6c

Please sign in to comment.