@undefineds.co/xpod 0.4.0-rc.149 → 0.4.0-rc.151

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undefineds.co/xpod",
3
- "version": "0.4.0-rc.149",
3
+ "version": "0.4.0-rc.151",
4
4
  "description": "Xpod is an extended Community Solid Server, offering rich-feature, production-level Solid Pod and identity management.",
5
5
  "repository": "https://github.com/undefinedsco/xpod",
6
6
  "author": "developer@undefineds.co",
@@ -263,7 +263,7 @@
263
263
  }
264
264
  },
265
265
  "optionalDependencies": {
266
- "@undefineds.co/xpod-darwin-arm64": "0.4.0-rc.149"
266
+ "@undefineds.co/xpod-darwin-arm64": "0.4.0-rc.151"
267
267
  },
268
268
  "resolutions": {
269
269
  "@inrupt/solid-client-authn-browser": "^3.1.1",
@@ -283,9 +283,5 @@
283
283
  "oidc-provider": "9.5.1",
284
284
  "@undefineds.co/drizzle-solid": "0.3.24"
285
285
  },
286
- "packageManager": "bun@1.3.8",
287
- "patchedDependencies": {
288
- "@undefineds.co/drizzle-solid@0.3.24": "patches/@undefineds.co%2Fdrizzle-solid@0.3.24.patch",
289
- "@undefineds.co/models@0.2.53": "patches/@undefineds.co%2Fmodels@0.2.53.patch"
290
- }
286
+ "packageManager": "bun@1.3.8"
291
287
  }