site-config-stack 2.0.0 → 2.1.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.
package/dist/index.d.cts CHANGED
@@ -23,7 +23,7 @@ interface SiteConfigResolved {
23
23
  /**
24
24
  * Whether the site is indexable by search engines.
25
25
  *
26
- * @deprecated we should only rely on `env`
26
+ * Allows you to opt-out productions environment from being indexed.
27
27
  */
28
28
  indexable?: boolean;
29
29
  /**
package/dist/index.d.mts CHANGED
@@ -23,7 +23,7 @@ interface SiteConfigResolved {
23
23
  /**
24
24
  * Whether the site is indexable by search engines.
25
25
  *
26
- * @deprecated we should only rely on `env`
26
+ * Allows you to opt-out productions environment from being indexed.
27
27
  */
28
28
  indexable?: boolean;
29
29
  /**
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ interface SiteConfigResolved {
23
23
  /**
24
24
  * Whether the site is indexable by search engines.
25
25
  *
26
- * @deprecated we should only rely on `env`
26
+ * Allows you to opt-out productions environment from being indexed.
27
27
  */
28
28
  indexable?: boolean;
29
29
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "site-config-stack",
3
3
  "type": "module",
4
- "version": "2.0.0",
4
+ "version": "2.1.0",
5
5
  "description": "Shared site configuration utilities.",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -43,7 +43,7 @@
43
43
  "ufo": "^1.3.2"
44
44
  },
45
45
  "devDependencies": {
46
- "vue": "^3.3.11"
46
+ "vue": "^3.3.12"
47
47
  },
48
48
  "scripts": {
49
49
  "lint": "eslint . --fix",