Skip to content

Commit 07e64b7

Browse files
authored
Merge pull request #783 from postmanlabs/release/v1.14.1
Release version v1.14.1
2 parents 4c8b85e + 91324b7 commit 07e64b7

File tree

45 files changed

+221
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+221
-275
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v1.14.1] - 2024-12-18
6+
7+
### Fixed
8+
9+
- Fix for - [#780](https://github.com/postmanlabs/postman-code-generators/issues/780) Made the codegens package manager agnostic by removing lock files.
10+
511
## [v1.14.0] - 2024-10-10
612

713
### Fixed
@@ -184,7 +190,9 @@ v1.0.0 (May 29, 2020)
184190
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
185191
- Fix snippet generation for powershell and jquery, where form data params had no type field
186192

187-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...HEAD
193+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.1...HEAD
194+
195+
[v1.14.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...v1.14.1
188196

189197
[v1.14.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.13.0...v1.14.0
190198

codegens/csharp-httpclient/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
# Package manager lock files
10+
yarn.lock
11+
package-lock.json
12+
pnpm-lock.yaml
13+
bun.lockb
14+
915
# Coverage directory used by tools like istanbul
1016
.coverage
1117

codegens/csharp-restsharp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ npm-debug.log*
88
yarn-debug.log*
99
yarn-error.log*
1010

11+
# Package manager lock files
12+
yarn.lock
13+
package-lock.json
14+
pnpm-lock.yaml
15+
bun.lockb
16+
1117
# Runtime data
1218
pids
1319
*.pid

codegens/curl/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
# Package manager lock files
10+
yarn.lock
11+
package-lock.json
12+
pnpm-lock.yaml
13+
bun.lockb
14+
915
# Runtime data
1016
pids
1117
*.pid

codegens/dart-dio/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ npm-debug.log*
99
yarn-debug.log*
1010
yarn-error.log*
1111

12+
# Package manager lock files
13+
yarn.lock
14+
package-lock.json
15+
pnpm-lock.yaml
16+
bun.lockb
17+
1218
# Coverage directory used by tools like istanbul
1319
.coverage
1420

codegens/dart-dio/package-lock.json

-13
This file was deleted.

codegens/dart-http/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ npm-debug.log*
99
yarn-debug.log*
1010
yarn-error.log*
1111

12+
# Package manager lock files
13+
yarn.lock
14+
package-lock.json
15+
pnpm-lock.yaml
16+
bun.lockb
17+
1218
# Coverage directory used by tools like istanbul
1319
.coverage
1420

codegens/golang/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/http/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/java-okhttp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ npm-debug.log*
1010
yarn-debug.log*
1111
yarn-error.log*
1212

13+
# Package manager lock files
14+
yarn.lock
15+
package-lock.json
16+
pnpm-lock.yaml
17+
bun.lockb
18+
1319
# Runtime data
1420
pids
1521
*.pid

codegens/java-unirest/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ npm-debug.log*
1313
yarn-debug.log*
1414
yarn-error.log*
1515

16+
# Package manager lock files
17+
yarn.lock
18+
package-lock.json
19+
pnpm-lock.yaml
20+
bun.lockb
21+
1622
# Runtime data
1723
pids
1824
*.pid

codegens/js-fetch/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ pids
1111
*.seed
1212
*.pid.lock
1313

14+
# Package manager lock files
15+
yarn.lock
16+
package-lock.json
17+
pnpm-lock.yaml
18+
bun.lockb
19+
1420
# Prevent IDE stuff
1521
.idea
1622
.vscode

codegens/js-jquery/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
# Package manager lock files
10+
yarn.lock
11+
package-lock.json
12+
pnpm-lock.yaml
13+
bun.lockb
14+
915
# Runtime data
1016
pids
1117
*.pid

codegens/js-xhr/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/kotlin-okhttp/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ pids
1616
*.seed
1717
*.pid.lock
1818

19+
# Package manager lock files
20+
yarn.lock
21+
package-lock.json
22+
pnpm-lock.yaml
23+
bun.lockb
24+
1925
# Prevent IDE stuff
2026
.idea
2127
.vscode

codegens/libcurl/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ pids
1414
*.seed
1515
*.pid.lock
1616

17+
# Package manager lock files
18+
yarn.lock
19+
package-lock.json
20+
pnpm-lock.yaml
21+
bun.lockb
22+
1723
# Prevent IDE stuff
1824
.idea
1925
.vscode

codegens/libcurl/package-lock.json

-5
This file was deleted.

codegens/nodejs-axios/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# temporarily generated file
1622
run.js
1723

codegens/nodejs-axios/package-lock.json

-102
This file was deleted.

codegens/nodejs-native/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ pids
2020
.vscode
2121
*.sublime-*
2222

23+
# Package manager lock files
24+
yarn.lock
25+
package-lock.json
26+
pnpm-lock.yaml
27+
bun.lockb
28+
2329
# Directory for instrumented libs generated by jscoverage/JSCover
2430
lib-cov
2531

codegens/nodejs-request/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# temporarily generated file
1622
run.js
1723

codegens/nodejs-unirest/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ pids
1212
*.seed
1313
*.pid.lock
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# Prevent IDE stuff
1622
.idea
1723
.vscode

codegens/objective-c/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ yarn-error.log*
1212
# Coverage directory used by tools like istanbul
1313
.coverage
1414

15+
# Package manager lock files
16+
yarn.lock
17+
package-lock.json
18+
pnpm-lock.yaml
19+
bun.lockb
20+
1521
# node-waf configuration
1622
.lock-wscript
1723

0 commit comments

Comments
 (0)