fss-link 1.5.6 → 1.5.9

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 (3) hide show
  1. package/README.md +1 -1
  2. package/bundle/fss-link.js +1721 -1283
  3. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.5.6",
3
+ "version": "1.5.9",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -45,6 +45,7 @@
45
45
  "typecheck": "npm run typecheck --workspaces --if-present",
46
46
  "preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
47
47
  "prepare": "npm run bundle",
48
+ "postinstall": "node scripts/postinstall-message.js",
48
49
  "prepare:package": "node scripts/prepare-package.js",
49
50
  "release:version": "node scripts/version.js",
50
51
  "telemetry": "node scripts/telemetry.js",
@@ -140,6 +141,7 @@
140
141
  "node-fetch": "^3.3.2",
141
142
  "open": "^10.1.2",
142
143
  "p-limit": "^7.1.1",
144
+ "proper-lockfile": "^4.1.2",
143
145
  "qrcode-terminal": "^0.12.0",
144
146
  "react": "19.1.1",
145
147
  "react-dom": "19.1.1",