@openfort/openfort-node 0.6.75 → 0.6.76
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/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.76
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#30](https://github.com/openfort-xyz/openfort-node/pull/30) [`2514c7a8a30d23bdef6643bf5697da8a1825b98f`](https://github.com/openfort-xyz/openfort-node/commit/2514c7a8a30d23bdef6643bf5697da8a1825b98f) Thanks [@andrii-kravets-x](https://github.com/andrii-kravets-x)! - refactor actions, bump nodejs, bump glob, js-yaml, tsup, configure Trusted Publishing
|
|
8
|
+
|
|
3
9
|
## 0.6.75
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -23136,7 +23136,7 @@ function httpErrorHandler(target) {
|
|
|
23136
23136
|
}
|
|
23137
23137
|
|
|
23138
23138
|
// src/version.ts
|
|
23139
|
-
var VERSION = "0.6.
|
|
23139
|
+
var VERSION = "0.6.76";
|
|
23140
23140
|
var PACKAGE = "@openfort/openfort-node";
|
|
23141
23141
|
|
|
23142
23142
|
// src/utilities/middleware.ts
|