solid-panes 3.7.3-429a6424 → 3.7.3-447425e7
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/versionInfo.js +2 -2
- package/dist/versionInfo.js.map +1 -1
- package/package.json +10 -10
package/dist/versionInfo.js
CHANGED
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _default = exports.default = {
|
|
8
|
-
buildTime: '2025-11-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2025-11-04T11:07:25Z',
|
|
9
|
+
commit: '447425e7ef1b69745366e777d4e20420ab407fbf',
|
|
10
10
|
npmInfo: {
|
|
11
11
|
'\'solid-panes\'': '\'3.7.3\',',
|
|
12
12
|
npm: '\'10.8.2\',',
|
package/dist/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","acorn","ada","ares","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\n buildTime: '2025-11-
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","acorn","ada","ares","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\n buildTime: '2025-11-04T11:07:25Z',\n commit: '447425e7ef1b69745366e777d4e20420ab407fbf',\n npmInfo: {\n '\\'solid-panes\\'': '\\'3.7.3\\',',\n npm: '\\'10.8.2\\',',\n node: '\\'20.19.5\\',',\n acorn: '\\'8.15.0\\',',\n ada: '\\'2.9.2\\',',\n ares: '\\'1.34.5\\',',\n brotli: '\\'1.1.0\\',',\n cjs_module_lexer: '\\'2.1.0\\',',\n cldr: '\\'47.0\\',',\n icu: '\\'77.1\\',',\n llhttp: '\\'9.3.0\\',',\n modules: '\\'115\\',',\n napi: '\\'9\\',',\n nghttp2: '\\'1.61.0\\',',\n openssl: '\\'3.0.16\\',',\n simdutf: '\\'6.4.2\\',',\n tz: '\\'2025b\\',',\n undici: '\\'6.21.2\\',',\n unicode: '\\'16.0\\',',\n uv: '\\'1.46.0\\',',\n uvwasi: '\\'0.0.21\\',',\n v8: '\\'11.3.244.8-node.30\\',',\n zlib: '\\'1.3.1-470d3a2\\'',\n '}': '}',\n }\n}\n"],"mappings":";;;;;;iCAAe;EACbA,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EAAE;IACP,iBAAiB,EAAE,YAAY;IAC/BC,GAAG,EAAE,aAAa;IAClBC,IAAI,EAAE,cAAc;IACpBC,KAAK,EAAE,aAAa;IACpBC,GAAG,EAAE,YAAY;IACjBC,IAAI,EAAE,aAAa;IACnBC,MAAM,EAAE,YAAY;IACpBC,gBAAgB,EAAE,YAAY;IAC9BC,IAAI,EAAE,WAAW;IACjBC,GAAG,EAAE,WAAW;IAChBC,MAAM,EAAE,YAAY;IACpBC,OAAO,EAAE,UAAU;IACnBC,IAAI,EAAE,QAAQ;IACdC,OAAO,EAAE,aAAa;IACtBC,OAAO,EAAE,aAAa;IACtBC,OAAO,EAAE,YAAY;IACrBC,EAAE,EAAE,YAAY;IAChBC,MAAM,EAAE,aAAa;IACrBC,OAAO,EAAE,WAAW;IACpBC,EAAE,EAAE,aAAa;IACjBC,MAAM,EAAE,aAAa;IACrBC,EAAE,EAAE,yBAAyB;IAC7BC,IAAI,EAAE,mBAAmB;IACzB,GAAG,EAAE;EACP;AACF,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "3.7.3-
|
|
3
|
+
"version": "3.7.3-447425e7",
|
|
4
4
|
"description": "Solid-compatible Panes: applets and views for the mashlib and databrowser",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
14
|
"clean": "rm -rf dist src/versionInfo.ts",
|
|
15
|
-
"build": "npm run clean && npm run build-version && npm run build-
|
|
16
|
-
"build-version": "./timestamp.sh > src/versionInfo.ts
|
|
17
|
-
"build-
|
|
15
|
+
"build": "npm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run postbuild-js",
|
|
16
|
+
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
|
|
17
|
+
"build-dist": "npm run build-js && npm run build-types",
|
|
18
|
+
"build-js": "babel src --out-dir dist --extensions '.ts,.js' --source-maps",
|
|
18
19
|
"build-types": "tsc --emitDeclarationOnly",
|
|
19
|
-
"build-babel": "babel src --out-dir dist --extensions '.ts,.js' --source-maps",
|
|
20
20
|
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
|
|
21
21
|
"lint": "eslint",
|
|
22
22
|
"lint-fix": "eslint --fix",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/solidos/solid-panes"
|
|
37
|
+
"url": "git+https://github.com/solidos/solid-panes.git"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"solid",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@solid/better-simple-slideshow": "^0.1.0",
|
|
60
60
|
"activitystreams-pane": "0.7.1-dfe75bf9",
|
|
61
|
-
"chat-pane": "2.5.1-
|
|
62
|
-
"contacts-pane": "2.7.1-
|
|
61
|
+
"chat-pane": "^2.5.1-24993fea",
|
|
62
|
+
"contacts-pane": "2.7.1-6b7e6809",
|
|
63
63
|
"dompurify": "^3.2.6",
|
|
64
|
-
"folder-pane": "2.5.1-
|
|
64
|
+
"folder-pane": "^2.5.1-a0c75290",
|
|
65
65
|
"issue-pane": "2.6.1-0dab7458",
|
|
66
66
|
"marked": "^16.1.2",
|
|
67
67
|
"meeting-pane": "2.5.1-5bcdc67c",
|
|
68
68
|
"mime-types": "^3.0.1",
|
|
69
|
-
"profile-pane": "1.2.1-
|
|
69
|
+
"profile-pane": "1.2.1-df8d0a5a",
|
|
70
70
|
"rdflib": "^2.2.37",
|
|
71
71
|
"solid-namespace": "^0.5.4",
|
|
72
72
|
"solid-ui": "2.6.1-b384f98",
|