nirguna 1.0.8 → 1.0.9
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/ChangeLog +12 -0
- package/package.json +8 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2026.02.21, v1.0.9
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ac50d81 nirguna: @putout/plugin-esm v10.0.1
|
|
5
|
+
- 4ff96f5 root: redlint v6.1.1
|
|
6
|
+
- 028aba5 root: redlint v6.1.1
|
|
7
|
+
- edc231b @nirguna/format-floppy: try-to-catch v4.0.5
|
|
8
|
+
- 80e7339 root: eslint v10.0.1
|
|
9
|
+
- 314bc83 root: madrun v13.0.0
|
|
10
|
+
- eeb735e root: putout v42.0.12
|
|
11
|
+
- a8aff61 root: eslint-plugin-putout v31.0.1
|
|
12
|
+
|
|
1
13
|
2026.02.16, v1.0.8
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nirguna",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Compile JavaScript to WASM and FASM",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@nirguna/plugin-wasm": "^1.0.0",
|
|
42
42
|
"@putout/babel": "^5.2.12",
|
|
43
43
|
"@putout/plugin-assignment": "^2.0.0",
|
|
44
|
-
"@putout/plugin-esm": "^
|
|
44
|
+
"@putout/plugin-esm": "^10.0.1",
|
|
45
45
|
"@putout/plugin-remove-nested-blocks": "^9.0.0",
|
|
46
46
|
"@putout/plugin-remove-useless-operand": "^3.0.0",
|
|
47
47
|
"@putout/printer": "^17.1.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"hexdump-nodejs": "^0.1.0",
|
|
52
52
|
"iced-x86": "^1.21.0",
|
|
53
53
|
"just-snake-case": "^3.2.0",
|
|
54
|
-
"putout": "^
|
|
54
|
+
"putout": "^42.0.12",
|
|
55
55
|
"try-catch": "^4.0.9",
|
|
56
56
|
"try-to-catch": "^4.0.5",
|
|
57
57
|
"typescript": "^5.8.3",
|
|
@@ -62,19 +62,19 @@
|
|
|
62
62
|
"putout"
|
|
63
63
|
],
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@nirguna/runner-wasm": "*",
|
|
66
65
|
"@nirguna/operator-fasm": "^1.0.0",
|
|
66
|
+
"@nirguna/runner-wasm": "*",
|
|
67
67
|
"@putout/plugin-printer": "^7.1.1",
|
|
68
68
|
"@putout/test": "^15.1.1",
|
|
69
69
|
"c8": "^10.0.0",
|
|
70
|
-
"eslint": "^10.0.
|
|
70
|
+
"eslint": "^10.0.1",
|
|
71
71
|
"eslint-plugin-n": "^17.0.0",
|
|
72
|
-
"eslint-plugin-putout": "^
|
|
72
|
+
"eslint-plugin-putout": "^31.0.1",
|
|
73
73
|
"just-kebab-case": "^4.2.0",
|
|
74
|
-
"madrun": "^
|
|
74
|
+
"madrun": "^13.0.0",
|
|
75
75
|
"montag": "^1.2.1",
|
|
76
76
|
"nodemon": "^3.0.1",
|
|
77
|
-
"redlint": "^
|
|
77
|
+
"redlint": "^6.1.1",
|
|
78
78
|
"supertape": "^12.4.0"
|
|
79
79
|
},
|
|
80
80
|
"imports": {
|