Skip to content

Commit

Permalink
fix: user initialisation code
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Nov 29, 2023
2 parents c035385 + c477321 commit d7f5ec0
Show file tree
Hide file tree
Showing 107 changed files with 105,040 additions and 2,113 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.gz filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"prepare": "husky install",
"test:restapi": "cd packages/restapi && TS_NODE_PROJECT='./tsconfig.mocha.json' NODE_OPTIONS='--loader ts-node/esm' mocha -r ts-node/register 'tests/**/*.test.ts' --timeout 12000 --require tests/root.ts --serial",
"test:restapi": "cd packages/restapi && TS_NODE_PROJECT='./tsconfig.mocha.json' NODE_OPTIONS='--loader ts-node/esm' mocha -r ts-node/register 'tests/**/*.test.ts' --timeout 1200000 --require tests/root.ts --serial",
"cleanbuild": "rimraf ./dist && rimraf ./tmp"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/sdk-backend-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pushprotocol/restapi": "1.4.35",
"@pushprotocol/restapi": "0.0.1-alpha.53",
"@pushprotocol/socket": "^0.5.2"
}
}
192 changes: 0 additions & 192 deletions packages/examples/sdk-backend-node/pushAPI/channel.ts

This file was deleted.

Loading

0 comments on commit d7f5ec0

Please sign in to comment.