@typedly/data-adapter 1.0.0-beta → 2.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ A **TypeScript** type definitions package for data adapters enabling configurabl
|
|
|
26
26
|
|
|
27
27
|
## Features
|
|
28
28
|
|
|
29
|
-
- **Configurable**: Create data adapters for data models with configuration.
|
|
29
|
+
- **Configurable**: Create data adapters for adaptable data models with configuration.
|
|
30
30
|
- **Trait-based**: Mix and match interfaces like `Adaptable`, `Queryable`, `Exportable`, and [more](https://github.com/typedly/data-traits).
|
|
31
31
|
- **Ecosystem**: Works seamlessly with other [`@typedly`](https://github.com/typedly) packages.
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typedly/data-adapter",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"author": "wwwdev.io <dev@wwwdev.io>",
|
|
5
5
|
"description": "A TypeScript type definitions for data adapter.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"registry": "https://registry.npmjs.org"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@typedly/configurable-data": "^
|
|
13
|
-
"@typedly/data": "^
|
|
14
|
-
"@typedly/data-traits": "^1.
|
|
12
|
+
"@typedly/configurable-data": "^2.0.0",
|
|
13
|
+
"@typedly/data": "^6.0.0",
|
|
14
|
+
"@typedly/data-traits": "^1.1.0"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|