@iweather-js/iweather-lib 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/dist/index.mjs +0 -5238
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iweather-js/iweather-lib",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "工具函数包",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "./dist"
19
19
  ],
20
20
  "scripts": {
21
- "build": "bun run build.ts && bun run build:types",
21
+ "build": "rimraf dist && bun run build:types && bun run build.ts",
22
22
  "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist",
23
23
  "prepare": "bun run build"
24
24
  },