@grnsft/if 0.1.8 → 0.1.9

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 (104) hide show
  1. package/build/config/config.d.ts +0 -2
  2. package/build/config/config.js +6 -3
  3. package/build/config/index.d.ts +1 -0
  4. package/build/config/index.js +4 -2
  5. package/build/config/params.d.ts +2 -0
  6. package/build/config/params.js +146 -0
  7. package/build/config/strings.d.ts +5 -0
  8. package/build/config/strings.js +6 -1
  9. package/build/index.js +48 -18
  10. package/build/lib/aggregator.d.ts +7 -0
  11. package/build/lib/aggregator.js +46 -0
  12. package/build/lib/models-universe.d.ts +5 -1
  13. package/build/lib/models-universe.js +37 -5
  14. package/build/lib/supercomputer.d.ts +14 -12
  15. package/build/lib/supercomputer.js +55 -87
  16. package/build/models/time-sync.d.ts +8 -5
  17. package/build/models/time-sync.js +35 -12
  18. package/build/types/aggregator.d.ts +3 -0
  19. package/build/types/aggregator.js +5 -0
  20. package/build/types/impl.d.ts +65 -18
  21. package/build/types/impl.js +17 -3
  22. package/build/types/model-interface.d.ts +1 -2
  23. package/build/types/model-interface.js +1 -1
  24. package/build/types/models-universe.d.ts +2 -5
  25. package/build/types/models-universe.js +1 -1
  26. package/build/types/parameters.d.ts +16 -0
  27. package/build/types/parameters.js +5 -0
  28. package/build/types/process-args.d.ts +1 -0
  29. package/build/types/process-args.js +1 -1
  30. package/build/types/time-sync.d.ts +1 -0
  31. package/build/types/time-sync.js +1 -1
  32. package/build/util/args.d.ts +1 -0
  33. package/build/util/args.js +27 -3
  34. package/build/util/param-selectors.d.ts +5 -0
  35. package/build/util/param-selectors.js +14 -0
  36. package/build/util/validations.d.ts +11 -5
  37. package/build/util/validations.js +17 -25
  38. package/build/util/yaml.js +27 -4
  39. package/examples/impls/test/aggregation-test.yml +19 -19
  40. package/examples/impls/test/aggregation-test2.yml +52 -0
  41. package/examples/impls/test/{azure.yml → azure-importer.yml} +8 -10
  42. package/examples/impls/test/boavizta.yml +27 -0
  43. package/examples/impls/test/cim.yml +19 -0
  44. package/examples/impls/test/e-mem.yml +19 -0
  45. package/examples/impls/test/if-demo.yml +0 -2
  46. package/examples/impls/test/large-impl.yml +30031 -30031
  47. package/examples/impls/test/new-params-test.yml +35 -0
  48. package/examples/impls/test/sci.yml +2 -2
  49. package/examples/impls/test/teads-cpu.yml +18 -0
  50. package/examples/impls/test/time-sync-avoid-padding.yml +50 -0
  51. package/examples/impls/test/time-sync.yml +14 -13
  52. package/examples/ompls/aggregation-test2.yml +83 -0
  53. package/examples/ompls/{azure.yml → azure-importer.yml} +40 -40
  54. package/examples/ompls/boavizta.yml +32 -0
  55. package/examples/ompls/cim.yml +29 -0
  56. package/examples/ompls/e-mem.yml +26 -0
  57. package/examples/ompls/sci.yml +5 -5
  58. package/examples/ompls/teads-cpu.yml +24 -0
  59. package/package.json +1 -1
  60. package/src/models/README.md +3 -1
  61. package/build/config/units.yaml +0 -112
  62. package/build/lib/planet-aggregator.d.ts +0 -6
  63. package/build/lib/planet-aggregator.js +0 -35
  64. package/build/types/helpers.d.ts +0 -1
  65. package/build/types/helpers.js +0 -3
  66. package/build/types/planet-aggregator.d.ts +0 -6
  67. package/build/types/planet-aggregator.js +0 -3
  68. package/build/types/units-dealer.d.ts +0 -3
  69. package/build/types/units-dealer.js +0 -3
  70. package/build/types/units.d.ts +0 -11
  71. package/build/types/units.js +0 -37
  72. package/build/util/units-dealer.d.ts +0 -10
  73. package/build/util/units-dealer.js +0 -32
  74. package/coverage/clover.xml +0 -379
  75. package/coverage/coverage-final.json +0 -14
  76. package/coverage/lcov-report/base.css +0 -224
  77. package/coverage/lcov-report/block-navigation.js +0 -87
  78. package/coverage/lcov-report/config/config.ts.html +0 -250
  79. package/coverage/lcov-report/config/index.html +0 -146
  80. package/coverage/lcov-report/config/index.ts.html +0 -91
  81. package/coverage/lcov-report/config/strings.ts.html +0 -208
  82. package/coverage/lcov-report/favicon.png +0 -0
  83. package/coverage/lcov-report/index.html +0 -161
  84. package/coverage/lcov-report/lib/index.html +0 -161
  85. package/coverage/lcov-report/lib/models-universe.ts.html +0 -517
  86. package/coverage/lcov-report/lib/observatory.ts.html +0 -187
  87. package/coverage/lcov-report/lib/planet-aggregator.ts.html +0 -274
  88. package/coverage/lcov-report/lib/supercomputer.ts.html +0 -472
  89. package/coverage/lcov-report/models/index.html +0 -131
  90. package/coverage/lcov-report/models/index.ts.html +0 -88
  91. package/coverage/lcov-report/models/planet-aggregator.ts.html +0 -271
  92. package/coverage/lcov-report/models/time-sync.ts.html +0 -1165
  93. package/coverage/lcov-report/prettify.css +0 -1
  94. package/coverage/lcov-report/prettify.js +0 -2
  95. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  96. package/coverage/lcov-report/sorter.js +0 -196
  97. package/coverage/lcov-report/util/args.ts.html +0 -289
  98. package/coverage/lcov-report/util/errors.ts.html +0 -166
  99. package/coverage/lcov-report/util/index.html +0 -161
  100. package/coverage/lcov-report/util/units-dealer.ts.html +0 -199
  101. package/coverage/lcov-report/util/yaml.ts.html +0 -193
  102. package/coverage/lcov.info +0 -637
  103. package/src/config/units.yaml +0 -112
  104. package/tsconfig.build.tsbuildinfo +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.