@xylabs/lodash 5.0.95 → 5.0.96

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 +35 -55
  2. package/package.json +3 -6
package/README.md CHANGED
@@ -1,83 +1,63 @@
1
1
  # @xylabs/lodash
2
2
 
3
- [![logo][]](https://xylabs.com)
3
+ [![npm][npm-badge]][npm-link]
4
+ [![license][license-badge]][license-link]
4
5
 
5
- [![main-build][]][main-build-link]
6
- [![npm-badge][]][npm-link]
7
- [![npm-downloads-badge][]][npm-link]
8
- [![jsdelivr-badge][]][jsdelivr-link]
9
- [![npm-license-badge][]](LICENSE)
10
- [![codacy-badge][]][codacy-link]
11
- [![codeclimate-badge][]][codeclimate-link]
12
- [![snyk-badge][]][snyk-link]
13
- [![socket-badge][]][socket-link]
6
+ > Base functionality used throughout XY Labs TypeScript/JavaScript libraries
14
7
 
8
+ ## Install
15
9
 
16
- Base functionality used throughout XY Labs TypeScript/JavaScript libraries
17
-
10
+ Using npm:
18
11
 
12
+ ```sh
13
+ npm install {{name}}
14
+ ```
19
15
 
20
- ## Reference
16
+ Using yarn:
21
17
 
22
- **@xylabs/lodash**
18
+ ```sh
19
+ yarn add {{name}}
20
+ ```
23
21
 
24
- ***
22
+ Using pnpm:
25
23
 
26
- ## Variables
24
+ ```sh
25
+ pnpm add {{name}}
26
+ ```
27
27
 
28
- | Variable | Description |
29
- | ------ | ------ |
30
- | [default](#variables/default) | - |
28
+ Using bun:
31
29
 
32
- ### variables
30
+ ```sh
31
+ bun add {{name}}
32
+ ```
33
33
 
34
- ### <a id="default"></a>default
35
34
 
36
- [**@xylabs/lodash**](#../README)
35
+ ## License
37
36
 
38
- ***
37
+ See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
39
38
 
40
- ```ts
41
- default: {
42
- };
43
- ```
39
+ ## Reference
44
40
 
41
+ ### packages
45
42
 
46
- Part of [sdk-js](https://www.npmjs.com/package/@xyo-network/sdk-js)
43
+ ### lodash
47
44
 
48
- ## Maintainers
45
+ ### .temp-typedoc
49
46
 
50
- - [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
51
- - [Matt Jones](https://github.com/jonesmac)
52
- - [Joel Carter](https://github.com/JoelBCarter)
53
- - [Jordan Trouw](https://github.com/jordantrouw)
47
+ ### variables
54
48
 
55
- ## License
49
+ ### <a id="default"></a>default
56
50
 
57
- > See the [LICENSE](LICENSE) file for license details
51
+ [**@xylabs/lodash**](#../README)
58
52
 
59
- ## Credits
53
+ ***
60
54
 
61
- [Made with 🔥 and ❄️ by XYLabs](https://xylabs.com)
55
+ ```ts
56
+ default: object;
57
+ ```
62
58
 
63
- [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
64
59
 
65
- [main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build.yml/badge.svg
66
- [main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build.yml
67
60
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/lodash.svg
68
61
  [npm-link]: https://www.npmjs.com/package/@xylabs/lodash
69
- [codacy-badge]: https://app.codacy.com/project/badge/Grade/c8e15e14f37741c18cfb47ac7245c698
70
- [codacy-link]: https://www.codacy.com/gh/xylabs/sdk-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-js&utm_campaign=Badge_Grade
71
- [codeclimate-badge]: https://api.codeclimate.com/v1/badges/c5eb068f806f0b047ea7/maintainability
72
- [codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability
73
- [snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json
74
- [snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json
75
-
76
- [npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/lodash
77
- [npm-license-badge]: https://img.shields.io/npm/l/@xylabs/lodash
78
-
79
- [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/lodash/badge
80
- [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/lodash
81
-
82
- [socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/lodash
83
- [socket-link]: https://socket.dev/npm/package/@xylabs/lodash
62
+ [license-badge]: https://img.shields.io/npm/l/@xylabs/lodash.svg
63
+ [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/lodash",
3
- "version": "5.0.95",
3
+ "version": "5.0.96",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "lodash",
@@ -29,12 +29,10 @@
29
29
  "exports": {
30
30
  ".": {
31
31
  "types": "./dist/neutral/index.d.ts",
32
- "import": "./dist/neutral/index.mjs",
33
32
  "default": "./dist/neutral/index.mjs"
34
33
  },
35
34
  "./package.json": "./package.json"
36
35
  },
37
- "types": "./dist/neutral/index.d.ts",
38
36
  "files": [
39
37
  "dist",
40
38
  "!**/*.bench.*",
@@ -43,9 +41,8 @@
43
41
  "README.md"
44
42
  ],
45
43
  "devDependencies": {
46
- "@xylabs/ts-scripts-common": "~7.8.4",
47
- "@xylabs/ts-scripts-pnpm": "~7.8.4",
48
- "@xylabs/tsconfig": "~7.8.4",
44
+ "@xylabs/toolchain": "~7.10.4",
45
+ "@xylabs/tsconfig": "~7.10.4",
49
46
  "typescript": "^5"
50
47
  },
51
48
  "engines": {