@gravito/monolith 3.2.0 → 3.2.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/CHANGELOG.md +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @gravito/monolith
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Convert all workspace:\* dependencies to version numbers for npm publishing
8
+
9
+ - Fixed 144 workspace:\* dependencies across 58 packages
10
+ - Ensures all packages work properly when installed from npm
11
+ - Resolves issues with bunx and npm installation of CLI tools
12
+ - All internal dependencies now use explicit version constraints
13
+
14
+ - Updated dependencies
15
+ - @gravito/core@1.6.1
16
+ - @gravito/mass@3.0.2
17
+
3
18
  ## 3.1.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravito/monolith",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Enterprise monolith framework for Gravito Galaxy",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -31,16 +31,16 @@
31
31
  "author": "Carl Lee <carllee0520@gmail.com>",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@gravito/mass": "workspace:*",
34
+ "@gravito/mass": "^3.0.2",
35
35
  "@octokit/rest": "^22.0.1",
36
36
  "gray-matter": "^4.0.3",
37
37
  "marked": "^11.1.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@gravito/core": "workspace:*"
40
+ "@gravito/core": "^1.6.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@gravito/core": "workspace:*",
43
+ "@gravito/core": "^1.6.1",
44
44
  "@types/marked": "^5.0.0",
45
45
  "bun-types": "^1.3.5",
46
46
  "tsup": "^8.5.1",