create-quorum-router 0.1.11 → 0.1.12
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/README.md +1 -1
- package/bin/create-quorum-router.js +1 -1
- package/package.json +1 -1
- package/templates/basic/README.md +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ deno task intake
|
|
|
17
17
|
deno task supabase:status
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
Current package version: `create-quorum-router@0.1.
|
|
20
|
+
Current package version: `create-quorum-router@0.1.12`. Releases are published
|
|
21
21
|
from an immutable Git tag through GitHub Actions OIDC Trusted Publishing.
|
|
22
22
|
|
|
23
23
|
## What the generated project supports
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# QuorumRouter generated workspace
|
|
2
2
|
|
|
3
3
|
This generated workspace contains the MIT-licensed QuorumRouter current release.
|
|
4
|
-
npm latest targets v0.1.
|
|
4
|
+
npm latest targets v0.1.12.
|
|
5
5
|
|
|
6
6
|
QuorumRouter is **MIT**. It is **open source**. Commercial and production use
|
|
7
7
|
are permitted under the MIT License.
|