@mantou/gem-port 1.0.0 → 1.1.0
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/bin/index.js +2 -1
- package/package.json +4 -4
package/bin/index.js
CHANGED
|
@@ -1854,7 +1854,7 @@ var import_commander = __toESM(require_commander());
|
|
|
1854
1854
|
|
|
1855
1855
|
// package.json
|
|
1856
1856
|
var name = "@mantou/gem-port";
|
|
1857
|
-
var version = "1.
|
|
1857
|
+
var version = "1.1.0";
|
|
1858
1858
|
var description = "Export React component";
|
|
1859
1859
|
|
|
1860
1860
|
// src/common.ts
|
|
@@ -1862,6 +1862,7 @@ var import_path = __toESM(require("path"));
|
|
|
1862
1862
|
var import_fs = require("fs");
|
|
1863
1863
|
|
|
1864
1864
|
// ../gem/lib/utils.js
|
|
1865
|
+
var { assign, setPrototypeOf, fromEntries, entries, keys } = Object;
|
|
1865
1866
|
function camelToKebabCase(str) {
|
|
1866
1867
|
return str.replace(/[A-Z]/g, ($1) => "-" + $1.toLowerCase());
|
|
1867
1868
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantou/gem-port",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Export React component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gem",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"prepublishOnly": "pnpm build"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@gemjs/config": "^2.
|
|
22
|
+
"@gemjs/config": "^2.1.0",
|
|
23
23
|
"commander": "^7.2.0",
|
|
24
|
-
"gem-analyzer": "^2.
|
|
24
|
+
"gem-analyzer": "^2.1.0",
|
|
25
25
|
"ts-morph": "^13.0.0",
|
|
26
26
|
"typescript": "^5.6.2"
|
|
27
27
|
},
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"url": "https://github.com/mantou132/gem/issues"
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/mantou132/gem#readme",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "00c0b40a5f92eaf3fce6e92b1a1f656565e69811"
|
|
40
40
|
}
|