@vircle/sdk-web 0.2.0 → 0.2.2

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,80 +1,80 @@
1
1
  {
2
- "name": "@vircle/sdk-web",
3
- "version": "0.2.0",
4
- "description": "Vircle SDK for Web applications",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/index.d.ts",
9
- "files": [
10
- "dist"
11
- ],
12
- "scripts": {
13
- "build": "rollup -c",
14
- "dev": "rollup -c -w",
15
- "test": "jest --config jest.config.cjs",
16
- "test:watch": "jest --config jest.config.cjs --watch",
17
- "test:coverage": "jest --config jest.config.cjs --coverage",
18
- "test:ci": "jest --config jest.config.cjs --ci --coverage --maxWorkers=2",
19
- "lint": "eslint src --ext .ts,.tsx",
20
- "lint:fix": "eslint src --ext .ts,.tsx --fix",
21
- "typecheck": "tsc --noEmit",
22
- "analyze": "rollup-plugin-visualizer stats.html -c",
23
- "prepublishOnly": "npm run build && npm run test:ci",
24
- "prepare": "npm run build",
25
- "clean": "rm -rf dist",
26
- "serve": "node serve.js",
27
- "example": "npm run build && npm run serve"
28
- },
29
- "keywords": [
30
- "analytics",
31
- "vircle",
32
- "sdk",
33
- "web",
34
- "browser",
35
- "tracking"
36
- ],
37
- "repository": "https://github.com/mass-adoption/vircle-sdk",
38
- "author": "Vircle <it@vircle.co.kr> (https://vircle.co.kr)",
39
- "license": "MIT",
40
- "bugs": {
41
- "url": "https://github.com/vircle/sdk/issues"
42
- },
43
- "homepage": "https://vircle.co.kr",
44
- "publishConfig": {
45
- "access": "public",
46
- "registry": "https://registry.npmjs.org/"
47
- },
48
- "dependencies": {
49
- "@vircle/sdk-core-ts": "workspace:*"
50
- },
51
- "devDependencies": {
52
- "@rollup/plugin-alias": "^5.1.1",
53
- "@rollup/plugin-commonjs": "^25.0.7",
54
- "@rollup/plugin-json": "^6.0.1",
55
- "@rollup/plugin-node-resolve": "^15.2.3",
56
- "@rollup/plugin-replace": "^5.0.5",
57
- "@rollup/plugin-typescript": "^11.1.5",
58
- "@types/jest": "^29.5.5",
59
- "@typescript-eslint/eslint-plugin": "^6.9.0",
60
- "@typescript-eslint/parser": "^6.9.0",
61
- "eslint": "^8.51.0",
62
- "eslint-config-prettier": "^9.0.0",
63
- "eslint-plugin-prettier": "^5.0.1",
64
- "jest": "^29.7.0",
65
- "jest-environment-jsdom": "^29.7.0",
66
- "node-fetch": "2",
67
- "prettier": "^3.0.3",
68
- "rollup": "^4.5.0",
69
- "rollup-plugin-dts": "^6.1.0",
70
- "rollup-plugin-filesize": "^10.0.0",
71
- "rollup-plugin-terser": "^7.0.2",
72
- "rollup-plugin-visualizer": "^5.9.2",
73
- "ts-jest": "^29.1.1",
74
- "tslib": "^2.6.2",
75
- "typescript": "^5.2.2"
76
- },
77
- "engines": {
78
- "node": ">= 18.0.0"
79
- }
80
- }
2
+ "name": "@vircle/sdk-web",
3
+ "version": "0.2.2",
4
+ "description": "Vircle SDK for Web applications",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "keywords": [
13
+ "analytics",
14
+ "vircle",
15
+ "sdk",
16
+ "web",
17
+ "browser",
18
+ "tracking"
19
+ ],
20
+ "repository": "https://github.com/mass-adoption/vircle-sdk",
21
+ "author": "Vircle <it@vircle.co.kr> (https://vircle.co.kr)",
22
+ "license": "MIT",
23
+ "bugs": {
24
+ "url": "https://github.com/vircle/sdk/issues"
25
+ },
26
+ "homepage": "https://vircle.co.kr",
27
+ "publishConfig": {
28
+ "access": "public",
29
+ "registry": "https://registry.npmjs.org/"
30
+ },
31
+ "dependencies": {
32
+ "@vircle/sdk-core-ts": "1.1.2"
33
+ },
34
+ "devDependencies": {
35
+ "@rollup/plugin-alias": "^5.1.1",
36
+ "@rollup/plugin-commonjs": "^25.0.7",
37
+ "@rollup/plugin-json": "^6.0.1",
38
+ "@rollup/plugin-node-resolve": "^15.2.3",
39
+ "@rollup/plugin-replace": "^5.0.5",
40
+ "@rollup/plugin-typescript": "^11.1.5",
41
+ "@types/jest": "^29.5.5",
42
+ "@typescript-eslint/eslint-plugin": "^6.9.0",
43
+ "@typescript-eslint/parser": "^6.9.0",
44
+ "eslint": "^8.51.0",
45
+ "eslint-config-prettier": "^9.0.0",
46
+ "eslint-plugin-prettier": "^5.0.1",
47
+ "fake-indexeddb": "^6.2.2",
48
+ "jest": "^29.7.0",
49
+ "jest-environment-jsdom": "^29.7.0",
50
+ "jsdom": "^26.1.0",
51
+ "node-fetch": "2",
52
+ "prettier": "^3.0.3",
53
+ "rollup": "^4.5.0",
54
+ "rollup-plugin-dts": "^6.1.0",
55
+ "rollup-plugin-filesize": "^10.0.0",
56
+ "rollup-plugin-terser": "^7.0.2",
57
+ "rollup-plugin-visualizer": "^5.9.2",
58
+ "ts-jest": "^29.1.1",
59
+ "tslib": "^2.6.2",
60
+ "typescript": "^5.2.2"
61
+ },
62
+ "engines": {
63
+ "node": ">= 18.0.0"
64
+ },
65
+ "scripts": {
66
+ "build": "rollup -c",
67
+ "dev": "rollup -c -w",
68
+ "test": "jest --config jest.config.cjs",
69
+ "test:watch": "jest --config jest.config.cjs --watch",
70
+ "test:coverage": "jest --config jest.config.cjs --coverage",
71
+ "test:ci": "jest --config jest.config.cjs --ci --coverage --maxWorkers=2",
72
+ "lint": "eslint src --ext .ts,.tsx",
73
+ "lint:fix": "eslint src --ext .ts,.tsx --fix",
74
+ "typecheck": "tsc --noEmit",
75
+ "analyze": "rollup-plugin-visualizer stats.html -c",
76
+ "clean": "rm -rf dist",
77
+ "serve": "node serve.js",
78
+ "example": "npm run build && npm run serve"
79
+ }
80
+ }