@unisights/analytics 0.0.8 → 0.0.9
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/README.md +0 -28
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -196,34 +196,6 @@ window.unisights?.log("event", { data: "value" });
|
|
|
196
196
|
|
|
197
197
|
---
|
|
198
198
|
|
|
199
|
-
## 🛠 Development
|
|
200
|
-
|
|
201
|
-
### Prerequisites
|
|
202
|
-
|
|
203
|
-
- Node.js >= 16
|
|
204
|
-
- Rust + Cargo
|
|
205
|
-
- wasm-pack (`cargo install wasm-pack`)
|
|
206
|
-
|
|
207
|
-
### Build
|
|
208
|
-
|
|
209
|
-
```bash
|
|
210
|
-
# Install dependencies
|
|
211
|
-
pnpm install
|
|
212
|
-
|
|
213
|
-
# Build WASM core + JS bundle
|
|
214
|
-
pnpm build
|
|
215
|
-
```
|
|
216
|
-
|
|
217
|
-
### Local Dev Server
|
|
218
|
-
|
|
219
|
-
```bash
|
|
220
|
-
pnpm dev
|
|
221
|
-
```
|
|
222
|
-
|
|
223
|
-
Serves `dist/` at `http://localhost:9005`.
|
|
224
|
-
|
|
225
|
-
---
|
|
226
|
-
|
|
227
199
|
## 📜 License
|
|
228
200
|
|
|
229
201
|
MIT — see [LICENSE](./LICENSE) for details.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unisights/analytics",
|
|
3
3
|
"description": "Unisights browser event tracking script",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.9",
|
|
5
5
|
"main": "dist/unisights.min.js",
|
|
6
6
|
"module": "dist/unisights.min.js",
|
|
7
7
|
"types": "dist/unisights.d.ts",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"cpx": "^1.5.0",
|
|
47
47
|
"dotenv": "^17.0.1",
|
|
48
48
|
"esbuild": "^0.23.0",
|
|
49
|
-
"live-server": "^1.2.2",
|
|
50
49
|
"typescript": "^5.5.0"
|
|
51
50
|
},
|
|
52
51
|
"files": [
|