@dudousxd/nestjs-catalog 0.2.0 → 0.2.1

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.
@@ -162,7 +162,7 @@ export declare function composePrincipalId(applicationId: string, actorId?: stri
162
162
  *
163
163
  * Total, and lenient by design: every id ever written parses, including the
164
164
  * millions written before actors existed. This is what lets a governance query
165
- * keep asking "everything `flip-nestjs` did" — it matches on `applicationId`
165
+ * keep asking "everything this application did" — it matches on `applicationId`
166
166
  * and gets both the machine's own loads and anything a person did through it.
167
167
  *
168
168
  * Splits on the *first* separator, so an actor id that somehow contains one
@@ -101,7 +101,7 @@ function composePrincipalId(applicationId, actorId) {
101
101
  *
102
102
  * Total, and lenient by design: every id ever written parses, including the
103
103
  * millions written before actors existed. This is what lets a governance query
104
- * keep asking "everything `flip-nestjs` did" — it matches on `applicationId`
104
+ * keep asking "everything this application did" — it matches on `applicationId`
105
105
  * and gets both the machine's own loads and anything a person did through it.
106
106
  *
107
107
  * Splits on the *first* separator, so an actor id that somehow contains one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dudousxd/nestjs-catalog",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A metadata registry for NestJS: object types, properties and relations, derived from your ORM and enriched with decorators.",
5
5
  "license": "MIT",
6
6
  "author": "Davide Carvalho",