Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
luca
CWA Event
Commits
b3a5e4b3
Commit
b3a5e4b3
authored
May 24, 2021
by
Christoph-Thomas Abs
Browse files
Release 1.0.1
parent
8458d9d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
b3a5e4b3
# Changelog
### 1.0.1 (2021-05-24)
*
Remove debugging logs
### 1.0.0 (2021-05-24)
*
initial public release
\ No newline at end of file
*
initial public release
lib/eventregistration.js
View file @
b3a5e4b3
...
...
@@ -69,7 +69,6 @@ const generateSerializedPayload = (qrCodeData) => {
crowdNotifierData
.
setPublickey
(
constants_1
.
CROWD_NOTIFIER_PUBLIC_KEY
);
const
seed
=
new
Uint8Array
(
16
);
crypto
.
getRandomValues
(
seed
);
console
.
log
(
'
seed
'
,
seed
);
crowdNotifierData
.
setCryptographicseed
(
seed
);
const
traceLocation
=
new
trace_location_pb_1
.
proto
.
TraceLocation
();
traceLocation
.
setVersion
(
1
);
...
...
package.json
View file @
b3a5e4b3
{
"name"
:
"@lucaapp/cwa-event"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"description"
:
"luca cwa package for qr code payload generation"
,
"main"
:
"lib/index.js"
,
"types"
:
"types/index.d.ts"
,
...
...
src/eventregistration.ts
View file @
b3a5e4b3
...
...
@@ -108,7 +108,6 @@ export const generateSerializedPayload = (
const
seed
=
new
Uint8Array
(
16
);
crypto
.
getRandomValues
(
seed
);
console
.
log
(
'
seed
'
,
seed
);
crowdNotifierData
.
setCryptographicseed
(
seed
);
const
traceLocation
=
new
proto
.
TraceLocation
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment