nirguna 1.0.2 → 1.0.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.
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2026.02.13, v1.0.4
2
+
3
+ feature:
4
+ - eeeb2d2 @nirguna/plugin-optimizer-wasm: publish
5
+
6
+ 2026.02.12, v1.0.3
7
+
8
+ fix:
9
+ - 74eb9ac @nirguna/plugin-nirguna: publish
10
+
11
+ feature:
12
+ - 4415755 nirguna: format-floppy: node v24
13
+
1
14
  2026.02.12, v1.0.2
2
15
 
3
16
  fix:
package/bin/nirguna.js CHANGED
@@ -16,7 +16,6 @@ import {
16
16
  } from '@nirguna/cli-args';
17
17
  import {compile} from 'packages/nirguna/lib/nirguna.spec.js';
18
18
 
19
- debugger;
20
19
  const onStageChange = (args) => (stage, {last, places}) => {
21
20
  const line = stage[0].toUpperCase() + stage.slice(1);
22
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nirguna",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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",
@@ -35,10 +35,9 @@
35
35
  "@nirguna/cli-help": "^1.0.0",
36
36
  "@nirguna/plugin-bundler-fasm": "^1.0.0",
37
37
  "@nirguna/plugin-fasm": "^1.0.0",
38
- "@nirguna/plugin-nirguna": "*",
39
- "@nirguna/plugin-nemesis": "*",
38
+ "@nirguna/plugin-nirguna": "^1.0.0",
40
39
  "@nirguna/plugin-optimizer-fasm": "^1.0.0",
41
- "@nirguna/plugin-optimizer-wasm": "*",
40
+ "@nirguna/plugin-optimizer-wasm": "^1.0.0",
42
41
  "@nirguna/plugin-wasm": "^1.0.0",
43
42
  "@nirguna/runner-fasm": "*",
44
43
  "@nirguna/runner-wasm": "*",
@@ -84,7 +83,6 @@
84
83
  "#cli-help": "./packages/cli-help/help.js",
85
84
  "#plugin-wasm": "./packages/plugin-wasm/lib/index.js",
86
85
  "#plugin-fasm": "./packages/plugin-fasm/lib/index.js",
87
- "#plugin-nirguna": "./packages/plugin-nirguna/lib/index.js",
88
86
  "#compiler-wasm": "./packages/compiler-wasm/compiler.js",
89
87
  "#compiler-fasm": "./packages/compiler-fasm/compiler.js",
90
88
  "#optimizer-fasm": "./packages/optimizer-fasm/optimizer.js",