solid-ui 2.5.0-92c8b33c → 2.5.0-a13003cf
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/solid-ui.js +2 -2
- package/dist/solid-ui.js.map +1 -1
- package/dist/solid-ui.min.js +1 -1
- package/dist/solid-ui.min.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +16 -16
package/lib/versionInfo.js
CHANGED
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.versionInfo = void 0;
|
|
7
7
|
var versionInfo = exports.versionInfo = {
|
|
8
|
-
buildTime: '2025-02-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2025-02-04T09:18:08Z',
|
|
9
|
+
commit: 'a13003cf3c9ab22040806802749c30b45f5ae509',
|
|
10
10
|
npmInfo: {
|
|
11
11
|
'solid-ui': '2.5.0',
|
|
12
12
|
npm: '8.19.4',
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["versionInfo","exports","buildTime","commit","npmInfo","npm","node","acorn","ada","ares","base64","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","nghttp3","ngtcp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export const versionInfo = {\n buildTime: '2025-02-
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["versionInfo","exports","buildTime","commit","npmInfo","npm","node","acorn","ada","ares","base64","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","nghttp3","ngtcp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export const versionInfo = {\n buildTime: '2025-02-04T09:18:08Z',\n commit: 'a13003cf3c9ab22040806802749c30b45f5ae509',\n npmInfo:\n{\n 'solid-ui': '2.5.0',\n npm: '8.19.4',\n node: '18.20.6',\n acorn: '8.13.0',\n ada: '2.8.0',\n ares: '1.29.0',\n base64: '0.5.2',\n brotli: '1.1.0',\n cjs_module_lexer: '1.2.2',\n cldr: '44.1',\n icu: '74.2',\n llhttp: '6.1.1',\n modules: '108',\n napi: '9',\n nghttp2: '1.61.0',\n nghttp3: '0.7.0',\n ngtcp2: '1.3.0',\n openssl: '3.0.15+quic',\n simdutf: '5.6.0',\n tz: '2024a',\n undici: '5.28.5',\n unicode: '15.1',\n uv: '1.44.2',\n uvwasi: '0.0.19',\n v8: '10.2.154.26-node.37',\n zlib: '1.3.0.1-motley'\n}\n}\n"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG;EACzBE,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EACT;IACE,UAAU,EAAE,OAAO;IACnBC,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,KAAK,EAAE,QAAQ;IACfC,GAAG,EAAE,OAAO;IACZC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,OAAO;IACfC,MAAM,EAAE,OAAO;IACfC,gBAAgB,EAAE,OAAO;IACzBC,IAAI,EAAE,MAAM;IACZC,GAAG,EAAE,MAAM;IACXC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE,KAAK;IACdC,IAAI,EAAE,GAAG;IACTC,OAAO,EAAE,QAAQ;IACjBC,OAAO,EAAE,OAAO;IAChBC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE,aAAa;IACtBC,OAAO,EAAE,OAAO;IAChBC,EAAE,EAAE,OAAO;IACXC,MAAM,EAAE,QAAQ;IAChBC,OAAO,EAAE,MAAM;IACfC,EAAE,EAAE,QAAQ;IACZC,MAAM,EAAE,QAAQ;IAChBC,EAAE,EAAE,qBAAqB;IACzBC,IAAI,EAAE;EACR;AACA,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-ui",
|
|
3
|
-
"version": "2.5.0-
|
|
3
|
+
"version": "2.5.0-a13003cf",
|
|
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",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"uuid": "^8.3.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/cli": "^7.
|
|
72
|
-
"@babel/core": "^7.
|
|
71
|
+
"@babel/cli": "^7.26.4",
|
|
72
|
+
"@babel/core": "^7.26.7",
|
|
73
73
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
74
74
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
75
|
-
"@babel/plugin-transform-async-to-generator": "^7.
|
|
76
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
77
|
-
"@babel/preset-env": "^7.
|
|
78
|
-
"@babel/preset-typescript": "^7.
|
|
79
|
-
"@babel/runtime": "^7.
|
|
75
|
+
"@babel/plugin-transform-async-to-generator": "^7.25.9",
|
|
76
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
77
|
+
"@babel/preset-env": "^7.26.7",
|
|
78
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
79
|
+
"@babel/runtime": "^7.26.7",
|
|
80
80
|
"@mdx-js/react": "^2.3.0",
|
|
81
81
|
"@storybook/addon-actions": "6.5.16",
|
|
82
82
|
"@storybook/addon-docs": "6.5.16",
|
|
@@ -90,34 +90,34 @@
|
|
|
90
90
|
"@types/jest": "^27.5.2",
|
|
91
91
|
"@types/jsdom": "^16.2.15",
|
|
92
92
|
"@types/node": "^18.19.26",
|
|
93
|
-
"@types/react": "^17.0.
|
|
93
|
+
"@types/react": "^17.0.83",
|
|
94
94
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
95
95
|
"@typescript-eslint/parser": "^5.62.0",
|
|
96
|
-
"babel-loader": "^8.
|
|
96
|
+
"babel-loader": "^8.4.1",
|
|
97
97
|
"crypto": "^1.0.1",
|
|
98
|
-
"eslint": "^8.57.
|
|
98
|
+
"eslint": "^8.57.1",
|
|
99
99
|
"eslint-config-standard": "^17.1.0",
|
|
100
100
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
101
|
-
"eslint-plugin-import": "^2.
|
|
101
|
+
"eslint-plugin-import": "^2.31.0",
|
|
102
102
|
"eslint-plugin-jest": "^26.9.0",
|
|
103
103
|
"eslint-plugin-node": "^11.1.0",
|
|
104
|
-
"eslint-plugin-promise": "^6.
|
|
104
|
+
"eslint-plugin-promise": "^6.6.0",
|
|
105
105
|
"get-random-values": "^2.1.0",
|
|
106
|
-
"html-webpack-plugin": "^5.6.
|
|
106
|
+
"html-webpack-plugin": "^5.6.3",
|
|
107
107
|
"husky": "^7.0.4",
|
|
108
108
|
"isomorphic-fetch": "^3.0.0",
|
|
109
109
|
"jest": "^27.5.1",
|
|
110
110
|
"jest-environment-jsdom": "^27.5.1",
|
|
111
111
|
"jsdom": "^16.7.0",
|
|
112
112
|
"lint-staged": "^12.5.0",
|
|
113
|
-
"nock": "^13.5.
|
|
113
|
+
"nock": "^13.5.6",
|
|
114
114
|
"react": "^17.0.2",
|
|
115
115
|
"react-dom": "^17.0.2",
|
|
116
116
|
"react-is": "^17.0.2",
|
|
117
117
|
"ts-jest": "^27.1.5",
|
|
118
118
|
"typedoc": "^0.25.12",
|
|
119
119
|
"typescript": "^4.9.5",
|
|
120
|
-
"webpack": "^5.
|
|
120
|
+
"webpack": "^5.97.1",
|
|
121
121
|
"webpack-cli": "^4.10.0"
|
|
122
122
|
},
|
|
123
123
|
"optionalDependencies": {
|