@konker.dev/tiny-utils-fp 0.1.0 → 0.1.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konker.dev/tiny-utils-fp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "author": "Konrad Markus <mail@konker.dev>",
6
6
  "license": "ISC",
@@ -46,8 +46,8 @@
46
46
  ],
47
47
  "main": "dist/index.js",
48
48
  "dependencies": {
49
- "effect": "^3.11.2",
50
- "@konker.dev/tiny-error-fp": "0.1.0"
49
+ "effect": "^3.11.3",
50
+ "@konker.dev/tiny-error-fp": "0.1.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@arethetypeswrong/cli": "^0.17.1",
@@ -89,6 +89,6 @@
89
89
  "lint-fix": "pnpm run eslint-fix && pnpm run prettier-fix",
90
90
  "pre-push": "pnpm run lint-check && pnpm run typecheck",
91
91
  "ci": "pnpm run lint-check && pnpm run typecheck && pnpm run type-coverage-check && pnpm run test && pnpm run build && pnpm run generated-exports-check && pnpm run exports-check && pnpm run fixme-check",
92
- "cd": "pnpm run build && pnpm publish --access public --force"
92
+ "cd": "pnpm run build && pnpm publish --access public"
93
93
  }
94
94
  }