@xylabs/sdk-meta 4.8.5 β 4.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -33
- package/package.json +7 -11
package/README.md
CHANGED
|
@@ -1,34 +1,50 @@
|
|
|
1
|
-
[![logo][]](https://
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
2
|
|
|
3
|
-
# @
|
|
3
|
+
# @xylabs/meta
|
|
4
4
|
|
|
5
|
-
[![main-build][]][main-build-link]
|
|
6
|
-
[![beta-build][]][beta-build-link]
|
|
7
5
|
[![npm-badge][]][npm-link]
|
|
8
|
-
[![
|
|
9
|
-
[![
|
|
10
|
-
[![
|
|
11
|
-
[![
|
|
6
|
+
[![npm-downloads-badge][]][npm-link]
|
|
7
|
+
[![jsdelivr-badge][]][jsdelivr-link]
|
|
8
|
+
[![npm-license-badge][]](LICENSE)
|
|
9
|
+
[![socket-badge][]][socket-link]
|
|
12
10
|
|
|
13
|
-
>
|
|
14
|
-
> advance the understanding of the XYO Procotol and its possible uses.
|
|
15
|
-
> We continue to maintain this software in the interest of developer
|
|
16
|
-
> education. Usage of this source code is not intended for production.
|
|
11
|
+
> XY Labs Logger Helpers
|
|
17
12
|
|
|
18
13
|
## Table of Contents
|
|
19
14
|
|
|
20
15
|
- [Description](#description)
|
|
16
|
+
- [Install](#install)
|
|
21
17
|
- [Maintainers](#maintainers)
|
|
22
18
|
- [License](#license)
|
|
23
19
|
- [Credits](#credits)
|
|
24
20
|
|
|
25
21
|
## Description
|
|
26
22
|
|
|
27
|
-
|
|
23
|
+
Various Meta helper functions
|
|
24
|
+
|
|
25
|
+
## Install
|
|
26
|
+
|
|
27
|
+
Using npm:
|
|
28
|
+
|
|
29
|
+
```sh
|
|
30
|
+
npm i --save @xylabs/meta
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Using yarn:
|
|
34
|
+
|
|
35
|
+
```sh
|
|
36
|
+
yarn add @xylabs/meta
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Documentation
|
|
40
|
+
[Developer Reference](https://xylabs.github.io/sdk-js)
|
|
28
41
|
|
|
29
42
|
## Maintainers
|
|
30
43
|
|
|
31
|
-
- [Arie Trouw](https://github.com/arietrouw) (
|
|
44
|
+
- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
|
|
45
|
+
- [Joel Carter](https://github.com/JoelBCarter)
|
|
46
|
+
- [Matt Jones](https://github.com/jonesmac)
|
|
47
|
+
- [Jordan Trouw](https://github.com/jordantrouw)
|
|
32
48
|
|
|
33
49
|
## License
|
|
34
50
|
|
|
@@ -36,27 +52,18 @@ See the [LICENSE](LICENSE) file for license details
|
|
|
36
52
|
|
|
37
53
|
## Credits
|
|
38
54
|
|
|
39
|
-
[Made with π₯
|
|
40
|
-
|
|
41
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
42
|
-
|
|
43
|
-
[main-build]: https://github.com/XYOracleNetwork/sdk-xyo-js/actions/workflows/build-main.yml/badge.svg
|
|
44
|
-
[main-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-js/actions/workflows/build-main.yml
|
|
45
|
-
|
|
46
|
-
[beta-build]: https://github.com/XYOracleNetwork/sdk-xyo-js/actions/workflows/build-beta.yml/badge.svg
|
|
47
|
-
[beta-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-js/actions/workflows/build-beta.yml
|
|
55
|
+
[Made with π₯and βοΈ by XY Labs](https://xylabs.com)
|
|
48
56
|
|
|
49
|
-
[
|
|
50
|
-
[npm-link]: https://www.npmjs.com/package/@xyo-network/sdk-xyo-js
|
|
57
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
|
51
58
|
|
|
52
|
-
[
|
|
53
|
-
[
|
|
59
|
+
[npm-badge]: https://img.shields.io/npm/v/@xylabs/meta.svg
|
|
60
|
+
[npm-link]: https://www.npmjs.com/package/@xylabs/meta
|
|
54
61
|
|
|
55
|
-
[
|
|
56
|
-
[
|
|
62
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/meta
|
|
63
|
+
[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/meta
|
|
57
64
|
|
|
58
|
-
[
|
|
59
|
-
[
|
|
65
|
+
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/meta/badge
|
|
66
|
+
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/meta
|
|
60
67
|
|
|
61
|
-
[
|
|
62
|
-
[
|
|
68
|
+
[socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/meta
|
|
69
|
+
[socket-link]: https://socket.dev/npm/package/@xylabs/meta
|
package/package.json
CHANGED
|
@@ -1,28 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-meta",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.6",
|
|
4
4
|
"description": "Base functionality used throughout XYO TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
6
|
+
"meta",
|
|
7
|
+
"xylabs",
|
|
7
8
|
"utility",
|
|
8
9
|
"typescript",
|
|
9
10
|
"esm"
|
|
10
11
|
],
|
|
11
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://xylabs.com",
|
|
12
13
|
"bugs": {
|
|
13
|
-
"url": "git+https://github.com/
|
|
14
|
-
"email": "support@
|
|
14
|
+
"url": "git+https://github.com/xylabs/sdk-js/issues",
|
|
15
|
+
"email": "support@xylabs.com"
|
|
15
16
|
},
|
|
16
17
|
"repository": {
|
|
17
18
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/xylabs/sdk-js.git"
|
|
19
20
|
},
|
|
20
21
|
"license": "LGPL-3.0-only",
|
|
21
|
-
"author": {
|
|
22
|
-
"name": "XYO Development Team",
|
|
23
|
-
"email": "support@xyo.network",
|
|
24
|
-
"url": "https://xyo.network"
|
|
25
|
-
},
|
|
26
22
|
"sideEffects": false,
|
|
27
23
|
"type": "module",
|
|
28
24
|
"exports": {
|