@ciwergrp/nuxid 1.13.0 → 1.15.0

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.
@@ -15,3 +15,4 @@ Nuxid is a list of type-safe helpers specifically made for Nuxt version >= 4 for
15
15
  - [useRouteQuery](/composables/use-route-query)
16
16
  - [useQueryFilters](/composables/use-query-filters)
17
17
  - [useVersionUpdater](/composables/use-version-updater)
18
+ - [AI: Agentic Skills](/ai/agentic-skills)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ciwergrp/nuxid",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "All-in-one essential modules for Nuxt",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,6 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@element-plus/nuxt": "1.1.5",
51
+ "@date-fns/tz": "1.4.1",
51
52
  "@formatjs/intl": "4.1.2",
52
53
  "@inquirer/prompts": "8.3.0",
53
54
  "@nuxt/icon": "2.2.1",