@elaraai/east-node-io 0.0.1-beta.3 → 0.0.1-beta.5

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": "@elaraai/east-node-io",
3
- "version": "0.0.1-beta.3",
3
+ "version": "0.0.1-beta.5",
4
4
  "description": "I/O platform functions for the East language on Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,7 +8,12 @@
8
8
  ".": {
9
9
  "types": "./dist/index.d.ts",
10
10
  "default": "./dist/index.js"
11
- }
11
+ },
12
+ "./platform": {
13
+ "types": "./dist/platform.d.ts",
14
+ "default": "./dist/platform.js"
15
+ },
16
+ "./package.json": "./package.json"
12
17
  },
13
18
  "files": [
14
19
  "dist",
@@ -23,7 +28,7 @@
23
28
  "package": "npm run build && mkdir -p .package && npm pack --pack-destination .package",
24
29
  "test": "npm run build && node --enable-source-maps --test 'dist/**/*.spec.js'",
25
30
  "test:coverage": "npm run build && node --enable-source-maps --test --experimental-test-coverage 'dist/**/*.spec.js'",
26
- "test:export": "npm run build && npm run lint && EXPORT_TEST_IR=/tmp/east-node-io npm test 2>&1 | grep 'Exported test IR'",
31
+ "test:export": "npm run build && EXPORT_TEST_IR=/tmp/east-node-io npm test 2>&1 | grep 'Exported test IR'",
27
32
  "test:integration": "npm run test:docker:up && npm test && npm run test:docker:down",
28
33
  "test:docker:up": "docker-compose up -d && npm run test:wait",
29
34
  "test:docker:down": "docker-compose down -v",
@@ -80,7 +85,7 @@
80
85
  "node": ">=22.0.0"
81
86
  },
82
87
  "devDependencies": {
83
- "@elaraai/east-node-std": "^0.0.1-beta.3",
88
+ "@elaraai/east-node-std": "*",
84
89
  "@types/adm-zip": "^0.5.7",
85
90
  "@types/better-sqlite3": "^7.6.12",
86
91
  "@types/node": "^22.18.1",
@@ -97,7 +102,7 @@
97
102
  "dependencies": {
98
103
  "@aws-sdk/client-s3": "^3.713.0",
99
104
  "@aws-sdk/s3-request-presigner": "^3.713.0",
100
- "@elaraai/east": "^0.0.1-beta.5",
105
+ "@elaraai/east": "^0.0.1-beta.8",
101
106
  "adm-zip": "^0.5.16",
102
107
  "basic-ftp": "^5.0.5",
103
108
  "better-sqlite3": "^11.0.0",