orange-orm 4.7.14-beta.0 → 4.7.14

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/docs/changelog.md CHANGED
@@ -1,4 +1,6 @@
1
1
  ## Changelog
2
+ __4.7.14__
3
+ Improved performance for SQL Server.
2
4
  __4.7.13__
3
5
  Change in *.d.ts: Allow count, delete and deleteCascade to have no arguments.
4
6
  __4.7.12__
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orange-orm",
3
- "version": "4.7.14-beta.0",
3
+ "version": "4.7.14",
4
4
  "main": "./src/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "browser": "./dist/index.browser.mjs",