|
1 | 1 | { |
2 | 2 | "name": "parse", |
3 | | - "version": "8.0.1", |
| 3 | + "version": "8.0.2-alpha.2", |
4 | 4 | "description": "Parse JavaScript SDK", |
5 | 5 | "homepage": "https://parseplatform.org", |
6 | 6 | "keywords": [ |
|
58 | 58 | "default": "./weapp.js" |
59 | 59 | }, |
60 | 60 | "./dist/*": "./dist/*", |
61 | | - "./lib/*": "./lib/*" |
| 61 | + "./lib/*": "./lib/*", |
| 62 | + "./lib/node/promiseUtils": "./lib/node/promiseUtils.js", |
| 63 | + "./lib/node/RESTController": "./lib/node/RESTController.js" |
62 | 64 | }, |
63 | 65 | "browser": { |
64 | 66 | "react-native": false |
65 | 67 | }, |
66 | 68 | "dependencies": { |
67 | | - "@babel/runtime-corejs3": "7.28.4", |
| 69 | + "@babel/runtime": "7.28.6", |
| 70 | + "@babel/runtime-corejs3": "7.28.6", |
68 | 71 | "crypto-js": "4.2.0", |
69 | 72 | "idb-keyval": "6.2.2", |
70 | 73 | "react-native-crypto-js": "1.0.0", |
71 | 74 | "ws": "8.19.0" |
72 | 75 | }, |
73 | 76 | "devDependencies": { |
74 | | - "@babel/core": "7.28.5", |
| 77 | + "@babel/core": "7.28.6", |
75 | 78 | "@babel/plugin-proposal-class-properties": "7.18.6", |
76 | 79 | "@babel/plugin-transform-runtime": "7.28.5", |
77 | | - "@babel/preset-env": "7.26.9", |
| 80 | + "@babel/preset-env": "7.28.6", |
78 | 81 | "@babel/preset-react": "7.28.5", |
79 | 82 | "@babel/preset-typescript": "7.27.1", |
80 | 83 | "@eslint/js": "9.39.2", |
|
92 | 95 | "babel-plugin-minify-dead-code-elimination": "0.5.2", |
93 | 96 | "babel-plugin-transform-inline-environment-variables": "0.4.4", |
94 | 97 | "codecov": "3.8.3", |
95 | | - "core-js": "3.47.0", |
| 98 | + "core-js": "3.48.0", |
96 | 99 | "cross-env": "10.1.0", |
97 | 100 | "eslint": "9.39.2", |
98 | 101 | "eslint-plugin-expect-type": "0.6.2", |
99 | | - "eslint-plugin-jsdoc": "61.5.0", |
| 102 | + "eslint-plugin-jsdoc": "62.4.1", |
100 | 103 | "express": "5.2.1", |
101 | 104 | "gulp": "5.0.1", |
102 | 105 | "gulp-babel": "8.0.0", |
103 | 106 | "gulp-watch": "5.0.1", |
104 | | - "jasmine": "5.13.0", |
| 107 | + "jasmine": "6.0.0", |
105 | 108 | "jasmine-reporters": "2.5.2", |
106 | 109 | "jasmine-spec-reporter": "7.0.0", |
107 | 110 | "jest": "29.7.0", |
|
111 | 114 | "lint-staged": "16.2.7", |
112 | 115 | "madge": "8.0.0", |
113 | 116 | "metro-react-native-babel-preset": "0.77.0", |
114 | | - "mongodb-runner": "6.5.2", |
| 117 | + "mongodb-runner": "6.5.4", |
115 | 118 | "parse-server": "8.6.2", |
116 | | - "puppeteer": "24.35.0", |
| 119 | + "puppeteer": "24.36.0", |
117 | 120 | "regenerator-runtime": "0.14.1", |
118 | 121 | "semantic-release": "25.0.2", |
119 | | - "typescript-eslint": "8.51.0", |
| 122 | + "typescript-eslint": "8.53.1", |
120 | 123 | "vite": "7.3.1", |
121 | 124 | "vite-plugin-commonjs": "0.10.4", |
122 | | - "vite-plugin-node-polyfills": "0.24.0" |
| 125 | + "vite-plugin-node-polyfills": "0.25.0" |
123 | 126 | }, |
124 | 127 | "scripts": { |
125 | 128 | "build": "node build_releases.js", |
|
0 commit comments