solid-panes 3.7.3-346708d2 → 3.7.3-34b87265
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 +5 -4
- package/dist/global.d.js +0 -2
- package/dist/global.d.js.map +0 -1
- package/dist/types.d.ts +0 -30
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -6
- package/dist/types.js.map +0 -1
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-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2025-11-03T12:47:54Z',
|
|
9
|
+
commit: '34b87265f3669e21a6da21779171a0463c85da4f',
|
|
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-
|
|
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-03T12:47:54Z',\n commit: '34b87265f3669e21a6da21779171a0463c85da4f',\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-34b87265",
|
|
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",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"LICENSE"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"clean": "rm -rf dist
|
|
14
|
+
"clean": "rm -rf dist src/versionInfo.ts",
|
|
15
15
|
"build": "npm run clean && npm run build-version && npm run build-js && npm run postbuild-js",
|
|
16
16
|
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
|
|
17
17
|
"build-js": "npm run build-types && npm run build-babel",
|
|
18
18
|
"build-types": "tsc --emitDeclarationOnly",
|
|
19
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
|
-
"build-dev": "webpack --progress --mode=development",
|
|
22
21
|
"lint": "eslint",
|
|
22
|
+
"lint-fix": "eslint --fix",
|
|
23
23
|
"typecheck": "tsc --noEmit",
|
|
24
24
|
"typecheck-test": "tsc --noEmit -p tsconfig.test.json",
|
|
25
25
|
"test": "jest --no-coverage",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"preversion": "npm run lint && npm run typecheck && npm test",
|
|
31
31
|
"postversion": "git push origin main --follow-tags",
|
|
32
32
|
"watch": "npm run build-version && babel src -d dist --source-maps --extensions '.ts,.js' --watch",
|
|
33
|
-
"start": "
|
|
33
|
+
"start": "webpack serve --config webpack.dev.config.js --open"
|
|
34
|
+
|
|
34
35
|
},
|
|
35
36
|
"repository": {
|
|
36
37
|
"type": "git",
|
package/dist/global.d.js
DELETED
package/dist/global.d.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global.d.js","names":[],"sources":["../src/global.d.ts"],"sourcesContent":["declare module '*.ttl' {\n const content: string\n export default content\n}\n"],"mappings":"","ignoreList":[]}
|
package/dist/types.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
interface SolidAuthorization {
|
|
2
|
-
access_token: string;
|
|
3
|
-
client_id: string;
|
|
4
|
-
id_token: string;
|
|
5
|
-
}
|
|
6
|
-
interface SolidClaim {
|
|
7
|
-
at_hash: string;
|
|
8
|
-
aud: string;
|
|
9
|
-
azp: string;
|
|
10
|
-
cnf: {
|
|
11
|
-
jwk: string;
|
|
12
|
-
};
|
|
13
|
-
exp: number;
|
|
14
|
-
iat: number;
|
|
15
|
-
iss: string;
|
|
16
|
-
jti: string;
|
|
17
|
-
nonce: string;
|
|
18
|
-
sub: string;
|
|
19
|
-
}
|
|
20
|
-
export interface SolidSession {
|
|
21
|
-
authorization: SolidAuthorization;
|
|
22
|
-
credentialType: string;
|
|
23
|
-
idClaims: SolidClaim;
|
|
24
|
-
idp: string;
|
|
25
|
-
issuer: string;
|
|
26
|
-
sessionKey: string;
|
|
27
|
-
webId: string;
|
|
28
|
-
}
|
|
29
|
-
export {};
|
|
30
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,UAAU,kBAAkB;IAE1B,YAAY,EAAE,MAAM,CAAA;IAEpB,SAAS,EAAE,MAAM,CAAA;IAEjB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,UAAU,UAAU;IAElB,OAAO,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE;QACH,GAAG,EAAE,MAAM,CAAA;KACZ,CAAA;IACD,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,YAAY;IAC3B,aAAa,EAAE,kBAAkB,CAAA;IACjC,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,UAAU,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd"}
|
package/dist/types.js
DELETED
package/dist/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":[],"sources":["../src/types.ts"],"sourcesContent":["interface SolidAuthorization {\n\n access_token: string\n\n client_id: string\n\n id_token: string\n}\n\ninterface SolidClaim {\n\n at_hash: string\n aud: string\n azp: string\n cnf: {\n jwk: string\n }\n exp: number\n iat: number\n iss: string\n jti: string\n nonce: string\n sub: string\n}\n\nexport interface SolidSession {\n authorization: SolidAuthorization\n credentialType: string\n idClaims: SolidClaim\n idp: string\n issuer: string\n sessionKey: string\n webId: string\n}\n"],"mappings":"","ignoreList":[]}
|