nirguna 1.0.5 → 1.0.6

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,8 @@
1
+ 2026.02.13, v1.0.6
2
+
3
+ fix:
4
+ - b870be3 nirguna: bin
5
+
1
6
  2026.02.13, v1.0.5
2
7
 
3
8
  fix:
package/bin/nirguna.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  validateArgs,
15
15
  parseConfig,
16
16
  } from '@nirguna/cli-args';
17
- import {compile} from 'packages/nirguna/lib/nirguna.spec.js';
17
+ import {compile} from '#nirguna';
18
18
 
19
19
  const onStageChange = (args) => (stage, {last, places}) => {
20
20
  const line = stage[0].toUpperCase() + stage.slice(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nirguna",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
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",