Skip to content

Commit 098c76a

Browse files
chore(release): 8.0.2-alpha.2 [skip ci]
## [8.0.2-alpha.2](8.0.2-alpha.1...8.0.2-alpha.2) (2026-01-25) ### Bug Fixes * Missing export fields cause module resolution errors when used as Parse Server dependency ([#2882](#2882)) ([85877dc](85877dc))
1 parent 85877dc commit 098c76a

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.2-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.2-alpha.1...8.0.2-alpha.2) (2026-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Missing export fields cause module resolution errors when used as Parse Server dependency ([#2882](https://github.com/parse-community/Parse-SDK-JS/issues/2882)) ([85877dc](https://github.com/parse-community/Parse-SDK-JS/commit/85877dc78980e31791e45e834e5f3e4f65f280d3))
7+
18
## [8.0.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.1...8.0.2-alpha.1) (2026-01-24)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "8.0.2-alpha.1",
3+
"version": "8.0.2-alpha.2",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [
@@ -59,7 +59,7 @@
5959
},
6060
"./dist/*": "./dist/*",
6161
"./lib/*": "./lib/*",
62-
"./lib/node/promiseUtils": "./lib/node/promiseUtils.js",
62+
"./lib/node/promiseUtils": "./lib/node/promiseUtils.js",
6363
"./lib/node/RESTController": "./lib/node/RESTController.js"
6464
},
6565
"browser": {

0 commit comments

Comments
 (0)