tpmkms_4wp 9.3.0-beta.43 → 9.3.0-beta.45

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.
@@ -22668,6 +22668,24 @@
22668
22668
  0
22669
22669
  ]
22670
22670
  ],
22671
+ [
22672
+ [
22673
+ "is",
22674
+ 0
22675
+ ],
22676
+ [
22677
+ "mccoy",
22678
+ 0
22679
+ ],
22680
+ [
22681
+ "name",
22682
+ 0
22683
+ ],
22684
+ [
22685
+ "possession",
22686
+ 0
22687
+ ]
22688
+ ],
22671
22689
  [
22672
22690
  [
22673
22691
  "is",
@@ -52510,6 +52528,24 @@
52510
52528
  0
52511
52529
  ]
52512
52530
  ],
52531
+ [
52532
+ [
52533
+ "is",
52534
+ 0
52535
+ ],
52536
+ [
52537
+ "mccoy",
52538
+ 0
52539
+ ],
52540
+ [
52541
+ "name",
52542
+ 0
52543
+ ],
52544
+ [
52545
+ "possession",
52546
+ 0
52547
+ ]
52548
+ ],
52513
52549
  [
52514
52550
  [
52515
52551
  "is",
@@ -23,8 +23,12 @@ const dateTimeSelectors_helpers = require('./helpers/dateTimeSelectors')
23
23
  */
24
24
 
25
25
  function instantiate(kms, isA, isProcessOrTest, dateTimeSelector) {
26
- const now = kms.time.api.now()
27
- return dateTimeSelectors_helpers.instantiate(isA, now, dateTimeSelector)
26
+ try {
27
+ const now = kms.time.api.now()
28
+ return dateTimeSelectors_helpers.instantiate(isA, now, dateTimeSelector)
29
+ } catch ( e ) {
30
+ return `Implement instatiate for this type of date. See the dateTimeSelectors KM ${where()}`
31
+ }
28
32
  }
29
33
 
30
34
  const template = {