solid-ui 2.4.19-alpha-2ef4a34d → 2.4.19-bd105e9f
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/main.js +177 -192
- package/dist/main.js.map +1 -1
- package/lib/versionInfo.js +3 -3
- package/lib/versionInfo.js.map +1 -1
- package/package.json +16 -16
package/lib/versionInfo.js
CHANGED
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.versionInfo = void 0;
|
|
7
7
|
var versionInfo = {
|
|
8
|
-
buildTime: '2022-03-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2022-03-29T21:14:43Z',
|
|
9
|
+
commit: 'bd105e9f45ad55dd3ec0ab1ab247491a86e48aaa',
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-ui': '2.4.19
|
|
11
|
+
'solid-ui': '2.4.19',
|
|
12
12
|
npm: '6.14.16',
|
|
13
13
|
ares: '1.18.1',
|
|
14
14
|
brotli: '1.0.9',
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/versionInfo.ts"],"names":["versionInfo","buildTime","commit","npmInfo","npm","ares","brotli","cldr","icu","llhttp","modules","napi","nghttp2","node","openssl","tz","unicode","uv","v8","zlib"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAG;AACzBC,EAAAA,SAAS,EAAE,sBADc;AAEzBC,EAAAA,MAAM,EAAE,0CAFiB;AAGzBC,EAAAA,OAAO,EACT;AACE,gBAAY,
|
|
1
|
+
{"version":3,"sources":["../src/versionInfo.ts"],"names":["versionInfo","buildTime","commit","npmInfo","npm","ares","brotli","cldr","icu","llhttp","modules","napi","nghttp2","node","openssl","tz","unicode","uv","v8","zlib"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAG;AACzBC,EAAAA,SAAS,EAAE,sBADc;AAEzBC,EAAAA,MAAM,EAAE,0CAFiB;AAGzBC,EAAAA,OAAO,EACT;AACE,gBAAY,QADd;AAEEC,IAAAA,GAAG,EAAE,SAFP;AAGEC,IAAAA,IAAI,EAAE,QAHR;AAIEC,IAAAA,MAAM,EAAE,OAJV;AAKEC,IAAAA,IAAI,EAAE,MALR;AAMEC,IAAAA,GAAG,EAAE,MANP;AAOEC,IAAAA,MAAM,EAAE,OAPV;AAQEC,IAAAA,OAAO,EAAE,IARX;AASEC,IAAAA,IAAI,EAAE,GATR;AAUEC,IAAAA,OAAO,EAAE,QAVX;AAWEC,IAAAA,IAAI,EAAE,SAXR;AAYEC,IAAAA,OAAO,EAAE,QAZX;AAaEC,IAAAA,EAAE,EAAE,QAbN;AAcEC,IAAAA,OAAO,EAAE,MAdX;AAeEC,IAAAA,EAAE,EAAE,QAfN;AAgBEC,IAAAA,EAAE,EAAE,oBAhBN;AAiBEC,IAAAA,IAAI,EAAE;AAjBR;AAJ2B,CAApB","sourcesContent":["export const versionInfo = {\n buildTime: '2022-03-29T21:14:43Z',\n commit: 'bd105e9f45ad55dd3ec0ab1ab247491a86e48aaa',\n npmInfo:\n{\n 'solid-ui': '2.4.19',\n npm: '6.14.16',\n ares: '1.18.1',\n brotli: '1.0.9',\n cldr: '40.0',\n icu: '70.1',\n llhttp: '2.1.4',\n modules: '83',\n napi: '8',\n nghttp2: '1.42.0',\n node: '14.19.0',\n openssl: '1.1.1m',\n tz: '2021a3',\n unicode: '14.0',\n uv: '1.42.0',\n v8: '8.4.371.23-node.85',\n zlib: '1.2.11'\n}\n}\n"],"file":"versionInfo.js"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-ui",
|
|
3
|
-
"version": "2.4.19-
|
|
3
|
+
"version": "2.4.19-bd105e9f",
|
|
4
4
|
"description": "UI library for writing Solid read-write-web applications",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -58,42 +58,42 @@
|
|
|
58
58
|
"jss-preset-default": "^10.9.0",
|
|
59
59
|
"mime-types": "^2.1.35",
|
|
60
60
|
"pane-registry": "^2.4.7",
|
|
61
|
-
"rdflib": "^2.2.
|
|
61
|
+
"rdflib": "^2.2.18",
|
|
62
62
|
"solid-logic": "^1.3.14",
|
|
63
63
|
"solid-namespace": "^0.5.2",
|
|
64
64
|
"uuid": "^8.3.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@babel/cli": "^7.17.6",
|
|
68
|
-
"@babel/core": "^7.17.
|
|
68
|
+
"@babel/core": "^7.17.7",
|
|
69
69
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
70
70
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
71
71
|
"@babel/plugin-transform-async-to-generator": "^7.16.8",
|
|
72
72
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
73
73
|
"@babel/preset-env": "^7.16.11",
|
|
74
74
|
"@babel/preset-typescript": "^7.16.7",
|
|
75
|
-
"@babel/runtime": "^7.17.
|
|
75
|
+
"@babel/runtime": "^7.17.7",
|
|
76
76
|
"@storybook/addon-docs": "^6.4.19",
|
|
77
77
|
"@storybook/addon-essentials": "^6.4.19",
|
|
78
78
|
"@storybook/addon-links": "^6.4.19",
|
|
79
79
|
"@storybook/builder-webpack5": "^6.4.19",
|
|
80
80
|
"@storybook/html": "^6.4.19",
|
|
81
81
|
"@storybook/manager-webpack5": "^6.4.19",
|
|
82
|
-
"@testing-library/dom": "^8.
|
|
82
|
+
"@testing-library/dom": "^8.11.3",
|
|
83
83
|
"@testing-library/user-event": "^13.5.0",
|
|
84
84
|
"@types/jest": "^27.4.1",
|
|
85
85
|
"@types/jsdom": "^16.2.14",
|
|
86
|
-
"@types/node": "^17.0.
|
|
87
|
-
"@types/react": "^17.0.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
89
|
-
"@typescript-eslint/parser": "^5.
|
|
90
|
-
"babel-loader": "^8.2.
|
|
91
|
-
"eslint": "^8.
|
|
86
|
+
"@types/node": "^17.0.21",
|
|
87
|
+
"@types/react": "^17.0.40",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
89
|
+
"@typescript-eslint/parser": "^5.15.0",
|
|
90
|
+
"babel-loader": "^8.2.3",
|
|
91
|
+
"eslint": "^8.11.0",
|
|
92
92
|
"eslint-config-standard": "^17.0.0-1",
|
|
93
|
-
"eslint-import-resolver-typescript": "^2.
|
|
93
|
+
"eslint-import-resolver-typescript": "^2.5.0",
|
|
94
94
|
"eslint-plugin-import": "^2.25.4",
|
|
95
|
-
"eslint-plugin-jest": "^26.1.
|
|
96
|
-
"eslint-plugin-n": "^15.1
|
|
95
|
+
"eslint-plugin-jest": "^26.1.1",
|
|
96
|
+
"eslint-plugin-n": "^15.0.1",
|
|
97
97
|
"eslint-plugin-node": "^11.1.0",
|
|
98
98
|
"eslint-plugin-promise": "^6.0.0",
|
|
99
99
|
"html-webpack-plugin": "^5.5.0",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"react": "^17.0.2",
|
|
106
106
|
"react-dom": "^17.0.2",
|
|
107
107
|
"react-is": "^17.0.2",
|
|
108
|
-
"ts-jest": "^27.1.
|
|
108
|
+
"ts-jest": "^27.1.3",
|
|
109
109
|
"typedoc": "^0.22.13",
|
|
110
|
-
"typescript": "^4.6.
|
|
110
|
+
"typescript": "^4.6.2",
|
|
111
111
|
"webpack": "^5.70.0",
|
|
112
112
|
"webpack-cli": "^4.9.2"
|
|
113
113
|
},
|