picked 0.0.76 → 0.0.77-next.2

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,13 +1,13 @@
1
1
  {
2
2
  "name": "picked",
3
3
  "description": "The Picked SDK front door: the client, the picked.config helpers, and the picked CLI in one install",
4
- "version": "0.0.76",
4
+ "version": "0.0.77-next.2",
5
5
  "bin": {
6
6
  "picked": "dist/esm/bin.js"
7
7
  },
8
8
  "dependencies": {
9
- "@picked/cli": "0.0.76",
10
- "@picked/config": "0.0.76"
9
+ "@picked/cli": "0.0.77-next.2",
10
+ "@picked/config": "0.0.77-next.2"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@picked/client": "workspace:*",
@@ -60,7 +60,7 @@
60
60
  "main": "./dist/cjs/index.js",
61
61
  "module": "./dist/esm/index.js",
62
62
  "peerDependencies": {
63
- "@picked/client": "0.0.76"
63
+ "@picked/client": "0.0.77-next.2"
64
64
  },
65
65
  "private": false,
66
66
  "scripts": {