iom-sdk 0.1.2 → 0.1.8
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/README.md +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://badge.fury.io/js/iom-sdk)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
A TypeScript SDK for the Internet of Materials (IoM) - A client library for interacting with UUProtocol
|
|
6
|
+
A TypeScript SDK for the Internet of Materials (IoM) - A client library for interacting with UUProtocol based building/material management systems.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.8",
|
|
3
3
|
"name": "iom-sdk",
|
|
4
4
|
"author": "MaEconomy Org",
|
|
5
5
|
"description": "TypeScript SDK for Internet of Materials (IoM) - A client library for interacting with UUProtocol-based building/material management systems",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"type": "module",
|
|
27
|
+
"packageManager": "pnpm@10.18.0",
|
|
27
28
|
"main": "dist/index.js",
|
|
28
29
|
"module": "dist/index.esm.js",
|
|
29
30
|
"types": "dist/index.d.ts",
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
"format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
40
41
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
41
42
|
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
|
|
42
|
-
"prepublishOnly": "npm run
|
|
43
|
+
"prepublishOnly": "npm run build",
|
|
43
44
|
"version": "npm run build",
|
|
44
45
|
"release:patch": "npm version patch",
|
|
45
46
|
"release:minor": "npm version minor",
|
|
@@ -79,4 +80,4 @@
|
|
|
79
80
|
"peerDependencies": {
|
|
80
81
|
"axios": "^1.6.0"
|
|
81
82
|
}
|
|
82
|
-
}
|
|
83
|
+
}
|