@ygracs/xobj-lib-js 0.2.3 → 0.2.4

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/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### *v0.2.4*
2
+
3
+ Release version.
4
+
5
+ > - updated dependency on `@ygracs/bsfoc-lib-js` module to v0.3.0.
6
+
1
7
  #### *v0.2.3*
2
8
 
3
9
  Release version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ygracs/xobj-lib-js",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A helper library to work with xml-js module",
5
5
  "author": "ygracs <cs70th-om@rambler.ru>",
6
6
  "license": "MIT",
@@ -26,11 +26,11 @@
26
26
  "#test-dir/*": "./__test__/*"
27
27
  },
28
28
  "dependencies": {
29
- "@ygracs/bsfoc-lib-js": "^0.2.3"
29
+ "@ygracs/bsfoc-lib-js": "^0.3.0"
30
30
  },
31
31
  "devDependencies": {
32
- "jest": "^30.0.4",
33
- "jsdoc-to-markdown": "^9.1.1",
32
+ "jest": "^30.0.5",
33
+ "jsdoc-to-markdown": "^9.1.2",
34
34
  "minimist": "^1.2.8"
35
35
  }
36
36
  }