@qubit-ltd/json 1.2.0 → 1.2.1
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.
- package/doc/api/LosslessNumber.html +1 -1
- package/doc/api/global.html +1 -1
- package/doc/api/index.html +1 -1
- package/package.json +1 -3
|
@@ -600,7 +600,7 @@ to convert it to a numeric value.</p>
|
|
|
600
600
|
|
|
601
601
|
<footer>
|
|
602
602
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
603
|
-
on
|
|
603
|
+
on Mon Apr 21 2025 13:14:13 GMT+0800 (China Standard Time)
|
|
604
604
|
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
605
605
|
</footer>
|
|
606
606
|
|
package/doc/api/global.html
CHANGED
|
@@ -1264,7 +1264,7 @@ Throws an error otherwise, explaining the reason.</p>
|
|
|
1264
1264
|
|
|
1265
1265
|
<footer>
|
|
1266
1266
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
1267
|
-
on
|
|
1267
|
+
on Mon Apr 21 2025 13:14:13 GMT+0800 (China Standard Time)
|
|
1268
1268
|
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
1269
1269
|
</footer>
|
|
1270
1270
|
|
package/doc/api/index.html
CHANGED
|
@@ -393,7 +393,7 @@ in shaping the functionality of this library.</p></article>
|
|
|
393
393
|
|
|
394
394
|
<footer>
|
|
395
395
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a>
|
|
396
|
-
on
|
|
396
|
+
on Mon Apr 21 2025 13:14:13 GMT+0800 (China Standard Time)
|
|
397
397
|
using the <a href="https://github.com/Haixing-Hu/jsdoc-minami">customized Minami theme</a>.
|
|
398
398
|
</footer>
|
|
399
399
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qubit-ltd/json",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "A JavaScript library for parsing and formatting JSON data.",
|
|
5
5
|
"author": "Haixing Hu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,8 +55,6 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/core": "^7.26.10",
|
|
57
57
|
"@babel/eslint-parser": "^7.27.0",
|
|
58
|
-
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
59
|
-
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
60
58
|
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
61
59
|
"@babel/preset-env": "^7.26.9",
|
|
62
60
|
"@babel/runtime": "^7.27.0",
|