@bslau/hmm_message_lib 1.5.0 → 1.6.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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +21 -21
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bslau/hmm_message_lib",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.mjs",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "tsup",
|
|
10
|
-
"prettier": "npx prettier . --write && git status",
|
|
11
|
-
"prettier:check": "npx prettier . --check",
|
|
12
|
-
"prettier:write": "npx prettier . --write"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [],
|
|
15
|
-
"author": "CIPA Development Team",
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"prettier": "^3.5.3",
|
|
19
|
-
"tsup": "^8.4.0",
|
|
20
|
-
"typescript": "^5.8.3"
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@bslau/hmm_message_lib",
|
|
3
|
+
"version": "1.6.0",
|
|
4
|
+
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "tsup",
|
|
10
|
+
"prettier": "npx prettier . --write && git status",
|
|
11
|
+
"prettier:check": "npx prettier . --check",
|
|
12
|
+
"prettier:write": "npx prettier . --write"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [],
|
|
15
|
+
"author": "CIPA Development Team",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"prettier": "^3.5.3",
|
|
19
|
+
"tsup": "^8.4.0",
|
|
20
|
+
"typescript": "^5.8.3"
|
|
21
|
+
}
|
|
22
22
|
}
|