@enspirit/emb 0.22.0 → 0.22.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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ $ npm install -g @enspirit/emb
14
14
  $ emb COMMAND
15
15
  running command...
16
16
  $ emb (--version)
17
- @enspirit/emb/0.22.0 darwin-arm64 node-v22.21.1
17
+ @enspirit/emb/0.22.1 darwin-arm64 node-v22.21.1
18
18
  $ emb --help [COMMAND]
19
19
  USAGE
20
20
  $ emb COMMAND
@@ -113,7 +113,7 @@ EXAMPLES
113
113
  $ emb clean
114
114
  ```
115
115
 
116
- _See code: [src/commands/clean.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/clean.ts)_
116
+ _See code: [src/commands/clean.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/clean.ts)_
117
117
 
118
118
  ## `emb components`
119
119
 
@@ -138,7 +138,7 @@ EXAMPLES
138
138
  $ emb components
139
139
  ```
140
140
 
141
- _See code: [src/commands/components/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/components/index.ts)_
141
+ _See code: [src/commands/components/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/components/index.ts)_
142
142
 
143
143
  ## `emb components logs [COMPONENT]`
144
144
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ emb components logs --no-follow backend
170
170
  ```
171
171
 
172
- _See code: [src/commands/components/logs.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/components/logs.ts)_
172
+ _See code: [src/commands/components/logs.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/components/logs.ts)_
173
173
 
174
174
  ## `emb components shell COMPONENT`
175
175
 
@@ -197,7 +197,7 @@ EXAMPLES
197
197
  $ emb components shell
198
198
  ```
199
199
 
200
- _See code: [src/commands/components/shell.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/components/shell.ts)_
200
+ _See code: [src/commands/components/shell.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/components/shell.ts)_
201
201
 
202
202
  ## `emb config print`
203
203
 
@@ -222,7 +222,7 @@ EXAMPLES
222
222
  $ emb config print
223
223
  ```
224
224
 
225
- _See code: [src/commands/config/print.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/config/print.ts)_
225
+ _See code: [src/commands/config/print.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/config/print.ts)_
226
226
 
227
227
  ## `emb containers`
228
228
 
@@ -247,7 +247,7 @@ EXAMPLES
247
247
  $ emb containers
248
248
  ```
249
249
 
250
- _See code: [src/commands/containers/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/containers/index.ts)_
250
+ _See code: [src/commands/containers/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/containers/index.ts)_
251
251
 
252
252
  ## `emb containers prune`
253
253
 
@@ -271,7 +271,7 @@ EXAMPLES
271
271
  $ emb containers prune
272
272
  ```
273
273
 
274
- _See code: [src/commands/containers/prune.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/containers/prune.ts)_
274
+ _See code: [src/commands/containers/prune.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/containers/prune.ts)_
275
275
 
276
276
  ## `emb down`
277
277
 
@@ -296,7 +296,7 @@ EXAMPLES
296
296
  $ emb down
297
297
  ```
298
298
 
299
- _See code: [src/commands/down.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/down.ts)_
299
+ _See code: [src/commands/down.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/down.ts)_
300
300
 
301
301
  ## `emb help [COMMAND]`
302
302
 
@@ -342,7 +342,7 @@ EXAMPLES
342
342
  $ emb images
343
343
  ```
344
344
 
345
- _See code: [src/commands/images/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/images/index.ts)_
345
+ _See code: [src/commands/images/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/images/index.ts)_
346
346
 
347
347
  ## `emb images delete`
348
348
 
@@ -367,7 +367,7 @@ EXAMPLES
367
367
  $ emb images delete
368
368
  ```
369
369
 
370
- _See code: [src/commands/images/delete.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/images/delete.ts)_
370
+ _See code: [src/commands/images/delete.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/images/delete.ts)_
371
371
 
372
372
  ## `emb images prune`
373
373
 
@@ -392,7 +392,7 @@ EXAMPLES
392
392
  $ emb images prune
393
393
  ```
394
394
 
395
- _See code: [src/commands/images/prune.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/images/prune.ts)_
395
+ _See code: [src/commands/images/prune.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/images/prune.ts)_
396
396
 
397
397
  ## `emb images push`
398
398
 
@@ -421,7 +421,7 @@ EXAMPLES
421
421
  $ emb images push --registry my.registry.io --retag newtag
422
422
  ```
423
423
 
424
- _See code: [src/commands/images/push.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/images/push.ts)_
424
+ _See code: [src/commands/images/push.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/images/push.ts)_
425
425
 
426
426
  ## `emb kubernetes logs COMPONENT`
427
427
 
@@ -447,7 +447,7 @@ EXAMPLES
447
447
  $ emb kubernetes logs
448
448
  ```
449
449
 
450
- _See code: [src/commands/kubernetes/logs.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/kubernetes/logs.ts)_
450
+ _See code: [src/commands/kubernetes/logs.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/kubernetes/logs.ts)_
451
451
 
452
452
  ## `emb kubernetes ps`
453
453
 
@@ -470,7 +470,7 @@ EXAMPLES
470
470
  $ emb kubernetes ps
471
471
  ```
472
472
 
473
- _See code: [src/commands/kubernetes/ps.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/kubernetes/ps.ts)_
473
+ _See code: [src/commands/kubernetes/ps.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/kubernetes/ps.ts)_
474
474
 
475
475
  ## `emb kubernetes restart [DEPLOYMENT]`
476
476
 
@@ -495,7 +495,7 @@ EXAMPLES
495
495
  $ emb kubernetes restart
496
496
  ```
497
497
 
498
- _See code: [src/commands/kubernetes/restart.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/kubernetes/restart.ts)_
498
+ _See code: [src/commands/kubernetes/restart.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/kubernetes/restart.ts)_
499
499
 
500
500
  ## `emb kubernetes shell COMPONENT`
501
501
 
@@ -524,7 +524,7 @@ EXAMPLES
524
524
  $ emb kubernetes shell
525
525
  ```
526
526
 
527
- _See code: [src/commands/kubernetes/shell.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/kubernetes/shell.ts)_
527
+ _See code: [src/commands/kubernetes/shell.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/kubernetes/shell.ts)_
528
528
 
529
529
  ## `emb logs [COMPONENT]`
530
530
 
@@ -555,7 +555,7 @@ EXAMPLES
555
555
  $ emb logs --no-follow backend
556
556
  ```
557
557
 
558
- _See code: [src/commands/logs/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/logs/index.ts)_
558
+ _See code: [src/commands/logs/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/logs/index.ts)_
559
559
 
560
560
  ## `emb logs archive [COMPONENT]`
561
561
 
@@ -591,7 +591,7 @@ EXAMPLES
591
591
  $ emb logs archive --tail 1000
592
592
  ```
593
593
 
594
- _See code: [src/commands/logs/archive.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/logs/archive.ts)_
594
+ _See code: [src/commands/logs/archive.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/logs/archive.ts)_
595
595
 
596
596
  ## `emb ps`
597
597
 
@@ -614,7 +614,7 @@ EXAMPLES
614
614
  $ emb ps
615
615
  ```
616
616
 
617
- _See code: [src/commands/ps.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/ps.ts)_
617
+ _See code: [src/commands/ps.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/ps.ts)_
618
618
 
619
619
  ## `emb resources`
620
620
 
@@ -639,7 +639,7 @@ EXAMPLES
639
639
  $ emb resources
640
640
  ```
641
641
 
642
- _See code: [src/commands/resources/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/resources/index.ts)_
642
+ _See code: [src/commands/resources/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/resources/index.ts)_
643
643
 
644
644
  ## `emb resources build [COMPONENT]`
645
645
 
@@ -669,7 +669,7 @@ EXAMPLES
669
669
  $ emb resources build build --flavor development
670
670
  ```
671
671
 
672
- _See code: [src/commands/resources/build.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/resources/build.ts)_
672
+ _See code: [src/commands/resources/build.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/resources/build.ts)_
673
673
 
674
674
  ## `emb restart [COMPONENT]`
675
675
 
@@ -697,7 +697,7 @@ EXAMPLES
697
697
  $ emb restart
698
698
  ```
699
699
 
700
- _See code: [src/commands/restart.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/restart.ts)_
700
+ _See code: [src/commands/restart.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/restart.ts)_
701
701
 
702
702
  ## `emb run TASK`
703
703
 
@@ -755,7 +755,7 @@ EXAMPLES
755
755
  $ emb secrets --json
756
756
  ```
757
757
 
758
- _See code: [src/commands/secrets/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/secrets/index.ts)_
758
+ _See code: [src/commands/secrets/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/secrets/index.ts)_
759
759
 
760
760
  ## `emb secrets providers`
761
761
 
@@ -780,7 +780,7 @@ EXAMPLES
780
780
  $ emb secrets providers
781
781
  ```
782
782
 
783
- _See code: [src/commands/secrets/providers.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/secrets/providers.ts)_
783
+ _See code: [src/commands/secrets/providers.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/secrets/providers.ts)_
784
784
 
785
785
  ## `emb secrets validate`
786
786
 
@@ -810,7 +810,7 @@ EXAMPLES
810
810
  $ emb secrets validate --json
811
811
  ```
812
812
 
813
- _See code: [src/commands/secrets/validate.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/secrets/validate.ts)_
813
+ _See code: [src/commands/secrets/validate.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/secrets/validate.ts)_
814
814
 
815
815
  ## `emb shell COMPONENT`
816
816
 
@@ -863,7 +863,7 @@ EXAMPLES
863
863
  $ emb start
864
864
  ```
865
865
 
866
- _See code: [src/commands/start.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/start.ts)_
866
+ _See code: [src/commands/start.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/start.ts)_
867
867
 
868
868
  ## `emb stop`
869
869
 
@@ -888,7 +888,7 @@ EXAMPLES
888
888
  $ emb stop
889
889
  ```
890
890
 
891
- _See code: [src/commands/stop.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/stop.ts)_
891
+ _See code: [src/commands/stop.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/stop.ts)_
892
892
 
893
893
  ## `emb tasks`
894
894
 
@@ -912,7 +912,7 @@ EXAMPLES
912
912
  $ emb tasks
913
913
  ```
914
914
 
915
- _See code: [src/commands/tasks/index.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/tasks/index.ts)_
915
+ _See code: [src/commands/tasks/index.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/tasks/index.ts)_
916
916
 
917
917
  ## `emb tasks run TASK`
918
918
 
@@ -945,7 +945,7 @@ EXAMPLES
945
945
  $ emb tasks run
946
946
  ```
947
947
 
948
- _See code: [src/commands/tasks/run.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/tasks/run.ts)_
948
+ _See code: [src/commands/tasks/run.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/tasks/run.ts)_
949
949
 
950
950
  ## `emb up [COMPONENT]`
951
951
 
@@ -974,7 +974,7 @@ EXAMPLES
974
974
  $ emb up
975
975
  ```
976
976
 
977
- _See code: [src/commands/up.ts](https://github.com/enspirit/emb/blob/v0.22.0/src/commands/up.ts)_
977
+ _See code: [src/commands/up.ts](https://github.com/enspirit/emb/blob/v0.22.1/src/commands/up.ts)_
978
978
 
979
979
  ## `emb update [CHANNEL]`
980
980
 
@@ -306,6 +306,10 @@
306
306
  },
307
307
  "script": {
308
308
  "type": "string"
309
+ },
310
+ "content": {
311
+ "type": "string",
312
+ "description": "Content to write to the file, supports template expansion for secrets"
309
313
  }
310
314
  }
311
315
  }
@@ -1367,13 +1367,18 @@
1367
1367
  "index.js"
1368
1368
  ]
1369
1369
  },
1370
- "secrets": {
1370
+ "resources:build": {
1371
1371
  "aliases": [],
1372
- "args": {},
1373
- "description": "List all secret references in the configuration.",
1372
+ "args": {
1373
+ "component": {
1374
+ "description": "List of resources to build (defaults to all)",
1375
+ "name": "component",
1376
+ "required": false
1377
+ }
1378
+ },
1379
+ "description": "Build the resources of the monorepo",
1374
1380
  "examples": [
1375
- "<%= config.bin %> <%= command.id %>",
1376
- "<%= config.bin %> <%= command.id %> --json"
1381
+ "<%= config.bin %> <%= command.id %> build --flavor development"
1377
1382
  ],
1378
1383
  "flags": {
1379
1384
  "json": {
@@ -1404,15 +1409,30 @@
1404
1409
  "hasDynamicHelp": false,
1405
1410
  "multiple": false,
1406
1411
  "type": "option"
1412
+ },
1413
+ "dry-run": {
1414
+ "description": "Do not build the resources but only produce build meta information",
1415
+ "name": "dry-run",
1416
+ "required": false,
1417
+ "allowNo": false,
1418
+ "type": "boolean"
1419
+ },
1420
+ "force": {
1421
+ "char": "f",
1422
+ "description": "Bypass the cache and force the build",
1423
+ "name": "force",
1424
+ "required": false,
1425
+ "allowNo": false,
1426
+ "type": "boolean"
1407
1427
  }
1408
1428
  },
1409
1429
  "hasDynamicHelp": false,
1410
1430
  "hiddenAliases": [],
1411
- "id": "secrets",
1431
+ "id": "resources:build",
1412
1432
  "pluginAlias": "@enspirit/emb",
1413
1433
  "pluginName": "@enspirit/emb",
1414
1434
  "pluginType": "core",
1415
- "strict": true,
1435
+ "strict": false,
1416
1436
  "enableJsonFlag": true,
1417
1437
  "isESM": true,
1418
1438
  "relativePath": [
@@ -1420,14 +1440,14 @@
1420
1440
  "src",
1421
1441
  "cli",
1422
1442
  "commands",
1423
- "secrets",
1424
- "index.js"
1443
+ "resources",
1444
+ "build.js"
1425
1445
  ]
1426
1446
  },
1427
- "secrets:providers": {
1447
+ "resources": {
1428
1448
  "aliases": [],
1429
1449
  "args": {},
1430
- "description": "Show configured secret providers and their status.",
1450
+ "description": "List resources.",
1431
1451
  "examples": [
1432
1452
  "<%= config.bin %> <%= command.id %>"
1433
1453
  ],
@@ -1464,7 +1484,7 @@
1464
1484
  },
1465
1485
  "hasDynamicHelp": false,
1466
1486
  "hiddenAliases": [],
1467
- "id": "secrets:providers",
1487
+ "id": "resources",
1468
1488
  "pluginAlias": "@enspirit/emb",
1469
1489
  "pluginName": "@enspirit/emb",
1470
1490
  "pluginType": "core",
@@ -1476,17 +1496,16 @@
1476
1496
  "src",
1477
1497
  "cli",
1478
1498
  "commands",
1479
- "secrets",
1480
- "providers.js"
1499
+ "resources",
1500
+ "index.js"
1481
1501
  ]
1482
1502
  },
1483
- "secrets:validate": {
1503
+ "secrets": {
1484
1504
  "aliases": [],
1485
1505
  "args": {},
1486
- "description": "Validate that all secret references can be resolved (without showing values).",
1506
+ "description": "List all secret references in the configuration.",
1487
1507
  "examples": [
1488
1508
  "<%= config.bin %> <%= command.id %>",
1489
- "<%= config.bin %> <%= command.id %> --fail-fast",
1490
1509
  "<%= config.bin %> <%= command.id %> --json"
1491
1510
  ],
1492
1511
  "flags": {
@@ -1518,17 +1537,11 @@
1518
1537
  "hasDynamicHelp": false,
1519
1538
  "multiple": false,
1520
1539
  "type": "option"
1521
- },
1522
- "fail-fast": {
1523
- "description": "Stop on first validation error",
1524
- "name": "fail-fast",
1525
- "allowNo": false,
1526
- "type": "boolean"
1527
1540
  }
1528
1541
  },
1529
1542
  "hasDynamicHelp": false,
1530
1543
  "hiddenAliases": [],
1531
- "id": "secrets:validate",
1544
+ "id": "secrets",
1532
1545
  "pluginAlias": "@enspirit/emb",
1533
1546
  "pluginName": "@enspirit/emb",
1534
1547
  "pluginType": "core",
@@ -1541,21 +1554,15 @@
1541
1554
  "cli",
1542
1555
  "commands",
1543
1556
  "secrets",
1544
- "validate.js"
1557
+ "index.js"
1545
1558
  ]
1546
1559
  },
1547
- "resources:build": {
1560
+ "secrets:providers": {
1548
1561
  "aliases": [],
1549
- "args": {
1550
- "component": {
1551
- "description": "List of resources to build (defaults to all)",
1552
- "name": "component",
1553
- "required": false
1554
- }
1555
- },
1556
- "description": "Build the resources of the monorepo",
1562
+ "args": {},
1563
+ "description": "Show configured secret providers and their status.",
1557
1564
  "examples": [
1558
- "<%= config.bin %> <%= command.id %> build --flavor development"
1565
+ "<%= config.bin %> <%= command.id %>"
1559
1566
  ],
1560
1567
  "flags": {
1561
1568
  "json": {
@@ -1586,30 +1593,15 @@
1586
1593
  "hasDynamicHelp": false,
1587
1594
  "multiple": false,
1588
1595
  "type": "option"
1589
- },
1590
- "dry-run": {
1591
- "description": "Do not build the resources but only produce build meta information",
1592
- "name": "dry-run",
1593
- "required": false,
1594
- "allowNo": false,
1595
- "type": "boolean"
1596
- },
1597
- "force": {
1598
- "char": "f",
1599
- "description": "Bypass the cache and force the build",
1600
- "name": "force",
1601
- "required": false,
1602
- "allowNo": false,
1603
- "type": "boolean"
1604
1596
  }
1605
1597
  },
1606
1598
  "hasDynamicHelp": false,
1607
1599
  "hiddenAliases": [],
1608
- "id": "resources:build",
1600
+ "id": "secrets:providers",
1609
1601
  "pluginAlias": "@enspirit/emb",
1610
1602
  "pluginName": "@enspirit/emb",
1611
1603
  "pluginType": "core",
1612
- "strict": false,
1604
+ "strict": true,
1613
1605
  "enableJsonFlag": true,
1614
1606
  "isESM": true,
1615
1607
  "relativePath": [
@@ -1617,16 +1609,18 @@
1617
1609
  "src",
1618
1610
  "cli",
1619
1611
  "commands",
1620
- "resources",
1621
- "build.js"
1612
+ "secrets",
1613
+ "providers.js"
1622
1614
  ]
1623
1615
  },
1624
- "resources": {
1616
+ "secrets:validate": {
1625
1617
  "aliases": [],
1626
1618
  "args": {},
1627
- "description": "List resources.",
1619
+ "description": "Validate that all secret references can be resolved (without showing values).",
1628
1620
  "examples": [
1629
- "<%= config.bin %> <%= command.id %>"
1621
+ "<%= config.bin %> <%= command.id %>",
1622
+ "<%= config.bin %> <%= command.id %> --fail-fast",
1623
+ "<%= config.bin %> <%= command.id %> --json"
1630
1624
  ],
1631
1625
  "flags": {
1632
1626
  "json": {
@@ -1657,11 +1651,17 @@
1657
1651
  "hasDynamicHelp": false,
1658
1652
  "multiple": false,
1659
1653
  "type": "option"
1654
+ },
1655
+ "fail-fast": {
1656
+ "description": "Stop on first validation error",
1657
+ "name": "fail-fast",
1658
+ "allowNo": false,
1659
+ "type": "boolean"
1660
1660
  }
1661
1661
  },
1662
1662
  "hasDynamicHelp": false,
1663
1663
  "hiddenAliases": [],
1664
- "id": "resources",
1664
+ "id": "secrets:validate",
1665
1665
  "pluginAlias": "@enspirit/emb",
1666
1666
  "pluginName": "@enspirit/emb",
1667
1667
  "pluginType": "core",
@@ -1673,8 +1673,8 @@
1673
1673
  "src",
1674
1674
  "cli",
1675
1675
  "commands",
1676
- "resources",
1677
- "index.js"
1676
+ "secrets",
1677
+ "validate.js"
1678
1678
  ]
1679
1679
  },
1680
1680
  "tasks": {
@@ -1801,5 +1801,5 @@
1801
1801
  ]
1802
1802
  }
1803
1803
  },
1804
- "version": "0.22.0"
1804
+ "version": "0.22.1"
1805
1805
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@enspirit/emb",
3
3
  "type": "module",
4
- "version": "0.22.0",
4
+ "version": "0.22.1",
5
5
  "keywords": [
6
6
  "monorepo",
7
7
  "docker",