@laplace.live/internal 1.2.11 → 1.2.12

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 (2) hide show
  1. package/index.d.ts +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -497,6 +497,9 @@ export declare namespace LaplaceInternal {
497
497
  } | null
498
498
  /** 工会详细信息 */
499
499
  guildInfo: {
500
+ /**
501
+ * @deprecated use `history` instead, latest guild is now migrated to history in Sep 25, 2025, 4:51:27 AM PDT
502
+ */
500
503
  current: {
501
504
  name: string
502
505
  /** Unix timestamp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"