@3e/sqa-common 6.21.0-9 → 6.22.0-2

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 (4) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
  3. package/sqa_common.js +1098 -1100
  4. package/types.ts +13 -12
package/index.d.ts CHANGED
@@ -363,7 +363,7 @@ declare module '@3e/sqa-common' {
363
363
  view: SQView,
364
364
  specification: {
365
365
  selectedLevel: LevelValue
366
- selectedContainer: ContainerValue
366
+ selectedContainer?: ContainerValue
367
367
  },
368
368
  ): Promise<Template[]>
369
369
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3e/sqa-common",
3
- "version": "6.21.0-9",
3
+ "version": "6.22.0-2",
4
4
  "description": "SynaptiQ utilities package",
5
5
  "main": "sqa_common.js",
6
6
  "dependencies": {