@sarmal/core 0.37.1 → 0.37.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 (45) hide show
  1. package/README.md +4 -4
  2. package/dist/auto-init.cjs.map +1 -1
  3. package/dist/auto-init.js.map +1 -1
  4. package/dist/curves/artemis2.d.cts +1 -1
  5. package/dist/curves/artemis2.d.ts +1 -1
  6. package/dist/curves/astroid.d.cts +1 -1
  7. package/dist/curves/astroid.d.ts +1 -1
  8. package/dist/curves/deltoid.d.cts +1 -1
  9. package/dist/curves/deltoid.d.ts +1 -1
  10. package/dist/curves/epicycloid3.d.cts +1 -1
  11. package/dist/curves/epicycloid3.d.ts +1 -1
  12. package/dist/curves/epitrochoid7.d.cts +1 -1
  13. package/dist/curves/epitrochoid7.d.ts +1 -1
  14. package/dist/curves/index.d.cts +1 -1
  15. package/dist/curves/index.d.ts +1 -1
  16. package/dist/curves/lame.d.cts +1 -1
  17. package/dist/curves/lame.d.ts +1 -1
  18. package/dist/curves/lissajous32.d.cts +1 -1
  19. package/dist/curves/lissajous32.d.ts +1 -1
  20. package/dist/curves/lissajous43.d.cts +1 -1
  21. package/dist/curves/lissajous43.d.ts +1 -1
  22. package/dist/curves/rose3.d.cts +1 -1
  23. package/dist/curves/rose3.d.ts +1 -1
  24. package/dist/curves/rose5.d.cts +1 -1
  25. package/dist/curves/rose5.d.ts +1 -1
  26. package/dist/curves/rose52.d.cts +1 -1
  27. package/dist/curves/rose52.d.ts +1 -1
  28. package/dist/curves/star.d.cts +1 -1
  29. package/dist/curves/star.d.ts +1 -1
  30. package/dist/curves/star4.d.cts +1 -1
  31. package/dist/curves/star4.d.ts +1 -1
  32. package/dist/curves/star7.d.cts +1 -1
  33. package/dist/curves/star7.d.ts +1 -1
  34. package/dist/index.cjs.map +1 -1
  35. package/dist/index.d.cts +12 -53
  36. package/dist/index.d.ts +12 -53
  37. package/dist/index.js.map +1 -1
  38. package/dist/{renderer-shared-Bcc_1IaT.d.cts → renderer-shared-9Xf6sIlx.d.cts} +1 -1
  39. package/dist/{renderer-shared-DWPVHjKZ.d.ts → renderer-shared-DElz98PT.d.ts} +1 -1
  40. package/dist/terminal.d.cts +2 -2
  41. package/dist/terminal.d.ts +2 -2
  42. package/dist/{types-B1XeFpuq.d.cts → types-D_ERoVvi.d.cts} +121 -1
  43. package/dist/{types-B1XeFpuq.d.ts → types-D_ERoVvi.d.ts} +121 -1
  44. package/package.json +5 -5
  45. package/skills/core/SKILL.md +3 -3
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  declare const artemis2: CurveDef;
4
4
 
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  declare const artemis2: CurveDef;
4
4
 
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Astroid curve - a 4-cusped hypocycloid
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Astroid curve - a 4-cusped hypocycloid
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Deltoid curve - a 3-cusped hypocycloid
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Deltoid curve - a 3-cusped hypocycloid
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Epicycloid with 3 cusps
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Epicycloid with 3 cusps
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Epitrochoid with 7 lobes and dynamic variation
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Epitrochoid with 7 lobes and dynamic variation
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
  export { artemis2 } from './artemis2.cjs';
3
3
  export { astroid } from './astroid.cjs';
4
4
  export { deltoid } from './deltoid.cjs';
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
  export { artemis2 } from './artemis2.js';
3
3
  export { astroid } from './astroid.js';
4
4
  export { deltoid } from './deltoid.js';
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Lamé curve (superellipse) with time-varying exponent
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Lamé curve (superellipse) with time-varying exponent
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Lissajous curve with frequency ratio 3:2
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Lissajous curve with frequency ratio 3:2
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Lissajous curve with frequency ratio 4:3
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Lissajous curve with frequency ratio 4:3
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Rose curve with 3 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Rose curve with 3 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Rose curve with 5 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Rose curve with 5 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * Rose curve with n=5/2 that traces 5 petals over two full revolutions
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * Rose curve with n=5/2 that traces 5 petals over two full revolutions
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * 5-pointed star based on Fourier harmonics.
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * 5-pointed star based on Fourier harmonics.
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * 4-pointed star based on Fourier harmonics.
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * 4-pointed star based on Fourier harmonics.
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.cjs';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.cjs';
2
2
 
3
3
  /**
4
4
  * 7-pointed star based on Fourier harmonics.
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-B1XeFpuq.js';
1
+ import { C as CurveDef } from '../types-D_ERoVvi.js';
2
2
 
3
3
  /**
4
4
  * 7-pointed star based on Fourier harmonics.