@iweather-js/iweather-gl 0.0.14 → 0.0.18

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iweather-js/iweather-gl",
3
- "version": "0.0.14",
3
+ "version": "0.0.18",
4
4
  "description": "工具函数包",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,10 +20,10 @@
20
20
  "scripts": {
21
21
  "build": "rimraf dist && bun run build:types && bun run build.ts",
22
22
  "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist",
23
- "prepare": "bun run build"
23
+ "npm-publish": "npm publish"
24
24
  },
25
25
  "dependencies": {
26
- "@iweather-js/iweather-lib": "^0.0.9",
26
+ "@iweather-js/iweather-lib": "^0.0.11",
27
27
  "@mapbox/tiny-sdf": "^2.0.7",
28
28
  "@turf/turf": "^7.3.1",
29
29
  "@types/d3": "^7.4.3",