@twin.org/modules 0.0.2-next.6 → 0.0.2-next.8

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.
@@ -5,7 +5,6 @@ var core = require('@twin.org/core');
5
5
 
6
6
  // Copyright 2024 IOTA Stiftung.
7
7
  // SPDX-License-Identifier: Apache-2.0.
8
- /* eslint-disable promise/prefer-await-to-then */
9
8
  /**
10
9
  * Helper functions for modules.
11
10
  */
@@ -3,7 +3,6 @@ import { SharedStore, Is, GeneralError, BaseError } from '@twin.org/core';
3
3
 
4
4
  // Copyright 2024 IOTA Stiftung.
5
5
  // SPDX-License-Identifier: Apache-2.0.
6
- /* eslint-disable promise/prefer-await-to-then */
7
6
  /**
8
7
  * Helper functions for modules.
9
8
  */
package/docs/changelog.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @twin.org/modules - Changelog
2
2
 
3
+ ## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.7...modules-v0.0.2-next.8) (2025-09-05)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **modules:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/core bumped from 0.0.2-next.7 to 0.0.2-next.8
16
+ * @twin.org/nameof bumped from 0.0.2-next.7 to 0.0.2-next.8
17
+ * devDependencies
18
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
19
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
20
+
21
+ ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.6...modules-v0.0.2-next.7) (2025-08-29)
22
+
23
+
24
+ ### Features
25
+
26
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @twin.org/core bumped from 0.0.2-next.6 to 0.0.2-next.7
34
+ * @twin.org/nameof bumped from 0.0.2-next.6 to 0.0.2-next.7
35
+ * devDependencies
36
+ * @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
37
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
38
+
3
39
  ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.5...modules-v0.0.2-next.6) (2025-08-27)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/modules",
3
- "version": "0.0.2-next.6",
3
+ "version": "0.0.2-next.8",
4
4
  "description": "Helper classes for loading and executing from modules",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.2-next.6",
18
- "@twin.org/nameof": "0.0.2-next.6"
17
+ "@twin.org/core": "0.0.2-next.8",
18
+ "@twin.org/nameof": "0.0.2-next.8"
19
19
  },
20
20
  "main": "./dist/cjs/index.cjs",
21
21
  "module": "./dist/esm/index.mjs",