@nestledjs/api 0.1.4 → 0.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestledjs/api",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "generators": "./generators.json",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -14,7 +14,7 @@ const internals_1 = require("@prisma/internals");
14
14
  const utils_1 = require("@nestledjs/utils");
15
15
  const get_npm_scope_1 = require("@nx/js/src/utils/package-json/get-npm-scope");
16
16
  // STEP 2: DEFINE PURE HELPER & CONTENT GENERATION FUNCTIONS
17
- // These functions are side-effect free and can be tested independently.
17
+ // These functions are side-effect-free and can be tested independently.
18
18
  function parseCrudAuth(comment) {
19
19
  try {
20
20
  const match = comment.match(/@crudAuth:\s*(\{.*\})/);