saasicat 0.7.0 → 0.9.0

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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +12 -10
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # saasicat
2
2
 
3
+ ## 0.9.0
4
+
5
+ ## 0.8.0
6
+
3
7
  ## 0.7.0
4
8
 
5
9
  ## 0.6.0
package/README.md CHANGED
@@ -1,18 +1,20 @@
1
1
  # saasicat
2
2
 
3
- **SaaSiCat** is a SaaS platform framework for NestJS apps: plans, entitlements,
4
- billing lifecycle, promo codes, admin manifest, audit, MFA and a SuperAdmin UI.
3
+ **SaaSiCat** connects code-declared capabilities to discovery, commercial
4
+ packages, customer contracts and runtime enforcement in NestJS applications.
5
+ It also includes the SuperAdmin, audit, MFA and billing lifecycle building
6
+ blocks needed to operate that flow.
5
7
 
6
8
  This package is a **pointer** — it reserves the unscoped name and contains no
7
9
  code. The framework lives in the `@saasicat` scope. You probably want one of:
8
10
 
9
- | You want to… | Install |
10
- | --- | --- |
11
- | Add the platform to a NestJS backend | `npm install @saasicat/nest` |
12
- | Scaffold a SuperAdmin app | `npm create saasicat-admin` |
13
- | Use the SuperAdmin Vue 3 components | `npm install @saasicat/ui-vue` |
14
- | Use the CLI | `npm install -D @saasicat/cli` |
15
- | Persist with Prisma / Drizzle | `npm install @saasicat/adapter-prisma` or `@saasicat/adapter-drizzle` |
16
- | Types and JSON Schemas only | `npm install @saasicat/types` / `@saasicat/spec` |
11
+ | You want to… | Install |
12
+ | ------------------------------------ | --------------------------------------------------------------------- |
13
+ | Add the platform to a NestJS backend | `npm install @saasicat/nest` |
14
+ | Scaffold a SuperAdmin app | `npm create saasicat-admin` |
15
+ | Use the SuperAdmin Vue 3 components | `npm install @saasicat/ui-vue` |
16
+ | Use the CLI | `npm install -D @saasicat/cli` |
17
+ | Persist with Prisma / Drizzle | `npm install @saasicat/adapter-prisma` or `@saasicat/adapter-drizzle` |
18
+ | Types and JSON Schemas only | `npm install @saasicat/types` / `@saasicat/spec` |
17
19
 
18
20
  Documentation and source: <https://github.com/uelker70/saasicat>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saasicat",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "Pointer package for the SaaSiCat framework. You probably want @saasicat/nest (framework) or `npm create saasicat-admin` (scaffolding).",
5
5
  "keywords": [
6
6
  "saas",