@mantou/gem-port 1.2.1 → 1.2.4
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 +1 -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.2.
|
|
1857
|
+
var version = "1.2.4";
|
|
1858
1858
|
var description = "Export React component";
|
|
1859
1859
|
|
|
1860
1860
|
// src/common.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantou/gem-port",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Export React component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gem",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"commander": "^7.2.0",
|
|
23
|
-
"gem-analyzer": "^2.2.
|
|
24
|
-
"ts-morph": "^
|
|
23
|
+
"gem-analyzer": "^2.2.4",
|
|
24
|
+
"ts-morph": "^12.0.0",
|
|
25
25
|
"typescript": "^5.6.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@gemjs/config": "^2.1.
|
|
28
|
+
"@gemjs/config": "^2.1.3"
|
|
29
29
|
},
|
|
30
30
|
"author": "mantou132",
|
|
31
31
|
"license": "MIT",
|