Skip to content

Commit 72f6c16

Browse files
author
Bean
authored
Publish 3.0.25 cayenne (#286)
1 parent 107c8a2 commit 72f6c16

File tree

35 files changed

+118
-107
lines changed

35 files changed

+118
-107
lines changed

README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

apps/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- (DO NOT EDIT!) (HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Sat, 16 Dec 2023 14:15:19 GMT -->
1+
<!-- (DO NOT EDIT!) (HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Mon, 18 Dec 2023 15:47:25 GMT -->
22
<!DOCTYPE html>
33
<html lang="en">
44
<head>
@@ -62,7 +62,7 @@
6262
</style>
6363
</head>
6464
<body>
65-
(HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Sat, 16 Dec 2023 14:15:19 GMT
65+
(HTML) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-html.mjs Mon, 18 Dec 2023 15:47:25 GMT
6666

6767
<!-- ==================== ALL EXPORTED VANILLA LIBRARIES ==================== -->
6868
<script src="dist/packages/access-control-conditions-vanilla/access-control-conditions.js"></script>

apps/react/src/app/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@ pre {
18791879
`,
18801880
}}
18811881
/>
1882-
(REACT) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-react.mjs Sat, 16 Dec 2023 14:15:19 GMT
1882+
(REACT) THIS FILE IS AUTOMATICALLY GENERATED FROM tools/scripts/gen-react.mjs Mon, 18 Dec 2023 15:47:25 GMT
18831883
<div id="root"></div>
18841884
<pre><code id="result"></code></pre>
18851885
</>

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "3.0.24"
6-
}
5+
"version": "3.0.25"
6+
}

packages/access-control-conditions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "3.0.24",
24+
"version": "3.0.25",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
27-
}
27+
}

packages/auth-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tags": [
3131
"browser"
3232
],
33-
"version": "3.0.24",
33+
"version": "3.0.25",
3434
"main": "./dist/src/index.js",
3535
"typings": "./dist/src/index.d.ts"
36-
}
36+
}

packages/auth-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"crypto": false,
2929
"stream": false
3030
},
31-
"version": "3.0.24",
31+
"version": "3.0.25",
3232
"main": "./dist/src/index.js",
3333
"typings": "./dist/src/index.d.ts"
34-
}
34+
}

packages/bls-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"buildOptions": {
2828
"genReact": false
2929
},
30-
"version": "3.0.24",
30+
"version": "3.0.25",
3131
"main": "./dist/src/index.js",
3232
"typings": "./dist/src/index.d.ts"
33-
}
33+
}

packages/constants/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"universal"
2222
],
23-
"version": "3.0.24",
23+
"version": "3.0.25",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
26-
}
26+
}

packages/constants/src/lib/constants/autogen_internal.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Last Modified: 2023-12-16 14:13:50
2-
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
1+
// Last Modified: 2023-12-18 15:45:54
2+
// This file is auto-generated by tools/scripts/gen-internal-dev.mjs
33
export const INTERNAL_DEV = [];
44

55
export const INTERNAL_MIN_NODE_COUNT = 2;
@@ -11,4 +11,4 @@ export const INTERNAL_DEFAULT_CONFIG = {
1111
bootstrapUrls: [],
1212
litNetwork: 'internalDev',
1313
connectTimeout: 20000,
14-
};
14+
};

0 commit comments

Comments
 (0)