@srimandir/dosha-calculator 1.0.5

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.
@@ -0,0 +1,5 @@
1
+ const A = "1.0.0";
2
+ export {
3
+ A as DOSHA_CALCULATOR_VERSION
4
+ };
5
+ //# sourceMappingURL=dosha-calculator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dosha-calculator.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @srimandir/dosha-calculator\n * Consumed by Hanuman at /dosha-calculator.\n * Reuses Supabase Dosha APIs; result page from Lovable with minimal wiring.\n */\n\nexport const DOSHA_CALCULATOR_VERSION = '1.0.0';\n"],"names":["DOSHA_CALCULATOR_VERSION"],"mappings":"AAMO,MAAMA,IAA2B;"}
@@ -0,0 +1,2 @@
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.DoshaCalculator={}))})(this,(function(e){"use strict";const t="1.0.0";e.DOSHA_CALCULATOR_VERSION=t,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}));
2
+ //# sourceMappingURL=dosha-calculator.umd.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dosha-calculator.umd.cjs","sources":["../src/index.ts"],"sourcesContent":["/**\n * @srimandir/dosha-calculator\n * Consumed by Hanuman at /dosha-calculator.\n * Reuses Supabase Dosha APIs; result page from Lovable with minimal wiring.\n */\n\nexport const DOSHA_CALCULATOR_VERSION = '1.0.0';\n"],"names":["DOSHA_CALCULATOR_VERSION"],"mappings":"wOAMO,MAAMA,EAA2B"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @srimandir/dosha-calculator
3
+ * Consumed by Hanuman at /dosha-calculator.
4
+ * Reuses Supabase Dosha APIs; result page from Lovable with minimal wiring.
5
+ */
6
+ export declare const DOSHA_CALCULATOR_VERSION = "1.0.0";
package/package.json ADDED
@@ -0,0 +1,54 @@
1
+ {
2
+ "name": "@srimandir/dosha-calculator",
3
+ "version": "1.0.5",
4
+ "description": "React NPM package for Dosha Calculator – consumed by Hanuman at /dosha-calculator",
5
+ "type": "module",
6
+ "main": "./dist/dosha-calculator.umd.cjs",
7
+ "module": "./dist/dosha-calculator.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/dosha-calculator.js",
12
+ "require": "./dist/dosha-calculator.umd.cjs",
13
+ "types": "./dist/index.d.ts"
14
+ },
15
+ "./style.css": "./dist/style.css"
16
+ },
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "scripts": {
24
+ "dev": "vite",
25
+ "build": "vite build",
26
+ "preview": "vite preview"
27
+ },
28
+ "peerDependencies": {
29
+ "@srimandir/astrology-common": "workspace:*",
30
+ "react": "^18.0.0",
31
+ "react-dom": "^18.0.0"
32
+ },
33
+ "devDependencies": {
34
+ "@srimandir/astrology-common": "1.0.5",
35
+ "@types/react": "^18.2.0",
36
+ "@types/react-dom": "^18.2.0",
37
+ "@vitejs/plugin-react": "^4.3.4",
38
+ "react": "^18.2.0",
39
+ "react-dom": "^18.2.0",
40
+ "sass": "^1.77.8",
41
+ "tailwindcss": "^3.4.1",
42
+ "typescript": "^5.6.0",
43
+ "vite": "^7.3.0",
44
+ "vite-plugin-dts": "^4.3.0"
45
+ },
46
+ "keywords": [
47
+ "dosha",
48
+ "astrology",
49
+ "srimandir",
50
+ "react"
51
+ ],
52
+ "license": "MIT",
53
+ "gitHead": "69ceee9c1c8b8d1b1256f23c5896ab857b94252b"
54
+ }