@xylabs/delay 2.12.25 β†’ 2.12.27

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 +29 -31
  2. package/package.json +4 -7
package/README.md CHANGED
@@ -1,50 +1,50 @@
1
1
  [![logo][]](https://xylabs.com)
2
2
 
3
- # @xylabs/sdk-js
3
+ # @xylabs/delay
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]
10
+
11
+ > XY Labs generalized Javascript library
12
12
 
13
13
  ## Table of Contents
14
14
 
15
15
  - [Description](#description)
16
16
  - [Install](#install)
17
- - [Scripts](#scripts)
18
17
  - [Maintainers](#maintainers)
19
18
  - [License](#license)
20
19
  - [Credits](#credits)
21
20
 
22
21
  ## Description
23
22
 
24
- SDK for base code for Typescript and Javascript Libraries.
23
+ Common Javascript code that is used throughout XYO projects that use React.
25
24
 
26
25
  ## Install
27
26
 
28
27
  Using npm:
29
28
 
30
29
  ```sh
31
- npm i --save @xylabs/sdk-js
30
+ npm i --save @xylabs/delay
32
31
  ```
33
32
 
34
33
  Using yarn:
35
34
 
36
35
  ```sh
37
- yarn add @xylabs/sdk-js
36
+ yarn add @xylabs/delay
38
37
  ```
39
38
 
40
- ## Scripts
41
-
42
- See [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md)
43
- for list of shared scripts.
39
+ ## Documentation
40
+ [Developer Reference](https://xylabs.github.io/sdk-js)
44
41
 
45
42
  ## Maintainers
46
43
 
47
- - [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)
48
48
 
49
49
  ## License
50
50
 
@@ -52,20 +52,18 @@ See the [LICENSE](LICENSE) file for license details
52
52
 
53
53
  ## Credits
54
54
 
55
- [Made with πŸ”₯ and ❄️ by XY Labs](https://xylabs.com)
55
+ [Made with πŸ”₯and ❄️ by XY Labs](https://xylabs.com)
56
56
 
57
57
  [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
58
- [main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml/badge.svg
59
- [main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-main.yml
60
- [beta-build]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml/badge.svg
61
- [beta-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build-beta.yml
62
- [npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-js.svg
63
- [npm-link]: https://www.npmjs.com/package/@xylabs/sdk-js
64
- [bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-js?branch=main
65
- [bch-link]: https://bettercodehub.com/results/xylabs/sdk-js
66
- [codacy-badge]: https://app.codacy.com/project/badge/Grade/c8e15e14f37741c18cfb47ac7245c698
67
- [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
68
- [codeclimate-badge]: https://api.codeclimate.com/v1/badges/c5eb068f806f0b047ea7/maintainability
69
- [codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability
70
- [snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json
71
- [snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json
58
+
59
+ [npm-badge]: https://img.shields.io/npm/v/@xylabs/delay.svg
60
+ [npm-link]: https://www.npmjs.com/package/@xylabs/delay
61
+
62
+ [npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/delay
63
+ [npm-license-badge]: https://img.shields.io/npm/l/@xylabs/delay
64
+
65
+ [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/delay/badge
66
+ [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/delay
67
+
68
+ [socket-badge]: https://socket.dev/api/badge/npm/package/@xylabs/delay
69
+ [socket-link]: https://socket.dev/npm/package/@xylabs/delay
package/package.json CHANGED
@@ -23,9 +23,6 @@
23
23
  "default": "./dist/node/index.js"
24
24
  }
25
25
  },
26
- "./docs": {
27
- "default": "./dist/docs.json"
28
- },
29
26
  "./package.json": "./package.json"
30
27
  },
31
28
  "main": "./dist/node/index.cjs",
@@ -39,9 +36,9 @@
39
36
  "esm"
40
37
  ],
41
38
  "devDependencies": {
42
- "@xylabs/ts-scripts-yarn3": "^3.1.7",
43
- "@xylabs/tsconfig": "^3.1.7",
44
- "@xylabs/tsconfig-dom": "^3.1.7",
39
+ "@xylabs/ts-scripts-yarn3": "^3.1.11",
40
+ "@xylabs/tsconfig": "^3.1.11",
41
+ "@xylabs/tsconfig-dom": "^3.1.11",
45
42
  "typescript": "^5.2.2"
46
43
  },
47
44
  "publishConfig": {
@@ -52,6 +49,6 @@
52
49
  "url": "https://github.com/xylabs/sdk-js.git"
53
50
  },
54
51
  "sideEffects": false,
55
- "version": "2.12.25",
52
+ "version": "2.12.27",
56
53
  "type": "module"
57
54
  }