@jackens/nnn 2023.11.4 → 2023.11.7

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 (2) hide show
  1. package/nnn.d.ts +1 -1
  2. package/package.json +1 -1
package/nnn.d.ts CHANGED
@@ -177,7 +177,7 @@ export function nanolightJs(codeJs: string): HArgs[1][];
177
177
  export function plUral(singular: string, plural2: string, plural5: string, value: number): string;
178
178
 
179
179
  /**
180
- * A helper that protect calls to nested properties by `Proxy` which initializes non-existent values with an empty object.
180
+ * A helper that protects calls to nested properties by a `Proxy` that initializes non-existent values with an empty object.
181
181
  */
182
182
  export function pro(ref: any): any;
183
183
 
package/package.json CHANGED
@@ -40,5 +40,5 @@
40
40
  "types": "nnn.d.ts",
41
41
  "name": "@jackens/nnn",
42
42
  "type": "module",
43
- "version": "2023.11.4"
43
+ "version": "2023.11.7"
44
44
  }