@summeruse/ol 0.1.2 → 0.1.3

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,14 @@
1
1
  # @summeruse/ol
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e682b46: fix: 移除 defineProps 导入
8
+ - Updated dependencies [dbeece1]
9
+ - Updated dependencies [d3d0faf]
10
+ - @summeruse/common@0.1.0
11
+
3
12
  ## 0.1.2
4
13
 
5
14
  ### 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.3",
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.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@turf/turf": "7.2.0",