@flarehr/apollo-super-campaign 1.85.101 → 1.87.103
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flarehr/apollo-super-campaign",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.87.103",
|
4
4
|
"description": "Flare Apollo Campaign",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"type": "module",
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"node": ">=18.19 <19"
|
12
12
|
},
|
13
13
|
"scripts": {
|
14
|
-
"start": "vite",
|
15
|
-
"dev": "vite",
|
14
|
+
"start": "cross-env IS_HARNESS=true vite",
|
15
|
+
"dev": "cross-env IS_HARNESS=true vite",
|
16
16
|
"build:prod": "tsc && vite build",
|
17
17
|
"build:harness": "tsc && cross-env IS_HARNESS=true vite build",
|
18
18
|
"preview": "vite preview",
|