@palbase/web 4.0.0 → 4.0.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.
package/package.json CHANGED
@@ -1,10 +1,16 @@
1
1
  {
2
2
  "name": "@palbase/web",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Palbe — the Palbase client SDK for web. One entry point: pb.",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "type": "module",
8
+ "imports": {
9
+ "#palbase-mls-wasm": {
10
+ "import": "./dist/_mls-wasm.js",
11
+ "require": "./dist/_mls-wasm.cjs"
12
+ }
13
+ },
8
14
  "sideEffects": false,
9
15
  "repository": {
10
16
  "type": "git",
@@ -102,15 +108,16 @@
102
108
  "@testing-library/react": "^16.0.0",
103
109
  "@types/node": "^25.5.2",
104
110
  "@types/react": "^19.0.0",
111
+ "esbuild": "^0.27.7",
105
112
  "jsdom": "^25.0.0",
106
113
  "react": "^19.0.0",
107
114
  "react-dom": "^19.0.0",
108
115
  "tsup": "^8.4.0",
109
116
  "typescript": "^5.8.0",
110
117
  "vitest": "^3.1.0",
118
+ "@palbase/core": "^2.0.1",
111
119
  "@palbase/auth": "^0.7.3",
112
- "@palbase/flags": "^1.0.1",
113
- "@palbase/core": "^2.0.1"
120
+ "@palbase/flags": "^1.0.1"
114
121
  },
115
122
  "publishConfig": {
116
123
  "access": "public"
Binary file