@twin.org/entity-storage-service 0.0.1-next.8 → 0.0.1
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/dist/cjs/index.cjs +91 -92
- package/dist/esm/index.mjs +92 -93
- package/dist/types/entityStorageService.d.ts +6 -13
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/IEntityStorageServiceConstructorOptions.d.ts +14 -0
- package/docs/changelog.md +105 -1
- package/docs/open-api/spec.json +640 -608
- package/docs/reference/classes/EntityStorageService.md +72 -48
- package/docs/reference/functions/entityStorageGet.md +9 -3
- package/docs/reference/functions/entityStorageList.md +9 -3
- package/docs/reference/functions/entityStorageRemove.md +9 -3
- package/docs/reference/functions/entityStorageSet.md +9 -3
- package/docs/reference/functions/generateRestRoutesEntityStorage.md +18 -8
- package/docs/reference/index.md +1 -0
- package/docs/reference/interfaces/IEntityStorageServiceConstructorOptions.md +19 -0
- package/package.json +10 -10
package/docs/changelog.md
CHANGED
@@ -1,5 +1,109 @@
|
|
1
1
|
# @twin.org/entity-storage-service - Changelog
|
2
2
|
|
3
|
-
##
|
3
|
+
## 0.0.1 (2025-07-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* add production release automation ([1eb4c8e](https://github.com/twinfoundation/entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
9
|
+
* release to production ([a309051](https://github.com/twinfoundation/entity-storage/commit/a3090519adebf7943232b4df12e4c6bd5afe7eed))
|
10
|
+
* update dependencies ([7ccc0c4](https://github.com/twinfoundation/entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
11
|
+
* use shared store mechanism ([#34](https://github.com/twinfoundation/entity-storage/issues/34)) ([68b6b71](https://github.com/twinfoundation/entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
12
|
+
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
* query params force coercion ([dd6aa87](https://github.com/twinfoundation/entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
17
|
+
|
18
|
+
|
19
|
+
### Dependencies
|
20
|
+
|
21
|
+
* The following workspace dependencies were updated
|
22
|
+
* dependencies
|
23
|
+
* @twin.org/entity-storage-models bumped from ^0.0.0 to ^0.0.1
|
24
|
+
* devDependencies
|
25
|
+
* @twin.org/entity-storage-connector-memory bumped from ^0.0.0 to ^0.0.1
|
26
|
+
|
27
|
+
## [0.0.1-next.31](https://github.com/twinfoundation/entity-storage/compare/entity-storage-service-v0.0.1-next.30...entity-storage-service-v0.0.1-next.31) (2025-06-20)
|
28
|
+
|
29
|
+
|
30
|
+
### Bug Fixes
|
31
|
+
|
32
|
+
* query params force coercion ([dd6aa87](https://github.com/twinfoundation/entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
33
|
+
|
34
|
+
|
35
|
+
### Dependencies
|
36
|
+
|
37
|
+
* The following workspace dependencies were updated
|
38
|
+
* dependencies
|
39
|
+
* @twin.org/entity-storage-models bumped from 0.0.1-next.30 to 0.0.1-next.31
|
40
|
+
* devDependencies
|
41
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.30 to 0.0.1-next.31
|
42
|
+
|
43
|
+
## [0.0.1-next.30](https://github.com/twinfoundation/entity-storage/compare/entity-storage-service-v0.0.1-next.29...entity-storage-service-v0.0.1-next.30) (2025-06-12)
|
44
|
+
|
45
|
+
|
46
|
+
### Features
|
47
|
+
|
48
|
+
* update dependencies ([7ccc0c4](https://github.com/twinfoundation/entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
49
|
+
|
50
|
+
|
51
|
+
### Dependencies
|
52
|
+
|
53
|
+
* The following workspace dependencies were updated
|
54
|
+
* dependencies
|
55
|
+
* @twin.org/entity-storage-models bumped from 0.0.1-next.29 to 0.0.1-next.30
|
56
|
+
* devDependencies
|
57
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.29 to 0.0.1-next.30
|
58
|
+
|
59
|
+
## [0.0.1-next.29](https://github.com/twinfoundation/entity-storage/compare/entity-storage-service-v0.0.1-next.28...entity-storage-service-v0.0.1-next.29) (2025-04-17)
|
60
|
+
|
61
|
+
|
62
|
+
### Features
|
63
|
+
|
64
|
+
* use shared store mechanism ([#34](https://github.com/twinfoundation/entity-storage/issues/34)) ([68b6b71](https://github.com/twinfoundation/entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
65
|
+
|
66
|
+
|
67
|
+
### Dependencies
|
68
|
+
|
69
|
+
* The following workspace dependencies were updated
|
70
|
+
* dependencies
|
71
|
+
* @twin.org/entity-storage-models bumped from 0.0.1-next.28 to 0.0.1-next.29
|
72
|
+
* devDependencies
|
73
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.28 to 0.0.1-next.29
|
74
|
+
|
75
|
+
## [0.0.1-next.28](https://github.com/twinfoundation/entity-storage/compare/entity-storage-service-v0.0.1-next.27...entity-storage-service-v0.0.1-next.28) (2025-04-09)
|
76
|
+
|
77
|
+
|
78
|
+
### Miscellaneous Chores
|
79
|
+
|
80
|
+
* **entity-storage-service:** Synchronize repo versions
|
81
|
+
|
82
|
+
|
83
|
+
### Dependencies
|
84
|
+
|
85
|
+
* The following workspace dependencies were updated
|
86
|
+
* dependencies
|
87
|
+
* @twin.org/entity-storage-models bumped from 0.0.1-next.27 to 0.0.1-next.28
|
88
|
+
* devDependencies
|
89
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.27 to 0.0.1-next.28
|
90
|
+
|
91
|
+
## [0.0.1-next.27](https://github.com/twinfoundation/entity-storage/compare/entity-storage-service-v0.0.1-next.26...entity-storage-service-v0.0.1-next.27) (2025-03-28)
|
92
|
+
|
93
|
+
|
94
|
+
### Miscellaneous Chores
|
95
|
+
|
96
|
+
* **entity-storage-service:** Synchronize repo versions
|
97
|
+
|
98
|
+
|
99
|
+
### Dependencies
|
100
|
+
|
101
|
+
* The following workspace dependencies were updated
|
102
|
+
* dependencies
|
103
|
+
* @twin.org/entity-storage-models bumped from 0.0.1-next.26 to 0.0.1-next.27
|
104
|
+
* devDependencies
|
105
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.26 to 0.0.1-next.27
|
106
|
+
|
107
|
+
## v0.0.1-next.26
|
4
108
|
|
5
109
|
- Initial Release
|