Skip to content

Commit

Permalink
Publish 3.0.25 cayenne (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bean authored Dec 18, 2023
1 parent 107c8a2 commit 72f6c16
Show file tree
Hide file tree
Showing 35 changed files with 118 additions and 107 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 Sat, 16 Dec 2023 14:15:19 GMT -->
<!-- (DO NOT EDIT!) (HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Mon, 18 Dec 2023 15:47:25 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 Sat, 16 Dec 2023 14:15:19 GMT
(HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Mon, 18 Dec 2023 15:47:25 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 Sat, 16 Dec 2023 14:15:19 GMT
(REACT) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-react.mjs Mon, 18 Dec 2023 15:47:25 GMT
<div id="root"></div>
<pre><code id="result"></code></pre>
</>
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "3.0.24"
}
"version": "3.0.25"
}
4 changes: 2 additions & 2 deletions packages/access-control-conditions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/auth-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tags": [
"browser"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/auth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"crypto": false,
"stream": false
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/bls-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"buildOptions": {
"genReact": false
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/constants/src/lib/constants/autogen_internal.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Last Modified: 2023-12-16 14:13:50
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
// Last Modified: 2023-12-18 15:45:54
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
export const INTERNAL_DEV = [];

export const INTERNAL_MIN_NODE_COUNT = 2;
Expand All @@ -11,4 +11,4 @@ export const INTERNAL_DEFAULT_CONFIG = {
bootstrapUrls: [],
litNetwork: 'internalDev',
connectTimeout: 20000,
};
};
2 changes: 1 addition & 1 deletion packages/constants/src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '3.0.24';
export const version = '3.0.25';
4 changes: 2 additions & 2 deletions packages/contracts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"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";
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/core",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/ecdsa-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"crypto": false,
"stream": false
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/lit-auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/lit-auth-client",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand Down Expand Up @@ -32,4 +32,4 @@
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/lit-node-client-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tags": [
"nodejs"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/lit-node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"crypto": false,
"stream": false
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/lit-third-party-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"universal"
],
"gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/logger",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"tags": [
"universal"
Expand All @@ -11,4 +11,4 @@
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/misc-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"browser"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/misc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/nacl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"access": "public",
"directory": "../../dist/packages/nacl"
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-base",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-client",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-cosmos",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tags": [
"universal"
],
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-sui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-sui",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand All @@ -27,4 +27,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/pkp-walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/pkp-walletconnect",
"version": "3.0.24",
"version": "3.0.25",
"type": "commonjs",
"license": "MIT",
"homepage": "https://github.com/Lit-Protocol/js-sdk",
Expand Down Expand Up @@ -34,4 +34,4 @@
],
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/sev-snp-utils-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"buildOptions": {
"genReact": false
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"buildOptions": {
"genReact": false
},
"version": "3.0.24",
"version": "3.0.25",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts"
}
}
Loading

0 comments on commit 72f6c16

Please sign in to comment.