@oesp/all 5.0.0 → 6.1.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.
package/dist/index.cjs CHANGED
@@ -17,15 +17,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
17
17
  // src/index.ts
18
18
  var index_exports = {};
19
19
  module.exports = __toCommonJS(index_exports);
20
- __reExport(index_exports, require("@oesp/sdk"), module.exports);
20
+ __reExport(index_exports, require("@oesp/core"), module.exports);
21
21
  __reExport(index_exports, require("@oesp/crypto-sodium"), module.exports);
22
+ __reExport(index_exports, require("@oesp/keystore-node"), module.exports);
22
23
  __reExport(index_exports, require("@oesp/storage-memory"), module.exports);
23
24
  __reExport(index_exports, require("@oesp/sync-http"), module.exports);
24
25
  __reExport(index_exports, require("@oesp/transport-ble-gatt"), module.exports);
25
26
  // Annotate the CommonJS export names for ESM import in node:
26
27
  0 && (module.exports = {
27
- ...require("@oesp/sdk"),
28
+ ...require("@oesp/core"),
28
29
  ...require("@oesp/crypto-sodium"),
30
+ ...require("@oesp/keystore-node"),
29
31
  ...require("@oesp/storage-memory"),
30
32
  ...require("@oesp/sync-http"),
31
33
  ...require("@oesp/transport-ble-gatt")
package/dist/index.d.cts CHANGED
@@ -1,5 +1,6 @@
1
- export * from '@oesp/sdk';
1
+ export * from '@oesp/core';
2
2
  export * from '@oesp/crypto-sodium';
3
+ export * from '@oesp/keystore-node';
3
4
  export * from '@oesp/storage-memory';
4
5
  export * from '@oesp/sync-http';
5
6
  export * from '@oesp/transport-ble-gatt';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export * from "@oesp/core";
2
- export * from "@oesp/crypto-sodium";
3
- export * from "@oesp/keystore-node";
4
- export * from "@oesp/storage-memory";
5
- export * from "@oesp/sync-http";
6
- export * from "@oesp/transport-ble-gatt";
1
+ export * from '@oesp/core';
2
+ export * from '@oesp/crypto-sodium';
3
+ export * from '@oesp/keystore-node';
4
+ export * from '@oesp/storage-memory';
5
+ export * from '@oesp/sync-http';
6
+ export * from '@oesp/transport-ble-gatt';
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ // src/index.ts
1
2
  export * from "@oesp/core";
2
3
  export * from "@oesp/crypto-sodium";
3
4
  export * from "@oesp/keystore-node";
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@oesp/all",
3
3
  "private": false,
4
- "version": "5.0.0",
4
+ "version": "6.1.0",
5
5
  "description": "Meta-package including all OESP TypeScript SDK modules",
6
- "main": "dist/index.js",
6
+ "type": "module",
7
+ "main": "dist/index.cjs",
8
+ "module": "dist/index.js",
7
9
  "types": "dist/index.d.ts",
8
10
  "publishConfig": {
9
11
  "access": "public"
@@ -22,12 +24,12 @@
22
24
  "author": "OESP Team",
23
25
  "license": "MIT",
24
26
  "dependencies": {
25
- "@oesp/core": "5.0.0",
26
- "@oesp/crypto-sodium": "5.0.0",
27
- "@oesp/keystore-node": "5.0.0",
28
- "@oesp/storage-memory": "5.0.0",
29
- "@oesp/sync-http": "5.0.0",
30
- "@oesp/transport-ble-gatt": "5.0.0"
27
+ "@oesp/core": "6.1.0",
28
+ "@oesp/crypto-sodium": "6.1.0",
29
+ "@oesp/keystore-node": "6.1.0",
30
+ "@oesp/sync-http": "6.1.0",
31
+ "@oesp/storage-memory": "6.1.0",
32
+ "@oesp/transport-ble-gatt": "6.1.0"
31
33
  },
32
34
  "exports": {
33
35
  ".": {
@@ -38,9 +40,10 @@
38
40
  },
39
41
  "sideEffects": false,
40
42
  "devDependencies": {
43
+ "tsup": "^8.5.1",
41
44
  "typescript": "^5.0.0"
42
45
  },
43
46
  "scripts": {
44
- "build": "tsc -p tsconfig.build.json"
47
+ "build": "tsup src/index.ts --dts --format esm,cjs"
45
48
  }
46
49
  }
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC"}