UNPKG
gobot-constellation
Version:
latest (2.16.3-alpha.23)
2.16.3-alpha.23
2.16.3-alpha.22
2.16.1-alpha.21
2.16.1-alpha.20
2.16.1-alpha.19
Constellation helper for Gobot
www.npmjs.com/package/gobot-constellation
gobot-constellation
/
dist
/
chunk-TSFXJAP6.js
15 lines
(12 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// src/version.ts
var
version =
`2.16.3`
;
// src/meta.ts
var
meta = {
name
:
`Constellation`
,
homepage
:
`https://github.com/edgelesssys/constellation`
,
slug
:
`constellation`
, version };
export
{ meta };