@sarmal/core 0.37.0 → 0.37.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.
Files changed (47) hide show
  1. package/dist/auto-init.cjs.map +1 -1
  2. package/dist/auto-init.js.map +1 -1
  3. package/dist/cli.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 +3 -3
  36. package/dist/index.d.ts +3 -3
  37. package/dist/index.js.map +1 -1
  38. package/dist/{renderer-shared-BDDSZhB6.d.cts → renderer-shared-Bcc_1IaT.d.cts} +1 -1
  39. package/dist/{renderer-shared-D7ZDFZqK.d.ts → renderer-shared-DWPVHjKZ.d.ts} +1 -1
  40. package/dist/terminal.cjs.map +1 -1
  41. package/dist/terminal.d.cts +2 -2
  42. package/dist/terminal.d.ts +2 -2
  43. package/dist/terminal.js.map +1 -1
  44. package/dist/{types-DS2VYCEa.d.cts → types-B1XeFpuq.d.cts} +4 -4
  45. package/dist/{types-DS2VYCEa.d.ts → types-B1XeFpuq.d.ts} +4 -4
  46. package/package.json +1 -1
  47. package/skills/core/SKILL.md +5 -5
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.cjs';
2
2
 
3
3
  /**
4
4
  * Rose curve with 3 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.js';
2
2
 
3
3
  /**
4
4
  * Rose curve with 3 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.cjs';
2
2
 
3
3
  /**
4
4
  * Rose curve with 5 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.js';
2
2
 
3
3
  /**
4
4
  * Rose curve with 5 petals
@@ -1,4 +1,4 @@
1
- import { C as CurveDef } from '../types-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.cjs';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.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-DS2VYCEa.js';
1
+ import { C as CurveDef } from '../types-B1XeFpuq.js';
2
2
 
3
3
  /**
4
4
  * 7-pointed star based on Fourier harmonics.