@langchain/core 0.1.25-rc.0 → 0.1.25

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.
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.sax = void 0;
5
5
  // Inlined to deal with portability issues
6
+ // Originally from: https://github.com/isaacs/sax-js
6
7
  const initializeSax = function () {
7
8
  const sax = {};
8
9
  sax.parser = function (strict, opt) {
@@ -1,5 +1,6 @@
1
1
  // @ts-nocheck
2
2
  // Inlined to deal with portability issues
3
+ // Originally from: https://github.com/isaacs/sax-js
3
4
  const initializeSax = function () {
4
5
  const sax = {};
5
6
  sax.parser = function (strict, opt) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/core",
3
- "version": "0.1.25-rc.0",
3
+ "version": "0.1.25",
4
4
  "description": "Core LangChain.js abstractions and schemas",
5
5
  "type": "module",
6
6
  "engines": {