@alienplatform/sdk 1.10.1 → 1.10.3

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.10.1 build /home/runner/work/alien/alien/packages/sdk
2
+ > @alienplatform/sdk@1.10.3 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
@@ -12,16 +12,16 @@
12
12
  - For the "define". Invalid key: Expected never but received "define". 
13
13
  ℹ dist/index.js 1338.28 kB
14
14
  ℹ dist/commands/index.js  12.03 kB │ gzip: 3.11 kB
15
+ ℹ dist/dist.js  350.34 kB │ gzip: 65.66 kB
16
+ ℹ 3 files, total: 1700.65 kB
15
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.
16
18
  â•­─[ ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js:12:19 ]
17
19
  │
18
- ℹ dist/dist.js  350.34 kB │ gzip: 65.66 kB
19
20
  12 │         var mod = eval("quire".replace(/^/,"re"))(moduleName); // eslint-disable-line no-eval
20
- ℹ 3 files, total: 1700.65 kB
21
21
   │ ──┬─
22
22
   │ ╰─── Use of direct `eval` here.
23
23
   │
24
24
   │ Help: Consider using indirect eval. For more information, check the documentation: https://rolldown.rs/guide/troubleshooting#avoiding-direct-eval
25
25
  ────╯
26
26
 
27
- ✔ Build complete in 159ms
27
+ ✔ Build complete in 177ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alienplatform/sdk",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
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.10.1"
53
+ "@alienplatform/core": "^1.10.3"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown && tsc --emitDeclarationOnly",