@tekkare/auriga 0.2.200 → 0.2.201

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/module.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tekkare/auriga",
3
3
  "configKey": "@tekkare/auriga",
4
4
  "compatibility": {
5
- "nuxt": "^3.0.0"
5
+ "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.2.200"
7
+ "version": "0.2.201"
8
8
  }
package/dist/module.mjs CHANGED
@@ -5,7 +5,7 @@ const module = defineNuxtModule({
5
5
  name: "@tekkare/auriga",
6
6
  configKey: "@tekkare/auriga",
7
7
  compatibility: {
8
- nuxt: "^3.0.0"
8
+ nuxt: ">=3.0.0"
9
9
  }
10
10
  },
11
11
  // Default configuration options of the Nuxt module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.200",
3
+ "version": "0.2.201",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "patch": "nuxt-module-build && npm version patch && npm publish && git push"
31
31
  },
32
32
  "dependencies": {
33
- "@nuxt/kit": "^3.15.4",
33
+ "@nuxt/kit": ">=3.15.4",
34
34
  "@svg-maps/france.departments": "^1.0.1",
35
35
  "@svg-maps/france.regions": "^1.1.1",
36
36
  "@svg-maps/usa": "^1.1.1",
@@ -52,12 +52,12 @@
52
52
  "@nuxt/devtools": "latest",
53
53
  "@nuxt/eslint-config": "^0.2.0",
54
54
  "@nuxt/module-builder": "^0.5.5",
55
- "@nuxt/schema": "^3.15.4",
55
+ "@nuxt/schema": ">=3.15.4",
56
56
  "@nuxt/test-utils": "^3.17.0",
57
57
  "@types/node": "^18.19.76",
58
58
  "changelogen": "^0.5.7",
59
59
  "eslint": "^8.57.1",
60
- "nuxt": "^3.15.4",
60
+ "nuxt": ">=3.15.4",
61
61
  "vitest": "^0.34.6"
62
62
  },
63
63
  "author": "Tekkare"