@twin.org/engine-server-types 0.0.1-next.21 → 0.0.1-next.22

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/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/engine-server-types - Changelog
2
2
 
3
- ## v0.0.1-next.21
3
+ ## v0.0.1-next.22
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server-types",
3
- "version": "0.0.1-next.21",
3
+ "version": "0.0.1-next.22",
4
4
  "description": "Server types to use in an engine server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,8 +19,8 @@
19
19
  "@twin.org/api-processors": "next",
20
20
  "@twin.org/api-service": "next",
21
21
  "@twin.org/core": "next",
22
- "@twin.org/engine-models": "0.0.1-next.21",
23
- "@twin.org/engine-types": "0.0.1-next.21",
22
+ "@twin.org/engine-models": "0.0.1-next.22",
23
+ "@twin.org/engine-types": "0.0.1-next.22",
24
24
  "@twin.org/entity": "next",
25
25
  "@twin.org/nameof": "next"
26
26
  },