Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Signing verification utilities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Seal
Building blocks
Signing verification utilities
Commits
9022416e
Commit
9022416e
authored
4 years ago
by
Igor Markin
Browse files
Options
Downloads
Patches
Plain Diff
Update build
parent
e0687401
No related branches found
No related tags found
1 merge request
!78
[Lib Seal introduction] Get rid of SealService
Pipeline
#43046
passed
4 years ago
Stage: install
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/index.d.ts
+0
-1
0 additions, 1 deletion
dist/index.d.ts
dist/index.js
+1
-3
1 addition, 3 deletions
dist/index.js
with
1 addition
and
4 deletions
dist/index.d.ts
+
0
−
1
View file @
9022416e
...
@@ -8,4 +8,3 @@ export { default as QrCodeDataService } from "./services/QrCodeDataService";
...
@@ -8,4 +8,3 @@ export { default as QrCodeDataService } from "./services/QrCodeDataService";
export
{
default
as
CryptoService
}
from
"
./services/CryptoService
"
;
export
{
default
as
CryptoService
}
from
"
./services/CryptoService
"
;
export
{
default
as
VerificationError
}
from
"
./services/VerificationService/VerificationError
"
;
export
{
default
as
VerificationError
}
from
"
./services/VerificationService/VerificationError
"
;
export
{
default
as
QrCodeTemplate
}
from
"
./utils/qrCodeTemplateUtils
"
;
export
{
default
as
QrCodeTemplate
}
from
"
./utils/qrCodeTemplateUtils
"
;
export
{
default
as
SealService
}
from
"
./services/SealService
"
;
This diff is collapsed.
Click to expand it.
dist/index.js
+
1
−
3
View file @
9022416e
...
@@ -13,7 +13,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
...
@@ -13,7 +13,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return
(
mod
&&
mod
.
__esModule
)
?
mod
:
{
"
default
"
:
mod
};
return
(
mod
&&
mod
.
__esModule
)
?
mod
:
{
"
default
"
:
mod
};
};
};
Object
.
defineProperty
(
exports
,
"
__esModule
"
,
{
value
:
true
});
Object
.
defineProperty
(
exports
,
"
__esModule
"
,
{
value
:
true
});
exports
.
SealService
=
exports
.
QrCodeTemplate
=
exports
.
VerificationError
=
exports
.
CryptoService
=
exports
.
QrCodeDataService
=
exports
.
CommonUtils
=
exports
.
StatusesService
=
exports
.
VerificationService
=
exports
.
CloudflareService
=
void
0
;
exports
.
QrCodeTemplate
=
exports
.
VerificationError
=
exports
.
CryptoService
=
exports
.
QrCodeDataService
=
exports
.
CommonUtils
=
exports
.
StatusesService
=
exports
.
VerificationService
=
exports
.
CloudflareService
=
void
0
;
__exportStar
(
require
(
"
./types
"
),
exports
);
__exportStar
(
require
(
"
./types
"
),
exports
);
__exportStar
(
require
(
"
./utils/common
"
),
exports
);
__exportStar
(
require
(
"
./utils/common
"
),
exports
);
var
CloudflareService_1
=
require
(
"
./services/CloudflareService
"
);
var
CloudflareService_1
=
require
(
"
./services/CloudflareService
"
);
...
@@ -32,5 +32,3 @@ var VerificationError_1 = require("./services/VerificationService/VerificationEr
...
@@ -32,5 +32,3 @@ var VerificationError_1 = require("./services/VerificationService/VerificationEr
Object
.
defineProperty
(
exports
,
"
VerificationError
"
,
{
enumerable
:
true
,
get
:
function
()
{
return
__importDefault
(
VerificationError_1
).
default
;
}
});
Object
.
defineProperty
(
exports
,
"
VerificationError
"
,
{
enumerable
:
true
,
get
:
function
()
{
return
__importDefault
(
VerificationError_1
).
default
;
}
});
var
qrCodeTemplateUtils_1
=
require
(
"
./utils/qrCodeTemplateUtils
"
);
var
qrCodeTemplateUtils_1
=
require
(
"
./utils/qrCodeTemplateUtils
"
);
Object
.
defineProperty
(
exports
,
"
QrCodeTemplate
"
,
{
enumerable
:
true
,
get
:
function
()
{
return
__importDefault
(
qrCodeTemplateUtils_1
).
default
;
}
});
Object
.
defineProperty
(
exports
,
"
QrCodeTemplate
"
,
{
enumerable
:
true
,
get
:
function
()
{
return
__importDefault
(
qrCodeTemplateUtils_1
).
default
;
}
});
var
SealService_1
=
require
(
"
./services/SealService
"
);
Object
.
defineProperty
(
exports
,
"
SealService
"
,
{
enumerable
:
true
,
get
:
function
()
{
return
__importDefault
(
SealService_1
).
default
;
}
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment