solid-panes 3.5.30-6cc8fb8a → 3.5.30-86dd51e7
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/.github/workflows/ci.yml +21 -2
- package/lib/versionInfo.d.ts +2 -0
- package/lib/versionInfo.d.ts.map +1 -1
- package/lib/versionInfo.js +14 -12
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
- package/src/versionInfo.ts +14 -12
package/.github/workflows/ci.yml
CHANGED
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
- run: npm test
|
|
35
35
|
- run: npm run build --if-present
|
|
36
36
|
- name: Save build
|
|
37
|
-
if: matrix.node-version == '
|
|
37
|
+
if: matrix.node-version == '16.x'
|
|
38
38
|
uses: actions/upload-artifact@v2
|
|
39
39
|
with:
|
|
40
40
|
name: build
|
|
@@ -42,6 +42,7 @@ jobs:
|
|
|
42
42
|
.
|
|
43
43
|
!node_modules
|
|
44
44
|
retention-days: 1
|
|
45
|
+
|
|
45
46
|
npm-publish-build:
|
|
46
47
|
needs: build
|
|
47
48
|
runs-on: ubuntu-latest
|
|
@@ -51,7 +52,7 @@ jobs:
|
|
|
51
52
|
name: build
|
|
52
53
|
- uses: actions/setup-node@v1
|
|
53
54
|
with:
|
|
54
|
-
node-version:
|
|
55
|
+
node-version: 16.x
|
|
55
56
|
- uses: rlespinasse/github-slug-action@v3.x
|
|
56
57
|
- name: Append commit hash to package version
|
|
57
58
|
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
|
|
@@ -61,3 +62,21 @@ jobs:
|
|
|
61
62
|
with:
|
|
62
63
|
token: ${{ secrets.NPM_TOKEN }}
|
|
63
64
|
tag: ${{ env.GITHUB_REF_SLUG }}
|
|
65
|
+
|
|
66
|
+
npm-publish-latest:
|
|
67
|
+
needs: build
|
|
68
|
+
runs-on: ubuntu-latest
|
|
69
|
+
if: github.ref == 'refs/heads/main'
|
|
70
|
+
steps:
|
|
71
|
+
- uses: actions/download-artifact@v2
|
|
72
|
+
with:
|
|
73
|
+
name: build
|
|
74
|
+
- uses: actions/setup-node@v1
|
|
75
|
+
with:
|
|
76
|
+
node-version: 16.x
|
|
77
|
+
- name: Disable pre- and post-publish actions
|
|
78
|
+
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
|
|
79
|
+
- uses: JS-DevTools/npm-publish@v1
|
|
80
|
+
with:
|
|
81
|
+
token: ${{ secrets.NPM_TOKEN }}
|
|
82
|
+
tag: latest
|
package/lib/versionInfo.d.ts
CHANGED
package/lib/versionInfo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.d.ts","sourceRoot":"","sources":["../src/versionInfo.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"versionInfo.d.ts","sourceRoot":"","sources":["../src/versionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyBE"}
|
package/lib/versionInfo.js
CHANGED
|
@@ -5,26 +5,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
buildTime: "2023-02-
|
|
9
|
-
commit: "
|
|
8
|
+
buildTime: "2023-02-28T18:25:19Z",
|
|
9
|
+
commit: "86dd51e7bee4cc545a70bc0bb3e03d6ec1fb2e76",
|
|
10
10
|
npmInfo: {
|
|
11
11
|
'solid-panes': '3.5.30',
|
|
12
12
|
npm: '8.19.3',
|
|
13
|
-
node: '
|
|
14
|
-
v8: '
|
|
15
|
-
uv: '1.
|
|
13
|
+
node: '16.19.1',
|
|
14
|
+
v8: '9.4.146.26-node.24',
|
|
15
|
+
uv: '1.43.0',
|
|
16
16
|
zlib: '1.2.11',
|
|
17
17
|
brotli: '1.0.9',
|
|
18
18
|
ares: '1.18.1',
|
|
19
|
-
modules: '
|
|
20
|
-
nghttp2: '1.
|
|
19
|
+
modules: '93',
|
|
20
|
+
nghttp2: '1.47.0',
|
|
21
21
|
napi: '8',
|
|
22
|
-
llhttp: '
|
|
23
|
-
openssl: '1.1.
|
|
24
|
-
cldr: '
|
|
25
|
-
icu: '
|
|
22
|
+
llhttp: '6.0.10',
|
|
23
|
+
openssl: '1.1.1t+quic',
|
|
24
|
+
cldr: '41.0',
|
|
25
|
+
icu: '71.1',
|
|
26
26
|
tz: '2022f',
|
|
27
|
-
unicode: '14.0'
|
|
27
|
+
unicode: '14.0',
|
|
28
|
+
ngtcp2: '0.8.1',
|
|
29
|
+
nghttp3: '0.7.0'
|
|
28
30
|
}
|
|
29
31
|
};
|
|
30
32
|
exports["default"] = _default;
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","v8","uv","zlib","brotli","ares","modules","nghttp2","napi","llhttp","openssl","cldr","icu","tz","unicode"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\nbuildTime: \"2023-02-
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","v8","uv","zlib","brotli","ares","modules","nghttp2","napi","llhttp","openssl","cldr","icu","tz","unicode","ngtcp2","nghttp3"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\nbuildTime: \"2023-02-28T18:25:19Z\",\ncommit: \"86dd51e7bee4cc545a70bc0bb3e03d6ec1fb2e76\",\nnpmInfo:\n{\n 'solid-panes': '3.5.30',\n npm: '8.19.3',\n node: '16.19.1',\n v8: '9.4.146.26-node.24',\n uv: '1.43.0',\n zlib: '1.2.11',\n brotli: '1.0.9',\n ares: '1.18.1',\n modules: '93',\n nghttp2: '1.47.0',\n napi: '8',\n llhttp: '6.0.10',\n openssl: '1.1.1t+quic',\n cldr: '41.0',\n icu: '71.1',\n tz: '2022f',\n unicode: '14.0',\n ngtcp2: '0.8.1',\n nghttp3: '0.7.0'\n}\n};\n"],"mappings":";;;;;;eAAe;EACfA,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EACP;IACE,aAAa,EAAE,QAAQ;IACvBC,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,EAAE,EAAE,oBAAoB;IACxBC,EAAE,EAAE,QAAQ;IACZC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,OAAO;IACfC,IAAI,EAAE,QAAQ;IACdC,OAAO,EAAE,IAAI;IACbC,OAAO,EAAE,QAAQ;IACjBC,IAAI,EAAE,GAAG;IACTC,MAAM,EAAE,QAAQ;IAChBC,OAAO,EAAE,aAAa;IACtBC,IAAI,EAAE,MAAM;IACZC,GAAG,EAAE,MAAM;IACXC,EAAE,EAAE,OAAO;IACXC,OAAO,EAAE,MAAM;IACfC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE;EACX;AACA,CAAC;AAAA"}
|
package/package.json
CHANGED
package/src/versionInfo.ts
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "2023-02-
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2023-02-28T18:25:19Z",
|
|
3
|
+
commit: "86dd51e7bee4cc545a70bc0bb3e03d6ec1fb2e76",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
6
|
'solid-panes': '3.5.30',
|
|
7
7
|
npm: '8.19.3',
|
|
8
|
-
node: '
|
|
9
|
-
v8: '
|
|
10
|
-
uv: '1.
|
|
8
|
+
node: '16.19.1',
|
|
9
|
+
v8: '9.4.146.26-node.24',
|
|
10
|
+
uv: '1.43.0',
|
|
11
11
|
zlib: '1.2.11',
|
|
12
12
|
brotli: '1.0.9',
|
|
13
13
|
ares: '1.18.1',
|
|
14
|
-
modules: '
|
|
15
|
-
nghttp2: '1.
|
|
14
|
+
modules: '93',
|
|
15
|
+
nghttp2: '1.47.0',
|
|
16
16
|
napi: '8',
|
|
17
|
-
llhttp: '
|
|
18
|
-
openssl: '1.1.
|
|
19
|
-
cldr: '
|
|
20
|
-
icu: '
|
|
17
|
+
llhttp: '6.0.10',
|
|
18
|
+
openssl: '1.1.1t+quic',
|
|
19
|
+
cldr: '41.0',
|
|
20
|
+
icu: '71.1',
|
|
21
21
|
tz: '2022f',
|
|
22
|
-
unicode: '14.0'
|
|
22
|
+
unicode: '14.0',
|
|
23
|
+
ngtcp2: '0.8.1',
|
|
24
|
+
nghttp3: '0.7.0'
|
|
23
25
|
}
|
|
24
26
|
};
|