@aws/cloudformation-validate 1.2.0-beta → 1.3.0-beta

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/bindings_wasm.js CHANGED
@@ -380,68 +380,65 @@ exports.version = version;
380
380
  function __wbg_get_imports() {
381
381
  const import0 = {
382
382
  __proto__: null,
383
- __wbg_Error_fdd633d4bb5dd76a: function (arg0, arg1) {
383
+ __wbg_Error_92b29b0548f8b746: function (arg0, arg1) {
384
384
  const ret = Error(getStringFromWasm0(arg0, arg1));
385
385
  return ret;
386
386
  },
387
- __wbg_String_8564e559799eccda: function (arg0, arg1) {
388
- const ret = String(arg1);
389
- const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
390
- const len1 = WASM_VECTOR_LEN;
391
- getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
392
- getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
387
+ __wbg_Number_9a4e0ecb0fa16705: function (arg0) {
388
+ const ret = Number(arg0);
389
+ return ret;
393
390
  },
394
- __wbg_String_b51de6b05a10845b: function (arg0, arg1) {
391
+ __wbg_String_8564e559799eccda: function (arg0, arg1) {
395
392
  const ret = String(arg1);
396
393
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
397
394
  const len1 = WASM_VECTOR_LEN;
398
395
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
399
396
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
400
397
  },
401
- __wbg___wbindgen_boolean_get_edaed31a367ce1bd: function (arg0) {
398
+ __wbg___wbindgen_boolean_get_fa956cfa2d1bd751: function (arg0) {
402
399
  const v = arg0;
403
400
  const ret = typeof v === 'boolean' ? v : undefined;
404
401
  return isLikeNone(ret) ? 0xffffff : ret ? 1 : 0;
405
402
  },
406
- __wbg___wbindgen_debug_string_8a447059637473e2: function (arg0, arg1) {
403
+ __wbg___wbindgen_debug_string_c25d447a39f5578f: function (arg0, arg1) {
407
404
  const ret = debugString(arg1);
408
405
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
409
406
  const len1 = WASM_VECTOR_LEN;
410
407
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
411
408
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
412
409
  },
413
- __wbg___wbindgen_in_4990f46af709e33c: function (arg0, arg1) {
410
+ __wbg___wbindgen_in_aca499c5de7ff5e5: function (arg0, arg1) {
414
411
  const ret = arg0 in arg1;
415
412
  return ret;
416
413
  },
417
- __wbg___wbindgen_is_function_acc5528be2b923f2: function (arg0) {
414
+ __wbg___wbindgen_is_function_1ff95bcc5517c252: function (arg0) {
418
415
  const ret = typeof arg0 === 'function';
419
416
  return ret;
420
417
  },
421
- __wbg___wbindgen_is_object_0beba4a1980d3eea: function (arg0) {
418
+ __wbg___wbindgen_is_object_a27215656b807791: function (arg0) {
422
419
  const val = arg0;
423
420
  const ret = typeof val === 'object' && val !== null;
424
421
  return ret;
425
422
  },
426
- __wbg___wbindgen_is_string_1fca8072260dd261: function (arg0) {
423
+ __wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function (arg0) {
427
424
  const ret = typeof arg0 === 'string';
428
425
  return ret;
429
426
  },
430
- __wbg___wbindgen_is_undefined_721f8decd50c87a3: function (arg0) {
427
+ __wbg___wbindgen_is_undefined_c05833b95a3cf397: function (arg0) {
431
428
  const ret = arg0 === undefined;
432
429
  return ret;
433
430
  },
434
- __wbg___wbindgen_jsval_loose_eq_4b9aba9e5b3c4582: function (arg0, arg1) {
431
+ __wbg___wbindgen_jsval_loose_eq_db4c3b15f63fc170: function (arg0, arg1) {
435
432
  const ret = arg0 == arg1;
436
433
  return ret;
437
434
  },
438
- __wbg___wbindgen_number_get_1cc01dd708740256: function (arg0, arg1) {
435
+ __wbg___wbindgen_number_get_394265ed1e1b84ee: function (arg0, arg1) {
439
436
  const obj = arg1;
440
437
  const ret = typeof obj === 'number' ? obj : undefined;
441
438
  getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
442
439
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
443
440
  },
444
- __wbg___wbindgen_string_get_71bb4348194e31f0: function (arg0, arg1) {
441
+ __wbg___wbindgen_string_get_b0ca35b86a603356: function (arg0, arg1) {
445
442
  const obj = arg1;
446
443
  const ret = typeof obj === 'string' ? obj : undefined;
447
444
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -449,20 +446,20 @@ function __wbg_get_imports() {
449
446
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
450
447
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
451
448
  },
452
- __wbg___wbindgen_throw_ea4887a5f8f9a9db: function (arg0, arg1) {
449
+ __wbg___wbindgen_throw_344f42d3211c4765: function (arg0, arg1) {
453
450
  throw new Error(getStringFromWasm0(arg0, arg1));
454
451
  },
455
- __wbg_call_8e98ed2f3c86c4b5: function () {
452
+ __wbg_call_8a2dd23819f8a60a: function () {
456
453
  return handleError(function (arg0, arg1) {
457
454
  const ret = arg0.call(arg1);
458
455
  return ret;
459
456
  }, arguments);
460
457
  },
461
- __wbg_done_b62d4a7d2286852a: function (arg0) {
458
+ __wbg_done_89b2b13e91a60321: function (arg0) {
462
459
  const ret = arg0.done;
463
460
  return ret;
464
461
  },
465
- __wbg_entries_c261c3fa1f281256: function (arg0) {
462
+ __wbg_entries_015dc610cd81ede0: function (arg0) {
466
463
  const ret = Object.entries(arg0);
467
464
  return ret;
468
465
  },
@@ -482,25 +479,25 @@ function __wbg_get_imports() {
482
479
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
483
480
  }, arguments);
484
481
  },
485
- __wbg_get_197a3fe98f169e38: function (arg0, arg1) {
482
+ __wbg_get_507a50627bffa49b: function (arg0, arg1) {
486
483
  const ret = arg0[arg1 >>> 0];
487
484
  return ret;
488
485
  },
489
- __wbg_get_9a29be2cb383ed9a: function () {
486
+ __wbg_get_c7eb1f358a7654df: function () {
490
487
  return handleError(function (arg0, arg1) {
491
488
  const ret = Reflect.get(arg0, arg1);
492
489
  return ret;
493
490
  }, arguments);
494
491
  },
495
- __wbg_get_unchecked_54a4374c38e08460: function (arg0, arg1) {
492
+ __wbg_get_unchecked_6e0ad6d2a41b06f6: function (arg0, arg1) {
496
493
  const ret = arg0[arg1 >>> 0];
497
494
  return ret;
498
495
  },
499
- __wbg_get_with_ref_key_f64427178466f623: function (arg0, arg1) {
496
+ __wbg_get_with_ref_key_6412cf3094599694: function (arg0, arg1) {
500
497
  const ret = arg0[arg1];
501
498
  return ret;
502
499
  },
503
- __wbg_instanceof_ArrayBuffer_2a7bb09fee70c2da: function (arg0) {
500
+ __wbg_instanceof_ArrayBuffer_4480b9e0068a8adb: function (arg0) {
504
501
  let result;
505
502
  try {
506
503
  result = arg0 instanceof ArrayBuffer;
@@ -510,7 +507,7 @@ function __wbg_get_imports() {
510
507
  const ret = result;
511
508
  return ret;
512
509
  },
513
- __wbg_instanceof_Uint8Array_f080092dc70f5d58: function (arg0) {
510
+ __wbg_instanceof_Uint8Array_309b927aaf7a3fc7: function (arg0) {
514
511
  let result;
515
512
  try {
516
513
  result = arg0 instanceof Uint8Array;
@@ -520,23 +517,23 @@ function __wbg_get_imports() {
520
517
  const ret = result;
521
518
  return ret;
522
519
  },
523
- __wbg_isArray_145a34fd0a38d37b: function (arg0) {
520
+ __wbg_isArray_0677c962b281d01a: function (arg0) {
524
521
  const ret = Array.isArray(arg0);
525
522
  return ret;
526
523
  },
527
- __wbg_isSafeInteger_a3389a198582f5f6: function (arg0) {
524
+ __wbg_isSafeInteger_04f36e4056f1b851: function (arg0) {
528
525
  const ret = Number.isSafeInteger(arg0);
529
526
  return ret;
530
527
  },
531
- __wbg_iterator_cc47ba25a2be735a: function () {
528
+ __wbg_iterator_6f722e4a93058b71: function () {
532
529
  const ret = Symbol.iterator;
533
530
  return ret;
534
531
  },
535
- __wbg_length_589238bdcf171f0e: function (arg0) {
532
+ __wbg_length_1f0964f4a5e2c6d8: function (arg0) {
536
533
  const ret = arg0.length;
537
534
  return ret;
538
535
  },
539
- __wbg_length_c6054974c0a6cdb9: function (arg0) {
536
+ __wbg_length_370319915dc99107: function (arg0) {
540
537
  const ret = arg0.length;
541
538
  return ret;
542
539
  },
@@ -544,32 +541,32 @@ function __wbg_get_imports() {
544
541
  const ret = new Error();
545
542
  return ret;
546
543
  },
547
- __wbg_new_2e117a478906f062: function () {
548
- const ret = new Object();
544
+ __wbg_new_32b398fb48b6d94a: function () {
545
+ const ret = new Array();
549
546
  return ret;
550
547
  },
551
- __wbg_new_3444eb7412549f0b: function () {
548
+ __wbg_new_7796ffc7ed656783: function () {
552
549
  const ret = new Map();
553
550
  return ret;
554
551
  },
555
- __wbg_new_36e147a8ced3c6e0: function () {
556
- const ret = new Array();
552
+ __wbg_new_cd45aabdf6073e84: function (arg0) {
553
+ const ret = new Uint8Array(arg0);
557
554
  return ret;
558
555
  },
559
- __wbg_new_81880fb5002cb255: function (arg0) {
560
- const ret = new Uint8Array(arg0);
556
+ __wbg_new_da52cf8fe3429cb2: function () {
557
+ const ret = new Object();
558
+ return ret;
559
+ },
560
+ __wbg_next_6dbf2c0ac8cde20f: function (arg0) {
561
+ const ret = arg0.next;
561
562
  return ret;
562
563
  },
563
- __wbg_next_0c4066e251d2eff9: function () {
564
+ __wbg_next_71f2aa1cb3d1e37e: function () {
564
565
  return handleError(function (arg0) {
565
566
  const ret = arg0.next();
566
567
  return ret;
567
568
  }, arguments);
568
569
  },
569
- __wbg_next_402fa10b59ab20c3: function (arg0) {
570
- const ret = arg0.next;
571
- return ret;
572
- },
573
570
  __wbg_now_e7c6795a7f81e10f: function (arg0) {
574
571
  const ret = arg0.now();
575
572
  return ret;
@@ -578,17 +575,17 @@ function __wbg_get_imports() {
578
575
  const ret = arg0.performance;
579
576
  return ret;
580
577
  },
581
- __wbg_prototypesetcall_d721637c7ca66eb8: function (arg0, arg1, arg2) {
578
+ __wbg_prototypesetcall_4770620bbe4688a0: function (arg0, arg1, arg2) {
582
579
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
583
580
  },
584
- __wbg_set_6be42768c690e380: function (arg0, arg1, arg2) {
585
- arg0[arg1] = arg2;
586
- },
587
- __wbg_set_9a1d61e17de7054c: function (arg0, arg1, arg2) {
581
+ __wbg_set_575dd786d51585f8: function (arg0, arg1, arg2) {
588
582
  const ret = arg0.set(arg1, arg2);
589
583
  return ret;
590
584
  },
591
- __wbg_set_dc601f4a69da0bc2: function (arg0, arg1, arg2) {
585
+ __wbg_set_6be42768c690e380: function (arg0, arg1, arg2) {
586
+ arg0[arg1] = arg2;
587
+ },
588
+ __wbg_set_8a16b38e4805b298: function (arg0, arg1, arg2) {
592
589
  arg0[arg1 >>> 0] = arg2;
593
590
  },
594
591
  __wbg_stack_3b0d974bbf31e44f: function (arg0, arg1) {
@@ -598,23 +595,23 @@ function __wbg_get_imports() {
598
595
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
599
596
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
600
597
  },
601
- __wbg_static_accessor_GLOBAL_THIS_2fee5048bcca5938: function () {
602
- const ret = typeof globalThis === 'undefined' ? null : globalThis;
598
+ __wbg_static_accessor_GLOBAL_4ef717fb391d88b7: function () {
599
+ const ret = typeof global === 'undefined' ? null : global;
603
600
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
604
601
  },
605
- __wbg_static_accessor_GLOBAL_ce44e66a4935da8c: function () {
606
- const ret = typeof global === 'undefined' ? null : global;
602
+ __wbg_static_accessor_GLOBAL_THIS_8d1badc68b5a74f4: function () {
603
+ const ret = typeof globalThis === 'undefined' ? null : globalThis;
607
604
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
608
605
  },
609
- __wbg_static_accessor_SELF_44f6e0cb5e67cdad: function () {
606
+ __wbg_static_accessor_SELF_146583524fe1469b: function () {
610
607
  const ret = typeof self === 'undefined' ? null : self;
611
608
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
612
609
  },
613
- __wbg_static_accessor_WINDOW_168f178805d978fe: function () {
610
+ __wbg_static_accessor_WINDOW_f2829a2234d7819e: function () {
614
611
  const ret = typeof window === 'undefined' ? null : window;
615
612
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
616
613
  },
617
- __wbg_value_49f783bb59765962: function (arg0) {
614
+ __wbg_value_a5d5488a9589444a: function (arg0) {
618
615
  const ret = arg0.value;
619
616
  return ret;
620
617
  },
Binary file
package/index.d.ts CHANGED
@@ -18,6 +18,7 @@ export type {
18
18
  IdRange,
19
19
  ResourceIdFilter,
20
20
  ResourceTypeFilter,
21
+ ServiceFilter,
21
22
  RuleFilterConfig,
22
23
  RuleInfo,
23
24
  SourceSpan,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/cloudformation-validate",
3
- "version": "1.2.0-beta",
3
+ "version": "1.3.0-beta",
4
4
  "description": "AWS CloudFormation Validate",
5
5
  "keywords": [
6
6
  "aws",
@@ -27,10 +27,6 @@
27
27
  "url": "https://github.com/aws-cloudformation/cloudformation-validate"
28
28
  },
29
29
  "homepage": "https://github.com/aws-cloudformation/cloudformation-validate#readme",
30
- "publishConfig": {
31
- "access": "public",
32
- "provenance": true
33
- },
34
30
  "main": "index.js",
35
31
  "types": "index.d.ts"
36
32
  }