Skip to content

Commit

Permalink
fix: latest pull
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Oct 9, 2023
2 parents 8f34995 + 16dd007 commit a1caeaf
Show file tree
Hide file tree
Showing 8 changed files with 6,809 additions and 5,355 deletions.
1,490 changes: 1,490 additions & 0 deletions packages/restapi/PushNotificationLowLevelAPI.md

Large diffs are not rendered by default.

10,663 changes: 5,314 additions & 5,349 deletions packages/restapi/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/restapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pushprotocol/restapi",
"version": "0.0.1-alpha.44",
"version": "1.4.22",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/restapi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"options": {
"preset": "angular",
"commitMessageFormat": "ci(${projectName}): 🎉 cut release to ${projectName}-v${version}",
"postTargets": ["restapi:build", "restapi:ci-publish"]
"postTargets": ["socket:build", "restapi:build", "restapi:ci-publish"]
}
},
"ci-version-beta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/restapi/src/lib/alias/getAliasInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getAliasInfo = async (
const aliasChainId:number = ALIAS_CHAIN_ID[aliasChain][env];

const _alias = getCAIPWithChainId(alias, aliasChainId, 'Alias');
console.log(_alias)
// console.log(_alias)
const API_BASE_URL = getAPIBaseUrls(env);
const apiEndpoint = `${API_BASE_URL}/v1/alias`;
const requestUrl = `${apiEndpoint}/${_alias}/channel`;
Expand Down
2 changes: 1 addition & 1 deletion packages/restapi/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ export const VIEM_CONFIG = {
EPNS_COMMUNICATOR_CONTRACT: '0x630b152e4185c63D7177c656b56b26f878C61572',
},
},
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ const ConnectButtonDiv = styled.div<IThemeProps>`
@media ${device.mobileL} {
font-size: 12px;
}
`;
`;
1 change: 0 additions & 1 deletion packages/uiweb/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,6 @@ clsx@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==

color-convert@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
Expand Down

0 comments on commit a1caeaf

Please sign in to comment.