@typedly/data 5.0.0 → 6.0.0

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 (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,7 +133,7 @@ The type for the data configuration, which can be either a full configuration ob
133
133
  import { DataConfig } from '@typedly/data';
134
134
  ```
135
135
 
136
- [Source](https://github.com/typedly/data/blob/main/src/lib/type/data.config.ts)
136
+ [Source](https://github.com/typedly/data/blob/main/src/configuration/lib/data.config.ts)
137
137
 
138
138
  #### `DataSettings`
139
139
 
@@ -143,7 +143,7 @@ The settings for a data type.
143
143
  import { DataSettings } from '@typedly/data';
144
144
  ```
145
145
 
146
- [Source](https://github.com/typedly/data/blob/main/src/lib/interface/lib/data.settings.ts)
146
+ [Source](https://github.com/typedly/data/blob/main/src/configuration/lib/data.settings.ts)
147
147
 
148
148
  ### Inference
149
149
 
@@ -155,7 +155,7 @@ Infers the async flag from a tuple of arguments, returning true if any of the ar
155
155
  import { InferAsync } from '@typedly/data';
156
156
  ```
157
157
 
158
- [Source](https://github.com/typedly/data/blob/main/src/inference/infer-async-of.type.ts)
158
+ [Source](https://github.com/typedly/data/blob/main/src/inference/lib/infer-async-of.type.ts)
159
159
 
160
160
  #### `InferAsync`
161
161
 
@@ -165,7 +165,7 @@ Infers the async flag from the settings `DataSettings` or shape `DataShape`.
165
165
  import { InferAsync } from '@typedly/data';
166
166
  ```
167
167
 
168
- [Source](https://github.com/typedly/data/blob/main/src/inference/infer-async.type.ts)
168
+ [Source](https://github.com/typedly/data/blob/main/src/inference/lib/infer-async.type.ts)
169
169
 
170
170
  #### `InferValue`
171
171
 
@@ -175,7 +175,7 @@ Infers the value type from a data shape interface.
175
175
  import { InferAsync } from '@typedly/data';
176
176
  ```
177
177
 
178
- [Source](https://github.com/typedly/data/blob/main/src/inference/infer-value.type.ts)
178
+ [Source](https://github.com/typedly/data/blob/main/src/inference/lib/infer-value.type.ts)
179
179
 
180
180
  ### Iterable
181
181
 
@@ -187,7 +187,7 @@ The iterate element type.
187
187
  import { IterElement } from '@typedly/data';
188
188
  ```
189
189
 
190
- [Source](https://github.com/typedly/data/blob/main/src/iterable/iter-element.type.ts)
190
+ [Source](https://github.com/typedly/data/blob/main/src/iterable/lib/iterable-element.type.ts)
191
191
 
192
192
  #### `IterValue`
193
193
 
@@ -197,7 +197,7 @@ The iterated value type.
197
197
  import { IterValue } from '@typedly/data';
198
198
  ```
199
199
 
200
- [Source](https://github.com/typedly/data/blob/main/src/iterable/iter-value.type.ts)
200
+ [Source](http://github.com/typedly/data/blob/main/src/iterable/lib/iter-value.type.ts)
201
201
 
202
202
  ### Data
203
203
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typedly/data",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "author": "wwwdev.io <dev@wwwdev.io>",
5
5
  "description": "A TypeScript type definitions package for @typescript-package/data.",
6
6
  "license": "MIT",