@hed-hog/content 0.0.145 → 0.0.146

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/content",
3
- "version": "0.0.145",
3
+ "version": "0.0.146",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/core": "0.0.145",
13
12
  "@hed-hog/api-locale": "0.0.11",
14
- "@hed-hog/api-pagination": "0.0.5",
15
13
  "@hed-hog/api-prisma": "0.0.4",
16
- "@hed-hog/api": "0.0.3"
14
+ "@hed-hog/core": "0.0.145",
15
+ "@hed-hog/api": "0.0.3",
16
+ "@hed-hog/api-pagination": "0.0.5"
17
17
  },
18
18
  "exports": {
19
19
  ".": {
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "scripts": {
31
31
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
32
- "prebuild": "npx ts-node ../../scripts/build-dependencies.ts libraries/contact-us",
32
+ "prebuild": "npx ts-node ../../scripts/build-dependencies.ts libraries/content",
33
33
  "build": "tsc --project tsconfig.production.json",
34
- "patch": "npx ts-node ../../scripts/patch.ts libraries/contact-us",
34
+ "patch": "npx ts-node ../../scripts/patch.ts libraries/content",
35
35
  "prod": "pnpm run patch && pnpm run build && pnpm publish --access public --no-git-checks"
36
36
  }
37
37
  }