@okf/ootils 1.6.0 → 1.6.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.
package/dist/node.js CHANGED
@@ -278,7 +278,8 @@ var init_Tpl = __esm({
278
278
  title: String,
279
279
  singular: String,
280
280
  ctaText: String,
281
- listingDesc: String
281
+ listingDesc: String,
282
+ aiDesc: String
282
283
  },
283
284
  allowQuickTagCreation: { enable: Boolean },
284
285
  segment: String,
package/dist/node.mjs CHANGED
@@ -283,7 +283,8 @@ var init_Tpl = __esm({
283
283
  title: String,
284
284
  singular: String,
285
285
  ctaText: String,
286
- listingDesc: String
286
+ listingDesc: String,
287
+ aiDesc: String
287
288
  },
288
289
  allowQuickTagCreation: { enable: Boolean },
289
290
  segment: String,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.0",
6
+ "version": "1.6.1",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",