@cocreate/mongodb 1.25.1 → 1.25.2

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.
@@ -3,7 +3,7 @@ name: Automated Workflow
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - master
6
+ - main
7
7
 
8
8
  jobs:
9
9
  about:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.25.2](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.25.1...v1.25.2) (2026-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * set default branch to main ([0679513](https://github.com/CoCreate-app/CoCreate-mongodb/commit/0679513f125eda3ed4ca5d8f22d964efbe49c1e2))
7
+
1
8
  ## [1.25.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.25.0...v1.25.1) (2026-07-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@cocreate/mongodb","version":"1.25.1","description":"Lightweight, real-time MongoDB CRUD wrapper and multi-tenant state routing client for the collaborative CoCreate ecosystem.","keywords":["mongodb","nosql","crud-api","abstract-crud","database-abstraction","multi-tenant","multi-tenant-routing","realtime-sync","state-synchronization","shared-editing","collaborative-editing","websocket-mesh","peer-to-peer-sync","p2p-database"],"publishConfig":{"access":"public"},"scripts":{"start":"webpack --config webpack.config.js","build":"webpack --mode=production --config webpack.config.js","dev":"webpack --config webpack.config.js --watch"},"repository":{"type":"git","url":"git+https://github.com/CoCreate-app/CoCreate-mongodb.git"},"author":"CoCreate LLC","license":"AGPL-3.0","bugs":{"url":"https://github.com/CoCreate-app/CoCreate-mongodb/issues"},"homepage":"https://cocreate.app/docs/mongodb","funding":{"type":"GitHub Sponsors ❤","url":"https://github.com/sponsors/CoCreate-app"},"type":"module","main":"./src/index.js","dependencies":{"@cocreate/utils":"^1.44.0","mongodb":"^7.5.0"}}
1
+ {"name":"@cocreate/mongodb","version":"1.25.2","description":"Lightweight, real-time MongoDB CRUD wrapper and multi-tenant state routing client for the collaborative CoCreate ecosystem.","keywords":["mongodb","nosql","crud-api","abstract-crud","database-abstraction","multi-tenant","multi-tenant-routing","realtime-sync","state-synchronization","shared-editing","collaborative-editing","websocket-mesh","peer-to-peer-sync","p2p-database"],"publishConfig":{"access":"public"},"scripts":{"start":"webpack --config webpack.config.js","build":"webpack --mode=production --config webpack.config.js","dev":"webpack --config webpack.config.js --watch"},"repository":{"type":"git","url":"git+https://github.com/CoCreate-app/CoCreate-mongodb.git"},"author":"CoCreate LLC","license":"AGPL-3.0","bugs":{"url":"https://github.com/CoCreate-app/CoCreate-mongodb/issues"},"homepage":"https://cocreate.app/docs/mongodb","funding":{"type":"GitHub Sponsors ❤","url":"https://github.com/sponsors/CoCreate-app"},"type":"module","main":"./src/index.js","dependencies":{"@cocreate/utils":"^1.44.0","mongodb":"^7.5.0"}}
package/release.config.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  dryRun: false,
3
- branches: ["master"],
3
+ branches: ["main"],
4
4
  plugins: [
5
5
  "@semantic-release/commit-analyzer",
6
6
  "@semantic-release/release-notes-generator",