guidewhale 1.0.13 → 1.0.14

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,8 @@ let userSignature = crypto
34
34
  Start by importing our package by calling `import gwhale from 'guidewhale'`, then initialize the environment and currently active user/company.
35
35
  Make sure to replace placeholder values with your actual environment token and user/company properties, while removing any non-required properties which you don't have/need.
36
36
 
37
+ > ⚠️ **Warning:** Do not name your custom properties with a leading underscore (`_`), as they are reserved for internally generated properties.
38
+
37
39
  ```typescript
38
40
  import gwhale from 'guidewhale';
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guidewhale",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "GuideWhale SDK client script loader",
5
5
  "type": "module",
6
6
  "main": "dist/guidewhale.js",