@twin.org/api-auth-entity-storage-service 0.9.1-next.8 → 0.9.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.
Files changed (2) hide show
  1. package/docs/changelog.md +27 -0
  2. package/package.json +15 -15
package/docs/changelog.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-service-v0.9.1...api-auth-entity-storage-service-v0.9.1) (2026-07-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
9
+ * release to production ([#195](https://github.com/iotaledger/twin-api/issues/195)) ([a3f5c1f](https://github.com/iotaledger/twin-api/commit/a3f5c1fc35a748762af7efa4f7f95776004d1309))
10
+ * release to production ([#197](https://github.com/iotaledger/twin-api/issues/197)) ([f04c156](https://github.com/iotaledger/twin-api/commit/f04c1567f801cde36c5ec8595f9b9369109d9e42))
11
+ * release to production ([#201](https://github.com/iotaledger/twin-api/issues/201)) ([e1c46fd](https://github.com/iotaledger/twin-api/commit/e1c46fd02c1f4d44d5393e2f49a24f1e4468f240))
12
+ * release to production ([#224](https://github.com/iotaledger/twin-api/issues/224)) ([dffaf08](https://github.com/iotaledger/twin-api/commit/dffaf082b7dccc6f57a5b7cd20b95d24bb8ec2f3))
13
+
14
+ ## [0.9.1-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-service-v0.9.1-next.8...api-auth-entity-storage-service-v0.9.1-next.9) (2026-07-23)
15
+
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * **api-auth-entity-storage-service:** Synchronize repo versions
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @twin.org/api-auth-entity-storage-models bumped from 0.9.1-next.8 to 0.9.1-next.9
27
+ * @twin.org/api-core bumped from 0.9.1-next.8 to 0.9.1-next.9
28
+ * @twin.org/api-models bumped from 0.9.1-next.8 to 0.9.1-next.9
29
+
3
30
  ## [0.9.1-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-service-v0.9.1-next.7...api-auth-entity-storage-service-v0.9.1-next.8) (2026-07-03)
4
31
 
5
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/api-auth-entity-storage-service",
3
- "version": "0.9.1-next.8",
3
+ "version": "0.9.1",
4
4
  "description": "Authentication service implementation and REST routes backed by entity storage.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,22 +11,22 @@
11
11
  "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=20.0.0"
14
+ "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-auth-entity-storage-models": "0.9.1-next.8",
18
- "@twin.org/api-core": "0.9.1-next.8",
19
- "@twin.org/api-models": "0.9.1-next.8",
20
- "@twin.org/background-task-models": "next",
21
- "@twin.org/context": "next",
22
- "@twin.org/core": "next",
23
- "@twin.org/crypto": "next",
24
- "@twin.org/entity": "next",
25
- "@twin.org/entity-storage-models": "next",
26
- "@twin.org/logging-models": "next",
27
- "@twin.org/nameof": "next",
28
- "@twin.org/vault-models": "next",
29
- "@twin.org/web": "next"
17
+ "@twin.org/api-auth-entity-storage-models": "^0.9.1",
18
+ "@twin.org/api-core": "^0.9.1",
19
+ "@twin.org/api-models": "^0.9.1",
20
+ "@twin.org/background-task-models": "^0.9.0",
21
+ "@twin.org/context": "^0.9.1",
22
+ "@twin.org/core": "^0.9.1",
23
+ "@twin.org/crypto": "^0.9.1",
24
+ "@twin.org/entity": "^0.9.1",
25
+ "@twin.org/entity-storage-models": "^0.9.0",
26
+ "@twin.org/logging-models": "^0.9.0",
27
+ "@twin.org/nameof": "^0.9.1",
28
+ "@twin.org/vault-models": "^0.9.0",
29
+ "@twin.org/web": "^0.9.1"
30
30
  },
31
31
  "main": "./dist/es/index.js",
32
32
  "types": "./dist/types/index.d.ts",