@nirvana-labs/nirvana 1.1.1 → 1.1.2
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 +8 -0
- package/package.json +1 -4
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.1.2 (2025-05-13)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.1.1...v1.1.2](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.1.1...v1.1.2)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **package:** remove engines ([22ae4b0](https://github.com/nirvana-labs/nirvana-typescript/commit/22ae4b044cab6ebb5e0fa33e02bb5047b78c35bb))
|
|
10
|
+
|
|
3
11
|
## 1.1.1 (2025-05-10)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.1.0...v1.1.1](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.1.0...v1.1.1)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nirvana-labs/nirvana",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "The official TypeScript library for the Nirvana Labs API",
|
|
5
5
|
"author": "Nirvana Labs <engineering@nirvanalabs.io>",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -141,8 +141,5 @@
|
|
|
141
141
|
"./version.mjs": {
|
|
142
142
|
"default": "./version.mjs"
|
|
143
143
|
}
|
|
144
|
-
},
|
|
145
|
-
"engines": {
|
|
146
|
-
"node": ">= 20"
|
|
147
144
|
}
|
|
148
145
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.1.
|
|
1
|
+
export const VERSION = '1.1.2'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.2";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.1.
|
|
1
|
+
export const VERSION = '1.1.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|