forgesmith 0.6.0 → 0.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgesmith",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "forgesmith — content & asset-generation engine. Forge release notes, blog posts, social copy from prism0x2A data.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -13,6 +13,12 @@
13
13
  "require": "./dist/index.cjs",
14
14
  "default": "./dist/index.cjs"
15
15
  },
16
+ "./server": {
17
+ "types": "./dist/server.d.ts",
18
+ "import": "./dist/server.mjs",
19
+ "require": "./dist/server.cjs",
20
+ "default": "./dist/server.cjs"
21
+ },
16
22
  "./providers": {
17
23
  "types": "./dist/providers.d.ts",
18
24
  "import": "./dist/providers.mjs",
@@ -30,7 +36,6 @@
30
36
  "test": "vitest run",
31
37
  "test:watch": "vitest",
32
38
  "typecheck": "tsc --noEmit",
33
- "prepare": "npm run build",
34
39
  "prepublishOnly": "npm run build && npm test"
35
40
  },
36
41
  "dependencies": {