@laplace.live/internal 1.3.0 → 1.3.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "module": "src/index.d.ts",
5
5
  "exports": {
6
6
  ".": "./src/index.d.ts",
package/src/index.d.ts CHANGED
@@ -3,13 +3,14 @@
3
3
  * Maintained by laplace.live
4
4
  */
5
5
 
6
- export type { Aicu } from './aicu'
7
- export type { Aliyun } from './aliyun'
8
- export type { BilibiliInternal } from './bilibili'
9
- export type { Danmakus } from './danmakus'
10
- export type { Kuaidi100 } from './kuaidi100'
11
- export type { LaplaceInternal } from './laplace'
12
- export type { LoveAvA } from './loveava'
13
- export type { Steam } from './steam'
14
- export type { Vtbs } from './vtbs'
15
- export type { Zeroroku } from './zeroroku'
6
+ export type * from './common'
7
+ export type { Aicu } from './namespaces/aicu'
8
+ export type { Aliyun } from './namespaces/aliyun'
9
+ export type { BilibiliInternal } from './namespaces/bilibili'
10
+ export type { Danmakus } from './namespaces/danmakus'
11
+ export type { Kuaidi100 } from './namespaces/kuaidi100'
12
+ export type { LaplaceInternal } from './namespaces/laplace'
13
+ export type { LoveAvA } from './namespaces/loveava'
14
+ export type { Steam } from './namespaces/steam'
15
+ export type { Vtbs } from './namespaces/vtbs'
16
+ export type { Zeroroku } from './namespaces/zeroroku'
@@ -1,4 +1,4 @@
1
- import type { StringBoolean } from './common'
1
+ import type { StringBoolean } from '../common'
2
2
 
3
3
  /**
4
4
  * 哔哩哔哩内部 typings
@@ -1,4 +1,4 @@
1
- import type { SteamLanguage } from './const/steam'
1
+ import type { SteamLanguage } from '../const/steam'
2
2
 
3
3
  /**
4
4
  * Steam Store API
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes