Skip to content

Commit

Permalink
feat: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
DashKash54 committed Jan 23, 2024
1 parent eecdda2 commit b79fe58
Show file tree
Hide file tree
Showing 32 changed files with 109 additions and 98 deletions.
62 changes: 32 additions & 30 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/html/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- (DO NOT EDIT!) (HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Mon, 22 Jan 2024 23:59:29 GMT -->
<!-- (DO NOT EDIT!) (HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Tue, 23 Jan 2024 01:27:49 GMT -->
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -62,7 +62,7 @@
</style>
</head>
<body>
(HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Mon, 22 Jan 2024 23:59:29 GMT
(HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Tue, 23 Jan 2024 01:27:49 GMT

<!-- ==================== ALL EXPORTED VANILLA LIBRARIES ==================== -->
<script src="dist/packages/access-control-conditions-vanilla/access-control-conditions.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion apps/react/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ pre {
`,
}}
/>
(REACT) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-react.mjs Mon, 22 Jan 2024 23:59:29 GMT
(REACT) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-react.mjs Tue, 23 Jan 2024 01:27:49 GMT
<div id="root"></div>
<pre><code id="result"></code></pre>
</>
Expand Down
2 changes: 1 addition & 1 deletion packages/access-control-conditions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/auth-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/auth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/bls-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
48 changes: 24 additions & 24 deletions packages/constants/src/lib/constants/autogen_internal.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Last Modified: 2024-01-22 23:57:57
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
// Last Modified: 2024-01-23 01:26:09
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
export const INTERNAL_DEV = [
'https://167.114.17.204:443',
'https://199.115.117.115:443',
'https://108.62.0.105:443',
'https://167.114.17.202:443',
'https://64.131.85.108:443',
'https://167.114.17.201:443',
'https://167.114.17.203:443',
'https://199.115.117.113:443',
'https://64.131.85.106:443',
'https://167.114.17.205:443',
"https://167.114.17.204:443",
"https://199.115.117.115:443",
"https://108.62.0.105:443",
"https://167.114.17.202:443",
"https://64.131.85.108:443",
"https://167.114.17.201:443",
"https://167.114.17.203:443",
"https://199.115.117.113:443",
"https://64.131.85.106:443",
"https://167.114.17.205:443"
];

export const INTERNAL_MIN_NODE_COUNT = 2;
Expand All @@ -20,17 +20,17 @@ export const INTERNAL_DEFAULT_CONFIG = {
minNodeCount: 2,
debug: true,
bootstrapUrls: [
'https://167.114.17.204:443',
'https://199.115.117.115:443',
'https://108.62.0.105:443',
'https://167.114.17.202:443',
'https://64.131.85.108:443',
'https://167.114.17.201:443',
'https://167.114.17.203:443',
'https://199.115.117.113:443',
'https://64.131.85.106:443',
'https://167.114.17.205:443',
],
"https://167.114.17.204:443",
"https://199.115.117.115:443",
"https://108.62.0.105:443",
"https://167.114.17.202:443",
"https://64.131.85.108:443",
"https://167.114.17.201:443",
"https://167.114.17.203:443",
"https://199.115.117.113:443",
"https://64.131.85.106:443",
"https://167.114.17.205:443"
],
litNetwork: 'internalDev',
connectTimeout: 20000,
};
};
2 changes: 1 addition & 1 deletion packages/contracts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
22 changes: 11 additions & 11 deletions packages/contracts-sdk/src/abis/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export * from './StakingBalances.sol/StakingBalances.ts';
export * from './Staking.sol/Staking.ts';
export * from './Multisender.sol/Multisender.ts';
export * from './LITToken.sol/LITToken.ts';
export * from './PubkeyRouter.sol/PubkeyRouter.ts';
export * from './PKPNFT.sol/PKPNFT.ts';
export * from './RateLimitNFT.sol/RateLimitNFT.ts';
export * from './PKPHelper.sol/PKPHelper.ts';
export * from './PKPPermissions.sol/PKPPermissions.ts';
export * from './PKPNFTMetadata.sol/PKPNFTMetadata.ts';
export * from './Allowlist.sol/Allowlist.ts';
export * from "./StakingBalances.sol/StakingBalances.ts";
export * from "./Staking.sol/Staking.ts";
export * from "./Multisender.sol/Multisender.ts";
export * from "./LITToken.sol/LITToken.ts";
export * from "./PubkeyRouter.sol/PubkeyRouter.ts";
export * from "./PKPNFT.sol/PKPNFT.ts";
export * from "./RateLimitNFT.sol/RateLimitNFT.ts";
export * from "./PKPHelper.sol/PKPHelper.ts";
export * from "./PKPPermissions.sol/PKPPermissions.ts";
export * from "./PKPNFTMetadata.sol/PKPNFTMetadata.ts";
export * from "./Allowlist.sol/Allowlist.ts";
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/ecdsa-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/lit-auth-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/lit-node-client-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/lit-node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/misc-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/misc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/nacl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/pkp-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/pkp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/pkp-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/pkp-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/pkp-sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/pkp-walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/sev-snp-utils-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/uint8arrays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"version": "3.0.32",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
17 changes: 13 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@
"importHelpers": true,
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2020", "dom", "ES2021.String"],
"lib": [
"ES2020",
"dom",
"ES2021.String"
],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"paths": {
"@lit-protocol/*": ["packages/*/src"]
"@lit-protocol/*": [
"packages/*/src"
]
}
},
"exclude": ["node_modules", "tmp"]
}
"exclude": [
"node_modules",
"tmp"
]
}

0 comments on commit b79fe58

Please sign in to comment.