forked from grouparoo/grouparoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: web client * code-quote #userId * default value for cookieTTL * script highlighting * readme updates and remove new_session event * remove WS test file * cookies for userId, anonymousId, and sessionId * testing for the client library * include the clients/*/* * update and match typescript versions * browser test page * build both commonjs and browser modules * also cache the client dist * split ci cache into chunks * remove custom-cache-options * update web client dist path * ensure publicJSDir exists
- Loading branch information
1 parent
b2e56e9
commit 7a04d65
Showing
59 changed files
with
9,187 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# General | ||
node_modules | ||
.DS_Store | ||
.vscode | ||
npm-debug.log | ||
yarn-error.log | ||
.env | ||
dump.rdb | ||
*.retry | ||
coverage |
Oops, something went wrong.