@memberstack/dom 1.9.29 → 1.9.30
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberstack/dom",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.30",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./lib/index.mjs",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"js-cookie": "^3.0.1"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"dev": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT
|
|
19
|
-
"build": "tsup --format esm,cjs --dts --env.API_ENDPOINT
|
|
18
|
+
"dev": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT https://client.memberstack.com",
|
|
19
|
+
"build": "tsup --format esm,cjs --dts --env.API_ENDPOINT https://client.memberstack.com",
|
|
20
20
|
"prepublishOnly": "yarn workspace prebuilt-uis build && yarn build:local",
|
|
21
|
-
"prepublishOnly:porter-prod": "yarn workspace prebuilt-uis build && tsup --format esm,cjs --dts --env.API_ENDPOINT
|
|
22
|
-
"prepublishOnly:porter-dev": "yarn workspace prebuilt-uis build && tsup --format esm,cjs --dts --env.API_ENDPOINT
|
|
21
|
+
"prepublishOnly:porter-prod": "yarn workspace prebuilt-uis build && tsup --format esm,cjs --dts --env.API_ENDPOINT https://client.memberstack.com",
|
|
22
|
+
"prepublishOnly:porter-dev": "yarn workspace prebuilt-uis build && tsup --format esm,cjs --dts --env.API_ENDPOINT https://dev-client.memberstack.com",
|
|
23
23
|
"watch": "tsc-watch",
|
|
24
|
-
"watch:dev": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT
|
|
25
|
-
"watch:dev-ngrok": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT
|
|
26
|
-
"watch:dev-api": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT
|
|
24
|
+
"watch:dev": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT http://localhost:3005",
|
|
25
|
+
"watch:dev-ngrok": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT https://client-testing.ngrok.io",
|
|
26
|
+
"watch:dev-api": "tsup --format esm,cjs --dts --watch --env.API_ENDPOINT https://dev-client.memberstack.com",
|
|
27
27
|
"clean": "rm -rf node_modules lib",
|
|
28
28
|
"deploy:latest": "npx np --tag latest --no-tests --any-branch",
|
|
29
29
|
"deploy:next": "npx np --tag next --no-tests --any-branch",
|