@strifeapp/astro 1.0.4 → 1.0.6

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/dist/index.js +2 -2
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { loadEnv as f } from "/Users/marcus/Library/Mobile Documents/com~apple~CloudDocs/Projects.nosync/ideas/astro-strife/node_modules/vite/dist/node/index.js";
2
- import r from "/Users/marcus/Library/Mobile Documents/com~apple~CloudDocs/Projects.nosync/ideas/astro-strife/node_modules/serialize-javascript/index.js";
1
+ import { loadEnv as f } from "vite";
2
+ import r from "serialize-javascript";
3
3
  const y = `/**
4
4
  * Creates an indexed item that will be stored in the index.
5
5
  * @param {string} name - Name of property to index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strifeapp/astro",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Official Strife Astro integration",
5
5
  "keywords": [
6
6
  "astro-integration",
@@ -30,7 +30,8 @@
30
30
  "devDependencies": {
31
31
  "@types/dotenv": "^8.2.0",
32
32
  "typescript": "^5.7.3",
33
- "vite": "^6.2.1"
33
+ "vite": "^6.2.1",
34
+ "vite-plugin-dts": "^4.5.3"
34
35
  },
35
36
  "peerDependencies": {
36
37
  "astro": "^4.0.0 || ^5.0.0",