@salla.sa/twilight 2.14.342 → 2.14.343
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/dist/@salla.sa/twilight.min.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +73 -73
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
2
|
+
"name": "@salla.sa/twilight",
|
|
3
|
+
"version": "2.14.343",
|
|
4
|
+
"description": "Salla Theme Toolkit, Webcomponents, Events, Requests, Utils",
|
|
5
|
+
"main": "dist/cjs",
|
|
6
|
+
"module": "dist/esm",
|
|
7
|
+
"types": "types/index.d.ts",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"salla",
|
|
10
|
+
"theme",
|
|
11
|
+
"utils",
|
|
12
|
+
"events",
|
|
13
|
+
"requests"
|
|
14
|
+
],
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/SallaApp/twilight.git"
|
|
18
|
+
},
|
|
19
|
+
"author": "Salla.sa",
|
|
20
|
+
"license": "GPL-3.0",
|
|
21
|
+
"files": [
|
|
22
|
+
"dist",
|
|
23
|
+
"types",
|
|
24
|
+
"watcher.js",
|
|
25
|
+
"package.json",
|
|
26
|
+
"postInstall.js"
|
|
27
|
+
],
|
|
28
|
+
"homepage": "https://salla.dev",
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@jitsu/js": "^1.10.0",
|
|
31
|
+
"@salla.sa/base": "*",
|
|
32
|
+
"axios": "^1.6.7",
|
|
33
|
+
"infinite-scroll": "^4.0.1",
|
|
34
|
+
"jwt-decode": "^4.0.0",
|
|
35
|
+
"lang.js": "^1.1.14",
|
|
36
|
+
"websocket": "^1.0.34"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@babel/core": "^7.27.4",
|
|
40
|
+
"@babel/preset-env": "^7.27.2",
|
|
41
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
42
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
43
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
44
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
45
|
+
"babel-loader": "^10.0.0",
|
|
46
|
+
"ev-emitter": "^2.1.0",
|
|
47
|
+
"fizzy-ui-utils": "^3.0.0",
|
|
48
|
+
"form-data": "^4.0.0",
|
|
49
|
+
"jest": "^30.0.0",
|
|
50
|
+
"jest-environment-jsdom": "^30.0.0",
|
|
51
|
+
"load-script": "^2.0.0",
|
|
52
|
+
"rollup": "^4.43.0",
|
|
53
|
+
"rollup-jest": "^3.1.0",
|
|
54
|
+
"rollup-plugin-analyzer": "^4.0.0",
|
|
55
|
+
"rollup-plugin-cleaner": "^1.0.0",
|
|
56
|
+
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.24",
|
|
57
|
+
"rollup-plugin-serve": "^2.0.1",
|
|
58
|
+
"rollup-plugin-version-injector": "^1.3.3",
|
|
59
|
+
"rollup-plugin-watch": "^1.0.1",
|
|
60
|
+
"webpack": "^5.90.3",
|
|
61
|
+
"webpack-build-notifier": "^3.1.0",
|
|
62
|
+
"webpack-cli": "^5.1.4"
|
|
63
|
+
},
|
|
64
|
+
"peerDependencies": {
|
|
65
|
+
"webpack": "^4 || ^5"
|
|
66
|
+
},
|
|
67
|
+
"gitHead": "e43ccbe0086ed916ecad8ac8cf952ece4e035e2e",
|
|
68
|
+
"scripts": {
|
|
69
|
+
"build": "npx rollup --config --bundleConfigAsCjs --preserveSymlinks=true",
|
|
70
|
+
"watch": "npx rollup --watch --config --bundleConfigAsCjs --preserveSymlinks=true",
|
|
71
|
+
"test": "jest --detectOpenHandles",
|
|
72
|
+
"express": "node tests/server/index.js"
|
|
73
|
+
}
|
|
74
|
+
}
|