@awesome-flow/noise 0.7.0 → 0.8.0

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 (77) hide show
  1. package/dist/abstract/index.cjs +8 -3469
  2. package/dist/abstract/index.d.cts +2 -2
  3. package/dist/abstract/index.d.ts +2 -2
  4. package/dist/abstract/index.js +15 -3508
  5. package/dist/chunk-2Y22M2Y4.js +0 -0
  6. package/dist/chunk-4PQ4USYV.cjs +1 -0
  7. package/dist/chunk-5ELMFIRV.js +0 -0
  8. package/dist/chunk-ACWBUUZ7.cjs +1376 -0
  9. package/dist/chunk-BG6U3TYO.js +1376 -0
  10. package/dist/chunk-D5JM4EYQ.cjs +305 -0
  11. package/dist/chunk-DWSACR65.js +305 -0
  12. package/dist/chunk-FFQRP23R.cjs +1 -0
  13. package/dist/chunk-JACBT4MS.cjs +1 -0
  14. package/dist/chunk-KHIIB5TH.js +93 -0
  15. package/dist/chunk-M67JHEU2.cjs +93 -0
  16. package/dist/chunk-N6YNJKLS.cjs +1 -0
  17. package/dist/chunk-PS5VUND5.js +348 -0
  18. package/dist/chunk-Q5FVGKKM.cjs +1 -0
  19. package/dist/chunk-RDQ4BOOV.js +522 -0
  20. package/dist/chunk-RKTZQUWR.cjs +348 -0
  21. package/dist/chunk-RVWCBH7K.js +0 -0
  22. package/dist/chunk-SD3T3LFY.js +0 -0
  23. package/dist/chunk-SGHEOOLW.js +19 -0
  24. package/dist/chunk-TOYKGWYO.js +0 -0
  25. package/dist/chunk-TZCT2GZV.cjs +522 -0
  26. package/dist/chunk-UNMRBZ5X.cjs +19 -0
  27. package/dist/chunk-WOJTKQKO.cjs +1 -0
  28. package/dist/chunk-XZQQ6N3L.js +0 -0
  29. package/dist/modules/index.cjs +4 -42
  30. package/dist/modules/index.js +3 -15
  31. package/dist/nodes/generators/index.cjs +13 -335
  32. package/dist/nodes/generators/index.d.cts +7 -7
  33. package/dist/nodes/generators/index.d.ts +7 -7
  34. package/dist/nodes/generators/index.js +12 -299
  35. package/dist/nodes/groups/index.cjs +4 -111
  36. package/dist/nodes/groups/index.d.cts +2 -2
  37. package/dist/nodes/groups/index.d.ts +2 -2
  38. package/dist/nodes/groups/index.js +2 -88
  39. package/dist/nodes/index.cjs +75 -3425
  40. package/dist/nodes/index.js +37 -3397
  41. package/dist/nodes/modifiers/index.cjs +4 -1459
  42. package/dist/nodes/modifiers/index.d.cts +6 -6
  43. package/dist/nodes/modifiers/index.d.ts +6 -6
  44. package/dist/nodes/modifiers/index.js +11 -1479
  45. package/dist/nodes/output/index.cjs +8 -1335
  46. package/dist/nodes/output/index.d.cts +3 -3
  47. package/dist/nodes/output/index.d.ts +3 -3
  48. package/dist/nodes/output/index.js +10 -1361
  49. package/dist/nodes/selectors/index.cjs +8 -1317
  50. package/dist/nodes/selectors/index.d.cts +1 -1
  51. package/dist/nodes/selectors/index.d.ts +1 -1
  52. package/dist/nodes/selectors/index.js +8 -1343
  53. package/dist/nodes/transformers/index.cjs +8 -331
  54. package/dist/nodes/transformers/index.d.cts +5 -5
  55. package/dist/nodes/transformers/index.d.ts +5 -5
  56. package/dist/nodes/transformers/index.js +6 -311
  57. package/dist/templates/generators/index.cjs +8 -1199
  58. package/dist/templates/generators/index.d.cts +5 -5
  59. package/dist/templates/generators/index.d.ts +5 -5
  60. package/dist/templates/generators/index.js +17 -1226
  61. package/dist/templates/groups/index.cjs +8 -1199
  62. package/dist/templates/groups/index.js +8 -1226
  63. package/dist/templates/index.cjs +77 -1263
  64. package/dist/templates/index.js +43 -1226
  65. package/dist/templates/modifiers/index.cjs +8 -1199
  66. package/dist/templates/modifiers/index.d.cts +9 -9
  67. package/dist/templates/modifiers/index.d.ts +9 -9
  68. package/dist/templates/modifiers/index.js +16 -1226
  69. package/dist/templates/output/index.cjs +8 -1199
  70. package/dist/templates/output/index.d.cts +3 -3
  71. package/dist/templates/output/index.d.ts +3 -3
  72. package/dist/templates/output/index.js +11 -1226
  73. package/dist/templates/selectors/index.cjs +8 -1199
  74. package/dist/templates/selectors/index.js +9 -1226
  75. package/dist/templates/transformers/index.cjs +8 -1199
  76. package/dist/templates/transformers/index.js +12 -1226
  77. package/package.json +30 -20
package/package.json CHANGED
@@ -1,35 +1,45 @@
1
1
  {
2
2
  "name": "@awesome-flow/noise",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "The Awesome Flow package for noise. Provides basic components to define noise-based flows.",
5
5
  "type": "module",
6
6
  "scripts": {
7
- "build": "npx tsup",
8
- "build:clean": "npx rimraf ./dist && npm run build",
7
+ "build:dev": "npx tsc -p ./tsconfig.build.json",
8
+ "build:clean": "npx rimraf ./dist && npm run build:dev",
9
+ "build:prod": "npx rimraf ./dist && npx tsup --env.NODE_ENV production",
9
10
  "prettier:write": "npx prettier --write \"**/*.{ts,tsx}\"",
10
11
  "typecheck": "npx attw $(npm pack) --ignore-rules no-resolution",
11
12
  "ts": "npx tsc --noEmit --incremental",
12
13
  "ts:watch": "npx tsc --noEmit --incremental --watch"
13
14
  },
14
15
  "dependencies": {
15
- "@awesome-flow/core": "^0.7.0"
16
+ "@awesome-flow/core": "^0.8.0",
17
+ "alea": "^1.0.1",
18
+ "libnoise-simplex-ts": "^0.0.2",
19
+ "simplex-noise": "^4.0.3"
16
20
  },
17
21
  "peerDependencies": {
18
- "@dagrejs/dagre": "*",
19
- "@mantine/core": "*",
20
- "@mantine/hooks": "*",
21
- "@tabler/icons-react": "*",
22
- "@xyflow/react": "*",
23
- "@xyflow/system": "*",
24
- "alea": ">=1.0.1",
25
- "libnoise-simplex-ts": ">=0.0.2",
26
- "react": ">=18",
27
- "react-dnd": "*",
28
- "react-dnd-html5-backend": "*",
29
- "react-dom": ">=18",
30
- "simplex-noise": "*",
31
- "uuid": "*",
32
- "zustand": "*"
22
+ "@mantine/core": ">=7.13.2",
23
+ "@mantine/form": ">=7.12.1",
24
+ "@mantine/hooks": ">=7.13.2",
25
+ "@tabler/icons-react": ">=3.19.0",
26
+ "@xyflow/react": ">=12.3.4",
27
+ "@xyflow/system": ">=0.0.45",
28
+ "react": ">=18.3.1",
29
+ "react-dom": ">=18.3.1",
30
+ "zustand": ">=4.5.5"
31
+ },
32
+ "devDependencies": {
33
+ "@dagrejs/dagre": "^1.1.4",
34
+ "@mantine/core": "^7.14.2",
35
+ "@mantine/form": "^7.14.2",
36
+ "@mantine/hooks": "^7.14.2",
37
+ "@tabler/icons-react": "^3.22.0",
38
+ "@xyflow/react": "^12.3.5",
39
+ "@xyflow/system": "^0.0.46",
40
+ "react": "^18.3.1",
41
+ "react-dom": "^18.3.1",
42
+ "zustand": "^5.0.1"
33
43
  },
34
44
  "exports": {
35
45
  "./abstract": {
@@ -110,5 +120,5 @@
110
120
  "url": "https://github.com/privatebytes/awesome-flow/issues"
111
121
  },
112
122
  "homepage": "https://github.com/privatebytes/awesome-flow#readme",
113
- "gitHead": "44ba6a8b5586266adbb7e6d85ba59fc632147ac4"
123
+ "gitHead": "53165b02e373bacaaf795a1a5a201170f7006594"
114
124
  }