@baseplate-dev/core-generators 0.6.6 → 0.6.7
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/CHANGELOG.md +14 -0
- package/dist/constants/core-packages.d.ts +1 -1
- package/dist/constants/core-packages.js +1 -1
- package/dist/constants/node.d.ts +1 -1
- package/dist/constants/node.js +1 -1
- package/dist/generators/docker/docker-compose/postgres.js +1 -1
- package/dist/generators/docker/docker-compose/postgres.js.map +1 -1
- package/dist/generators/docker/docker-compose/redis.js +1 -1
- package/dist/generators/docker/docker-compose/redis.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @baseplate-dev/core-generators
|
|
2
2
|
|
|
3
|
+
## 0.6.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#872](https://github.com/halfdomelabs/baseplate/pull/872) [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd) Thanks [@kingston](https://github.com/kingston)! - Update pnpm version to 10.33.0
|
|
8
|
+
|
|
9
|
+
- [#875](https://github.com/halfdomelabs/baseplate/pull/875) [`c3a6719`](https://github.com/halfdomelabs/baseplate/commit/c3a67191d9a456d7440728f43f34cd02d28ffd12) Thanks [@kingston](https://github.com/kingston)! - Restrict docker compose port bindings to 127.0.0.1 to prevent exposing development services to the local network
|
|
10
|
+
|
|
11
|
+
- [#874](https://github.com/halfdomelabs/baseplate/pull/874) [`7031c74`](https://github.com/halfdomelabs/baseplate/commit/7031c74af6a0ee74007a2b3cce30c738cff36e6a) Thanks [@kingston](https://github.com/kingston)! - Upgrade Turborepo from 2.5.0 to 2.9.0
|
|
12
|
+
|
|
13
|
+
- Updated dependencies []:
|
|
14
|
+
- @baseplate-dev/sync@0.6.7
|
|
15
|
+
- @baseplate-dev/utils@0.6.7
|
|
16
|
+
|
|
3
17
|
## 0.6.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/constants/node.d.ts
CHANGED
package/dist/constants/node.js
CHANGED
|
@@ -12,7 +12,7 @@ export function generatePostgresDockerCompose(config) {
|
|
|
12
12
|
POSTGRES_DB: \${POSTGRES_DB:-${config.database}}
|
|
13
13
|
POSTGRES_INITDB_ARGS: '--encoding=UTF8 --locale=en_US.utf8'
|
|
14
14
|
ports:
|
|
15
|
-
- "
|
|
15
|
+
- "127.0.0.1:\${POSTGRES_PORT:-${config.port}}:5432"
|
|
16
16
|
volumes:
|
|
17
17
|
- db-data:/var/lib/postgresql
|
|
18
18
|
networks:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"postgres.js","sourceRoot":"","sources":["../../../../src/generators/docker/docker-compose/postgres.ts"],"names":[],"mappings":"AASA,MAAM,UAAU,6BAA6B,CAC3C,MAAsB;IAEtB,OAAO;QACL,QAAQ,EAAE;YACR;;+CAEyC,MAAM,CAAC,WAAW;;;;;iDAKhB,MAAM,CAAC,QAAQ;qCAC3B,MAAM,CAAC,QAAQ;;;
|
|
1
|
+
{"version":3,"file":"postgres.js","sourceRoot":"","sources":["../../../../src/generators/docker/docker-compose/postgres.ts"],"names":[],"mappings":"AASA,MAAM,UAAU,6BAA6B,CAC3C,MAAsB;IAEtB,OAAO;QACL,QAAQ,EAAE;YACR;;+CAEyC,MAAM,CAAC,WAAW;;;;;iDAKhB,MAAM,CAAC,QAAQ;qCAC3B,MAAM,CAAC,QAAQ;;;uCAGb,MAAM,CAAC,IAAI;;;;;;;;;;;uEAWqB,MAAM,CAAC,QAAQ;;;;wBAI9D;SACnB;QACD,OAAO,EAAE,CAAC,YAAY,CAAC;KACxB,CAAC;AACJ,CAAC"}
|
|
@@ -8,7 +8,7 @@ export function generateRedisDockerCompose(config) {
|
|
|
8
8
|
security_opt:
|
|
9
9
|
- no-new-privileges:true
|
|
10
10
|
ports:
|
|
11
|
-
- "
|
|
11
|
+
- "127.0.0.1:\${REDIS_PORT:-${config.port}}:6379"
|
|
12
12
|
command: redis-server --save 20 1 --loglevel warning --requirepass \${REDIS_PASSWORD:-${config.password}} --maxmemory 256mb --maxmemory-policy noeviction
|
|
13
13
|
volumes:
|
|
14
14
|
- redis-cache:/data
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redis.js","sourceRoot":"","sources":["../../../../src/generators/docker/docker-compose/redis.ts"],"names":[],"mappings":"AAQA,MAAM,UAAU,0BAA0B,CACxC,MAAmB;IAEnB,OAAO;QACL,QAAQ,EAAE;YACR;;+CAEyC,MAAM,CAAC,WAAW;;;;;
|
|
1
|
+
{"version":3,"file":"redis.js","sourceRoot":"","sources":["../../../../src/generators/docker/docker-compose/redis.ts"],"names":[],"mappings":"AAQA,MAAM,UAAU,0BAA0B,CACxC,MAAmB;IAEnB,OAAO;QACL,QAAQ,EAAE;YACR;;+CAEyC,MAAM,CAAC,WAAW;;;;;oCAK7B,MAAM,CAAC,IAAI;4FAC6C,MAAM,CAAC,QAAQ;;;;;;;;;;;;;;;wBAenF;SACnB;QACD,OAAO,EAAE,CAAC,gBAAgB,CAAC;KAC5B,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseplate-dev/core-generators",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"description": "Core generators for Baseplate",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"baseplate",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"semver": "^7.5.4",
|
|
63
63
|
"sort-package-json": "2.10.1",
|
|
64
64
|
"ts-morph": "27.0.2",
|
|
65
|
-
"yaml": "2.8.
|
|
65
|
+
"yaml": "2.8.3",
|
|
66
66
|
"zod": "^4.3.6",
|
|
67
|
-
"@baseplate-dev/sync": "0.6.
|
|
68
|
-
"@baseplate-dev/utils": "0.6.
|
|
67
|
+
"@baseplate-dev/sync": "0.6.7",
|
|
68
|
+
"@baseplate-dev/utils": "0.6.7"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/node": "^24.12.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"oxlint": "1.56.0",
|
|
78
78
|
"typescript": "5.9.3",
|
|
79
79
|
"vitest": "4.0.16",
|
|
80
|
-
"@baseplate-dev/tools": "0.6.
|
|
80
|
+
"@baseplate-dev/tools": "0.6.7"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": "^24.0.0"
|