@orbat-mapper/tactical-draw 0.2.0-alpha.1 → 0.2.0-alpha.3

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 (2) hide show
  1. package/dist/index.mjs +4 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -519,6 +519,10 @@ const PIXEL_SIZE_OPTIONS = {
519
519
  pixels: "echelonSizePixels",
520
520
  meters: "echelonSize"
521
521
  },
522
+ "strong-point": {
523
+ pixels: "echelonSizePixels",
524
+ meters: "echelonSize"
525
+ },
522
526
  flot: {
523
527
  pixels: "radiusPixels",
524
528
  meters: "radius"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbat-mapper/tactical-draw",
3
- "version": "0.2.0-alpha.1",
3
+ "version": "0.2.0-alpha.3",
4
4
  "description": "Engine-agnostic draw/edit core for tactical control measures (MIL-STD-2525 / APP-6). The MapAdapter ABI and bring-your-own-engine entry point for the tactical-draw package family.",
5
5
  "license": "MIT",
6
6
  "author": "Orbat Mapper",
@@ -38,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@orbat-mapper/control-measures": "^0.2.0-alpha.2"
41
+ "@orbat-mapper/control-measures": "^0.2.0-alpha.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@arethetypeswrong/core": "^0.18.3",