Skip to content

Commit

Permalink
🔧 configure package.json files for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Oct 10, 2024
1 parent b8d864a commit 8b3cc5e
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 22 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
15 changes: 15 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [[
"@ocoda/event-sourcing",
"@ocoda/event-sourcing-dynamodb",
"@ocoda/event-sourcing-mariadb",
"@ocoda/event-sourcing-mongodb",
"@ocoda/event-sourcing-postgres"
]],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch"
}
1 change: 0 additions & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@ocoda/event-sourcing-benchmarks",
"version": "1.0.0",
"description": "NestJS Event Sourcing Benchmarks",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@ocoda/event-sourcing-docs",
"version": "1.0.0",
"description": "NestJS Event Sourcing Library",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@ocoda/event-sourcing-example",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@ocoda/event-sourcing",
"version": "1.0.0-beta.21",
"description": "NestJS Event Sourcing Library",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand All @@ -12,7 +11,8 @@
"lint": "turbo lint",
"format": "turbo format",
"benchmark": "turbo benchmark --",
"benchmark:report": "turbo benchmark:report"
"benchmark:report": "turbo benchmark:report",
"changeset": "changeset"
},
"engines": {
"node": ">= 18.0.0"
Expand Down
15 changes: 7 additions & 8 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@ocoda/event-sourcing-config",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
}
}
"name": "@ocoda/event-sourcing-config",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocoda/event-sourcing",
"version": "1.0.1-beta.0",
"version": "1.0.0-rc.0",
"description": "NestJS Event Sourcing Library (@core)",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocoda/event-sourcing-dynamodb",
"version": "1.0.1-beta.0",
"version": "1.0.0-rc.0",
"description": "NestJS Event Sourcing Library (@dynamodb)",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/mariadb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocoda/event-sourcing-mariadb",
"version": "1.0.1-beta.0",
"version": "1.0.0-rc.0",
"description": "NestJS Event Sourcing Library (@mariadb)",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocoda/event-sourcing-mongodb",
"version": "1.0.1-beta.0",
"version": "1.0.0-rc.0",
"description": "NestJS Event Sourcing Library (@mongodb)",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocoda/event-sourcing-postgres",
"version": "1.0.1-beta.0",
"version": "1.0.0-rc.0",
"description": "NestJS Event Sourcing Library (@postgres)",
"author": "Dries Hooghe <dries@drieshooghe.com>",
"license": "MIT",
Expand Down
7 changes: 3 additions & 4 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@ocoda/event-sourcing-testing",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ocoda/event-sourcing-config": "workspace:*"
},
"devDependencies": {
"@ocoda/event-sourcing-config": "workspace:*"
},
"peerDependencies": {
"@ocoda/event-sourcing": "workspace:*"
}
Expand Down

0 comments on commit 8b3cc5e

Please sign in to comment.