@summeruse/ol 0.1.2 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @summeruse/ol
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9e56bea]
8
+ - @summeruse/common@0.1.1
9
+
10
+ ## 0.1.3
11
+
12
+ ### Patch Changes
13
+
14
+ - e682b46: fix: 移除 defineProps 导入
15
+ - Updated dependencies [dbeece1]
16
+ - Updated dependencies [d3d0faf]
17
+ - @summeruse/common@0.1.0
18
+
3
19
  ## 0.1.2
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @summeruse/ol
2
2
 
3
+ 用于 OpenLayers 封装的工具库 (组件、组合式函数、常量、工具函数)。
4
+
3
5
  <p align="center">
4
6
  <img width="144px" src="https://642661520.github.io/SummerUse/summeruse_logo_256.png" />
5
7
  </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@summeruse/ol",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.4",
5
5
  "description": "",
6
6
  "author": "finalsummer",
7
7
  "license": "ISC",
@@ -33,7 +33,7 @@
33
33
  "vue": "^3.5.13"
34
34
  },
35
35
  "dependencies": {
36
- "@summeruse/common": "0.0.1"
36
+ "@summeruse/common": "0.1.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@turf/turf": "7.2.0",