@alienplatform/sdk 1.7.0 → 1.8.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @alienplatform/sdk@1.7.0 build /home/runner/work/alien/alien/packages/sdk
2
+ > @alienplatform/sdk@1.8.0 build /home/runner/work/alien/alien/packages/sdk
3
3
  > tsdown && tsc --emitDeclarationOnly
4
4
 
5
5
  ℹ tsdown v0.13.5 powered by rolldown v1.0.3
@@ -10,18 +10,18 @@
10
10
  ℹ Cleaning 80 files
11
11
  Warning: Invalid input options (1 issue found)
12
12
  - For the "define". Invalid key: Expected never but received "define". 
13
- ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js (12:18) [EVAL] Use of direct `eval` function is strongly discouraged as it poses security risks and may cause issues with minification.
14
13
  ℹ dist/index.js 1338.28 kB
14
+ ℹ dist/commands/index.js  12.03 kB │ gzip: 3.11 kB
15
+ ℹ dist/dist.js  333.56 kB │ gzip: 62.38 kB
16
+ ℹ 3 files, total: 1683.87 kB
17
+ ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js (12:18) [EVAL] Use of direct `eval` function is strongly discouraged as it poses security risks and may cause issues with minification.
15
18
  â•­─[ ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js:12:19 ]
16
19
  │
17
- ℹ dist/commands/index.js  12.03 kB │ gzip: 3.11 kB
18
20
  12 │         var mod = eval("quire".replace(/^/,"re"))(moduleName); // eslint-disable-line no-eval
19
- ℹ dist/dist.js  333.56 kB │ gzip: 62.38 kB
20
21
   │ ──┬─
21
- ℹ 3 files, total: 1683.87 kB
22
22
   │ ╰─── Use of direct `eval` here.
23
- ✔ Build complete in 181ms
24
23
   │
25
24
   │ Help: Consider using indirect eval. For more information, check the documentation: https://rolldown.rs/guide/troubleshooting#avoiding-direct-eval
26
25
  ────╯
27
26
 
27
+ ✔ Build complete in 271ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alienplatform/sdk",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -50,7 +50,7 @@
50
50
  "protobufjs": "^7.5.3",
51
51
  "ts-pattern": "^5.7.1",
52
52
  "zod": "4.3.2",
53
- "@alienplatform/core": "^1.7.0"
53
+ "@alienplatform/core": "^1.8.0"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown && tsc --emitDeclarationOnly",