not-node 6.3.64 → 6.3.65

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/package.json +1 -1
  2. package/src/types.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-node",
3
- "version": "6.3.64",
3
+ "version": "6.3.65",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/types.js CHANGED
@@ -113,7 +113,7 @@
113
113
  */
114
114
 
115
115
  /**
116
- * @typedef {Object.<string, notAppFormPropertyProcessingPipe>} notAppFormProcessingPipe
116
+ * @typedef {Object.<string, notAppFormPropertyProcessingPipe | notAppFormPropertyProcessingPipeInstruction>} notAppFormProcessingPipe
117
117
  */
118
118
 
119
119
  /**