@heycar/heycars-map 0.3.8 → 0.3.10

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/package.json CHANGED
@@ -1,13 +1,7 @@
1
1
  {
2
2
  "name": "@heycar/heycars-map",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "type": "module",
5
- "scripts": {
6
- "dev": "vite -c vite.config.dev.ts",
7
- "dev:lib": "concurrently \"vite build --watch --emptyOutDir false\" \"tsc --declarationDir dist --emitDeclarationOnly --noEmit false --declaration --watch\"",
8
- "build": "rm -rf dist && vite build && tsc --declarationDir dist --emitDeclarationOnly --noEmit false --declaration",
9
- "preview": "vite preview"
10
- },
11
5
  "types": "./dist/index.d.ts",
12
6
  "module": "./dist/index.js",
13
7
  "main": "./dist/index.cjs",
@@ -87,8 +81,15 @@
87
81
  "prettier --write"
88
82
  ]
89
83
  },
84
+ "publishConfig": {
85
+ "registry": "https://registry.npmjs.com"
86
+ },
90
87
  "packageManager": "pnpm@7.18.1",
91
88
  "engines": {
92
89
  "node": ">=16.0.0"
90
+ },
91
+ "scripts": {
92
+ "dev": "vite -c vite.config.dev.ts",
93
+ "build": "rm -rf dist && vite build && tsc --declarationDir dist --emitDeclarationOnly --noEmit false --declaration"
93
94
  }
94
- }
95
+ }
package/todo.md CHANGED
@@ -24,9 +24,20 @@ https://dawchihliou.github.io/articles/building-custom-google-maps-marker-react-
24
24
  2. 用户手动输入地址,然后跳回 home 页面, centerplace 的 name 不正确
25
25
  3. 用户地址搜索,先设置台湾,搜个结果,然后切换城市到新加坡,搜索到结果依然是台湾
26
26
 
27
+ 谭红娅
28
+
29
+ - 4789
30
+
27
31
  v0.3.8
28
32
 
29
33
  - 4845
30
34
  - 4898
31
35
  - 4840
32
36
  - 4827
37
+ - 4808
38
+
39
+ v0.3.9
40
+
41
+ - 4809
42
+ - 4604
43
+ - 4789