fragment-ts 3.0.19 → 3.0.20

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.
@@ -69,7 +69,7 @@ async function generatePluginProject(projectPath, config) {
69
69
  },
70
70
  keywords: ["fragment", "fragment-plugin"],
71
71
  peerDependencies: {
72
- "fragment-ts": "^3.0.19",
72
+ "fragment-ts": "^3.0.20",
73
73
  },
74
74
  devDependencies: {
75
75
  typescript: "^5.3.3",
@@ -127,7 +127,7 @@ async function createConfigFiles(projectPath, projectName, config) {
127
127
  devDependencies.prettier = "^3.2.5";
128
128
  }
129
129
  const dependencies = {
130
- "fragment-ts": "^3.0.19",
130
+ "fragment-ts": "^3.0.20",
131
131
  "reflect-metadata": "^0.1.13",
132
132
  };
133
133
  devDependencies["@types/react"] = "^18.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fragment-ts",
3
- "version": "3.0.19",
3
+ "version": "3.0.20",
4
4
  "description": "Fragment TS is a Spring Boot-inspired TypeScript framework for Express and TypeORM, built around dependency injection and decorators, with a fully modular CLI. It now supports installable API and Web surfaces so backend controllers and React-driven pages can live in one modular runtime.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",