@strictly/base 0.0.30 → 0.0.31

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 (84) hide show
  1. package/.out/index.d.ts +16 -16
  2. package/.out/index.js +16 -16
  3. package/.out/tsconfig.tsbuildinfo +1 -1
  4. package/.out/types/{exhaustive_array_of_union.d.ts → ExhaustiveArrayOfUnion.d.ts} +2 -2
  5. package/.out/util/{cache.d.ts → Cache.d.ts} +1 -1
  6. package/.out/util/poll.d.ts +1 -1
  7. package/.out/util/specs/cache.tests.js +1 -1
  8. package/.turbo/turbo-build.log +6 -6
  9. package/.turbo/turbo-check-types.log +1 -1
  10. package/dist/index.cjs +5 -5
  11. package/dist/index.js +5 -5
  12. package/index.ts +16 -16
  13. package/package.json +1 -1
  14. package/types/{exhaustive_array_of_union.ts → ExhaustiveArrayOfUnion.ts} +2 -2
  15. package/types/specs/{element_of_array.tests.ts → ElementOfArray.tests.ts} +1 -1
  16. package/types/specs/{exhaustive_array_of_union.tests.ts → ExhaustiveArrayOfUnion.tests.ts} +1 -1
  17. package/types/specs/{is_field_readonly.tests.ts → IsFieldReadonly.tests.ts} +1 -1
  18. package/types/specs/{printable_of.tests.ts → PrintableOf.tests.ts} +1 -1
  19. package/types/specs/{required_of_record.tests.ts → RequiredOfRecord.tests.ts} +1 -1
  20. package/types/specs/{string_concat_of.tests.ts → StringConcatOf.tests.ts} +1 -1
  21. package/types/specs/{string_key_of.tests.ts → StringKeyOf.tests.ts} +1 -1
  22. package/types/specs/reverse.tests.ts +1 -1
  23. package/util/{cache.ts → Cache.ts} +1 -1
  24. package/util/poll.ts +1 -1
  25. package/util/specs/cache.tests.ts +1 -1
  26. package/util/specs/poll.tests.ts +1 -1
  27. /package/.out/errors/{not_implemented.d.ts → NotImplemented.d.ts} +0 -0
  28. /package/.out/errors/{not_implemented.js → NotImplemented.js} +0 -0
  29. /package/.out/errors/{unexpected_implementation.d.ts → UnexpectedImplementation.d.ts} +0 -0
  30. /package/.out/errors/{unexpected_implementation.js → UnexpectedImplementation.js} +0 -0
  31. /package/.out/errors/{unreachable.d.ts → Unreachable.d.ts} +0 -0
  32. /package/.out/errors/{unreachable.js → Unreachable.js} +0 -0
  33. /package/.out/types/{element_of_array.d.ts → ElementOfArray.d.ts} +0 -0
  34. /package/.out/types/{element_of_array.js → ElementOfArray.js} +0 -0
  35. /package/.out/types/{exhaustive_array_of_union.js → ExhaustiveArrayOfUnion.js} +0 -0
  36. /package/.out/types/{extract_generics.d.ts → ExtractGenerics.d.ts} +0 -0
  37. /package/.out/types/{extract_generics.js → ExtractGenerics.js} +0 -0
  38. /package/.out/types/{is_field_optional.d.ts → IsFieldOptional.d.ts} +0 -0
  39. /package/.out/types/{is_field_optional.js → IsFieldOptional.js} +0 -0
  40. /package/.out/types/{is_field_readonly.d.ts → IsFieldReadonly.d.ts} +0 -0
  41. /package/.out/types/{is_field_readonly.js → IsFieldReadonly.js} +0 -0
  42. /package/.out/types/{maybe.d.ts → Maybe.d.ts} +0 -0
  43. /package/.out/types/{maybe.js → Maybe.js} +0 -0
  44. /package/.out/types/{printable_of.d.ts → PrintableOf.d.ts} +0 -0
  45. /package/.out/types/{printable_of.js → PrintableOf.js} +0 -0
  46. /package/.out/types/{required_of_record.d.ts → RequiredOfRecord.d.ts} +0 -0
  47. /package/.out/types/{required_of_record.js → RequiredOfRecord.js} +0 -0
  48. /package/.out/types/{reverse.d.ts → Reverse.d.ts} +0 -0
  49. /package/.out/types/{reverse.js → Reverse.js} +0 -0
  50. /package/.out/types/{string_concat_of.d.ts → StringConcatOf.d.ts} +0 -0
  51. /package/.out/types/{specs/element_of_array.tests.d.ts → StringConcatOf.js} +0 -0
  52. /package/.out/types/{string_key_of.d.ts → StringKeyOf.d.ts} +0 -0
  53. /package/.out/types/{specs/exhaustive_array_of_union.tests.d.ts → StringKeyOf.js} +0 -0
  54. /package/.out/types/specs/{is_field_readonly.tests.d.ts → ElementOfArray.tests.d.ts} +0 -0
  55. /package/.out/types/specs/{element_of_array.tests.js → ElementOfArray.tests.js} +0 -0
  56. /package/.out/types/specs/{printable_of.tests.d.ts → ExhaustiveArrayOfUnion.tests.d.ts} +0 -0
  57. /package/.out/types/specs/{exhaustive_array_of_union.tests.js → ExhaustiveArrayOfUnion.tests.js} +0 -0
  58. /package/.out/types/specs/{required_of_record.tests.d.ts → IsFieldReadonly.tests.d.ts} +0 -0
  59. /package/.out/types/specs/{is_field_readonly.tests.js → IsFieldReadonly.tests.js} +0 -0
  60. /package/.out/types/specs/{string_concat_of.tests.d.ts → PrintableOf.tests.d.ts} +0 -0
  61. /package/.out/types/specs/{printable_of.tests.js → PrintableOf.tests.js} +0 -0
  62. /package/.out/types/specs/{string_key_of.tests.d.ts → RequiredOfRecord.tests.d.ts} +0 -0
  63. /package/.out/types/specs/{required_of_record.tests.js → RequiredOfRecord.tests.js} +0 -0
  64. /package/.out/types/{string_concat_of.js → specs/StringConcatOf.tests.d.ts} +0 -0
  65. /package/.out/types/specs/{string_concat_of.tests.js → StringConcatOf.tests.js} +0 -0
  66. /package/.out/types/{string_key_of.js → specs/StringKeyOf.tests.d.ts} +0 -0
  67. /package/.out/types/specs/{string_key_of.tests.js → StringKeyOf.tests.js} +0 -0
  68. /package/.out/util/{cache.js → Cache.js} +0 -0
  69. /package/.out/util/{is_defined.d.ts → isDefined.d.ts} +0 -0
  70. /package/.out/util/{is_defined.js → isDefined.js} +0 -0
  71. /package/errors/{not_implemented.ts → NotImplemented.ts} +0 -0
  72. /package/errors/{unexpected_implementation.ts → UnexpectedImplementation.ts} +0 -0
  73. /package/errors/{unreachable.ts → Unreachable.ts} +0 -0
  74. /package/types/{element_of_array.ts → ElementOfArray.ts} +0 -0
  75. /package/types/{extract_generics.ts → ExtractGenerics.ts} +0 -0
  76. /package/types/{is_field_optional.ts → IsFieldOptional.ts} +0 -0
  77. /package/types/{is_field_readonly.ts → IsFieldReadonly.ts} +0 -0
  78. /package/types/{maybe.ts → Maybe.ts} +0 -0
  79. /package/types/{printable_of.ts → PrintableOf.ts} +0 -0
  80. /package/types/{required_of_record.ts → RequiredOfRecord.ts} +0 -0
  81. /package/types/{reverse.ts → Reverse.ts} +0 -0
  82. /package/types/{string_concat_of.ts → StringConcatOf.ts} +0 -0
  83. /package/types/{string_key_of.ts → StringKeyOf.ts} +0 -0
  84. /package/util/{is_defined.ts → isDefined.ts} +0 -0
package/.out/index.d.ts CHANGED
@@ -1,23 +1,23 @@
1
- export * from './errors/not_implemented';
2
- export * from './errors/unexpected_implementation';
3
- export * from './errors/unreachable';
1
+ export * from './errors/NotImplemented';
2
+ export * from './errors/UnexpectedImplementation';
3
+ export * from './errors/Unreachable';
4
4
  export * from './test';
5
- export * from './types/element_of_array';
6
- export * from './types/exhaustive_array_of_union';
7
- export * from './types/exhaustive_array_of_union';
8
- export * from './types/extract_generics';
9
- export * from './types/is_field_readonly';
10
- export * from './types/maybe';
11
- export * from './types/printable_of';
12
- export * from './types/required_of_record';
13
- export * from './types/reverse';
14
- export * from './types/string_concat_of';
15
- export * from './types/string_key_of';
5
+ export * from './types/ElementOfArray';
6
+ export * from './types/ExhaustiveArrayOfUnion';
7
+ export * from './types/ExhaustiveArrayOfUnion';
8
+ export * from './types/ExtractGenerics';
9
+ export * from './types/IsFieldReadonly';
10
+ export * from './types/Maybe';
11
+ export * from './types/PrintableOf';
12
+ export * from './types/RequiredOfRecord';
13
+ export * from './types/Reverse';
14
+ export * from './types/StringConcatOf';
15
+ export * from './types/StringKeyOf';
16
16
  export * from './util/array';
17
- export * from './util/cache';
17
+ export * from './util/Cache';
18
18
  export * from './util/delay';
19
19
  export * from './util/format';
20
- export * from './util/is_defined';
20
+ export * from './util/isDefined';
21
21
  export * from './util/json';
22
22
  export * from './util/poll';
23
23
  export * from './util/preconditions';
package/.out/index.js CHANGED
@@ -1,23 +1,23 @@
1
- export * from './errors/not_implemented';
2
- export * from './errors/unexpected_implementation';
3
- export * from './errors/unreachable';
1
+ export * from './errors/NotImplemented';
2
+ export * from './errors/UnexpectedImplementation';
3
+ export * from './errors/Unreachable';
4
4
  export * from './test';
5
- export * from './types/element_of_array';
6
- export * from './types/exhaustive_array_of_union';
7
- export * from './types/exhaustive_array_of_union';
8
- export * from './types/extract_generics';
9
- export * from './types/is_field_readonly';
10
- export * from './types/maybe';
11
- export * from './types/printable_of';
12
- export * from './types/required_of_record';
13
- export * from './types/reverse';
14
- export * from './types/string_concat_of';
15
- export * from './types/string_key_of';
5
+ export * from './types/ElementOfArray';
6
+ export * from './types/ExhaustiveArrayOfUnion';
7
+ export * from './types/ExhaustiveArrayOfUnion';
8
+ export * from './types/ExtractGenerics';
9
+ export * from './types/IsFieldReadonly';
10
+ export * from './types/Maybe';
11
+ export * from './types/PrintableOf';
12
+ export * from './types/RequiredOfRecord';
13
+ export * from './types/Reverse';
14
+ export * from './types/StringConcatOf';
15
+ export * from './types/StringKeyOf';
16
16
  export * from './util/array';
17
- export * from './util/cache';
17
+ export * from './util/Cache';
18
18
  export * from './util/delay';
19
19
  export * from './util/format';
20
- export * from './util/is_defined';
20
+ export * from './util/isDefined';
21
21
  export * from './util/json';
22
22
  export * from './util/poll';
23
23
  export * from './util/preconditions';