@thi.ng/boids 1.0.7 → 1.0.8

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alignment.d.ts","sourceRoot":"","sources":["../src/behaviors/alignment.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG9D,eAAO,MAAM,SAAS,YACZ,aAAa,WACd,aAAa,KACnB,aAiBF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attraction.d.ts","sourceRoot":"","sources":["../src/behaviors/attraction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAO,MAAM,iBAAiB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG9D,eAAO,MAAM,eAAe,WACnB,WAAW,EAAE,UACb,OAAO,+BAEP,aAAa,KACnB,aAuBF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"braitenberg.d.ts","sourceRoot":"","sources":["../src/behaviors/braitenberg.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,EAAE,WAAW,EAAO,MAAM,iBAAiB,CAAC;AAExD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG9D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,UACjB,GAAG,WAAW,EAAE,MAAM,CAAC,aACnB,MAAM,SACV,MAAM,WACL,aAAa,KACnB,aAoBF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cohesion.d.ts","sourceRoot":"","sources":["../src/behaviors/cohesion.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG9D,eAAO,MAAM,QAAQ,YACX,aAAa,WACd,aAAa,KACnB,aAmBF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic.d.ts","sourceRoot":"","sources":["../src/behaviors/dynamic.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAO,MAAM,iBAAiB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC9D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGvC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,aAAa,WACjB,GAAG,IAAI,EAAE,SAAS,WAAW,CAAC,CAAC,WAC/B,aAAa,WACb,aAAa,KACnB,aAeF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"follow.d.ts","sourceRoot":"","sources":["../src/behaviors/follow.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAG9D;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,WAClB,WAAW,EAAE,UACb,OAAO,+BAEP,aAAa,KACnB,aAWF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separation.d.ts","sourceRoot":"","sources":["../src/behaviors/separation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI9D,eAAO,MAAM,UAAU,YACb,aAAa,WACd,aAAa,KACnB,aAuBF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../src/behaviors/update.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB,SAAU,IAAI,QAQ/C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ensure.d.ts","sourceRoot":"","sources":["../src/internal/ensure.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE/C,eAAO,MAAM,UAAU,MAAO,aAAa,gEAAgC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/boids",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "n-dimensional boids simulation with modular behavior system",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,12 +37,12 @@
37
37
  "dependencies": {
38
38
  "@thi.ng/api": "^8.9.23",
39
39
  "@thi.ng/checks": "^3.4.23",
40
- "@thi.ng/distance": "^2.4.48",
41
- "@thi.ng/geom-closest-point": "^2.1.102",
42
- "@thi.ng/geom-resample": "^2.3.28",
43
- "@thi.ng/math": "^5.9.1",
44
- "@thi.ng/timestep": "^0.5.23",
45
- "@thi.ng/vectors": "^7.10.6"
40
+ "@thi.ng/distance": "^2.4.49",
41
+ "@thi.ng/geom-closest-point": "^2.1.103",
42
+ "@thi.ng/geom-resample": "^2.3.29",
43
+ "@thi.ng/math": "^5.10.0",
44
+ "@thi.ng/timestep": "^0.5.24",
45
+ "@thi.ng/vectors": "^7.10.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.40.1",
@@ -143,5 +143,5 @@
143
143
  "status": "alpha",
144
144
  "year": 2023
145
145
  },
146
- "gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
146
+ "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
147
147
  }