@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.
Files changed (2) hide show
  1. package/README.md +40 -33
  2. package/package.json +7 -11
package/README.md CHANGED
@@ -1,34 +1,50 @@
1
- [![logo][]](https://xyo.network)
1
+ [![logo][]](https://xylabs.com)
2
2
 
3
- # @xyo-network/sdk-xyo-js
3
+ # @xylabs/meta
4
4
 
5
- [![main-build][]][main-build-link]
6
- [![beta-build][]][beta-build-link]
7
5
  [![npm-badge][]][npm-link]
8
- [![bch-badge][]][bch-link]
9
- [![codacy-badge][]][codacy-link]
10
- [![codeclimate-badge][]][codeclimate-link]
11
- [![snyk-badge][]][snyk-link]
6
+ [![npm-downloads-badge][]][npm-link]
7
+ [![jsdelivr-badge][]][jsdelivr-link]
8
+ [![npm-license-badge][]](LICENSE)
9
+ [![socket-badge][]][socket-link]
12
10
 
13
- > The XYO Foundation provides this source code in our efforts to
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
- SDK for base code for XYO Javascript Libraries.
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) (<https://arietrouw.com>)
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 πŸ”₯ and ❄️ by XYO](https://xyo.network)
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
- [npm-badge]: https://img.shields.io/npm/v/@xyo-network/sdk-xyo-js.svg
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
- [bch-badge]: https://bettercodehub.com/edge/badge/XYOracleNetwork/sdk-xyo-js?branch=main
53
- [bch-link]: https://bettercodehub.com/results/XYOracleNetwork/sdk-xyo-js
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
- [codacy-badge]: https://app.codacy.com/project/badge/Grade/5615b4dadee142f6b9a063e49637401f
56
- [codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/sdk-xyo-js/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=XYOracleNetwork/sdk-xyo-js&amp;utm_campaign=Badge_Grade
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
- [codeclimate-badge]: https://api.codeclimate.com/v1/badges/2763b2f223ba8822d0f6/maintainability
59
- [codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/sdk-xyo-js/maintainability
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
- [snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-js/badge.svg?targetFile=package.json
62
- [snyk-link]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-js?targetFile=package.json
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.5",
3
+ "version": "4.8.6",
4
4
  "description": "Base functionality used throughout XYO TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
- "xyo",
6
+ "meta",
7
+ "xylabs",
7
8
  "utility",
8
9
  "typescript",
9
10
  "esm"
10
11
  ],
11
- "homepage": "https://xyo.network",
12
+ "homepage": "https://xylabs.com",
12
13
  "bugs": {
13
- "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-js/issues",
14
- "email": "support@xyo.network"
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/XYOracleNetwork/sdk-xyo-js.git"
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": {