xjs-node 2.0.1 → 2.1.0

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 +5 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![npm][npm-badge]][npm-url] [![CI][ci-badge]][ci-url]
1
+ [![npm][npm-badge]][npm-url] [![CI][ci-badge]][ci-url] [![publish][publish-badge]][publish-url]
2
2
 
3
3
  # Overview
4
4
  Library modules for nodejs + typescript that bundled general-purpose implementations.
@@ -76,4 +76,7 @@ XJS throws error with `code` property which has one of the following numbers.
76
76
  [npm-url]: https://npmjs.org/package/xjs-node
77
77
  [npm-badge]: https://badgen.net/npm/v/xjs-node
78
78
  [ci-url]: https://github.com/begyyal/xjs_node/actions/workflows/test.yml
79
- [ci-badge]: https://github.com/begyyal/xjs_node/actions/workflows/test.yml/badge.svg
79
+ [ci-badge]: https://github.com/begyyal/xjs_node/actions/workflows/test.yml/badge.svg
80
+ [publish-url]: https://github.com/begyyal/xjs_node/actions/workflows/publish.yml
81
+ [publish-badge]: https://github.com/begyyal/xjs_node/actions/workflows/publish.yml/badge.svg
82
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xjs-node",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "library modules for nodejs + typescript that bundled general-purpose implementations.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,6 +36,6 @@
36
36
  "typescript": "^5.8.3"
37
37
  },
38
38
  "dependencies": {
39
- "xjs-common": "^11.0.1-alpha.4"
39
+ "xjs-common": "^13.0.0"
40
40
  }
41
41
  }