@elaraai/east-node-io 0.0.1-beta.0 → 0.0.1-beta.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elaraai/east-node-io",
3
- "version": "0.0.1-beta.0",
3
+ "version": "0.0.1-beta.1",
4
4
  "description": "I/O platform functions for the East language on Node.js",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -21,9 +21,9 @@
21
21
  "scripts": {
22
22
  "build": "tsc",
23
23
  "package": "npm run build && mkdir -p .package && npm pack --pack-destination .package",
24
- "prepublishOnly": "npm run lint && npm run test",
25
24
  "test": "npm run build && node --enable-source-maps --test 'dist/**/*.spec.js'",
26
25
  "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'",
27
27
  "test:integration": "npm run test:docker:up && npm test && npm run test:docker:down",
28
28
  "test:docker:up": "docker-compose up -d && npm run test:wait",
29
29
  "test:docker:down": "docker-compose down -v",
@@ -80,7 +80,7 @@
80
80
  "node": ">=22.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@elaraai/east-node-std": "*",
83
+ "@elaraai/east-node-std": "^0.0.1-beta.1",
84
84
  "@types/adm-zip": "^0.5.7",
85
85
  "@types/better-sqlite3": "^7.6.12",
86
86
  "@types/node": "^22.18.1",
@@ -97,7 +97,7 @@
97
97
  "dependencies": {
98
98
  "@aws-sdk/client-s3": "^3.713.0",
99
99
  "@aws-sdk/s3-request-presigner": "^3.713.0",
100
- "@elaraai/east": "^0.0.1-beta.0",
100
+ "@elaraai/east": "^0.0.1-beta.3",
101
101
  "adm-zip": "^0.5.16",
102
102
  "basic-ftp": "^5.0.5",
103
103
  "better-sqlite3": "^11.0.0",