@ooneex/utils 0.0.3 → 0.0.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ooneex/utils",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,11 +9,15 @@
9
9
  "scripts": {
10
10
  "compile": "tsc ./src/index.ts --declaration --emitDeclarationOnly --target ES2022 --moduleResolution bundler --outfile dist/index.d.ts",
11
11
  "build": "rm -rf dist && bun run compile && bun build ./src/index.ts --outdir ./dist --target browser --format esm --packages external --minify",
12
- "publish": "bun run build && cp package.json dist && cp README.md dist && cd dist && bun publish --access public"
12
+ "publish": "bun run build && bun publish --access public"
13
13
  },
14
14
  "devDependencies": {},
15
15
  "peerDependencies": {},
16
16
  "dependencies": {
17
17
  "nanoid": "^5.1.6"
18
- }
18
+ },
19
+ "files": [
20
+ "dist/**/*.js",
21
+ "dist/**/*.d.ts"
22
+ ]
19
23
  }
File without changes
File without changes