pareto-core-shorthands 0.2.7 → 0.2.8

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.
@@ -35,7 +35,7 @@ export declare const wrap_dictionary: <T>($: Raw_Or_Normal_Dictionary<T>) => Dic
35
35
  export declare const wrap_list: <T>($: Raw_Or_Normal_List<T>) => List<_pi.Deprecated_Source_Location, T>;
36
36
  export declare const wrap_state: <T extends readonly [string, any]>($: T) => {
37
37
  location: _pi.Deprecated_Source_Location;
38
- state: T;
38
+ option: T;
39
39
  };
40
40
  export declare const wrap_optional: <T>($: T | null | undefined) => _pi.Optional_Value<T>;
41
41
  export declare const wrap_reference: <T>($: string) => Reference_To_Normal_Dictionary_Entry<_pi.Deprecated_Source_Location, T>;
@@ -96,7 +96,7 @@ exports.wrap_list = wrap_list;
96
96
  const wrap_state = ($) => {
97
97
  return {
98
98
  'location': (0, get_location_info_1.$$)(depth + 1),
99
- 'state': $,
99
+ 'option': $,
100
100
  };
101
101
  };
102
102
  exports.wrap_state = wrap_state;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-core-shorthands",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "license": "ISC",
5
5
  "description": "the pareto package used for building datasets",
6
6
  "author": "Corno",