@modern-js/plugin-data-loader 2.8.0 → 2.9.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @modern-js/plugin-data-loader
2
2
 
3
+ ## 2.9.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/utils@2.9.0
8
+
3
9
  ## 2.8.0
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,11 @@
1
1
  /**
2
- * modified from https://github.com/remix-run/remix/blob/main/packages/remix-react/data.ts
3
- * license at https://github.com/remix-run/remix/blob/main/LICENSE.md
2
+ * The following code is modified based on
3
+ * https://github.com/remix-run/remix/blob/2b5e1a72fc628d0408e27cf4d72e537762f1dc5b/packages/remix-react/data.ts
4
+ *
5
+ * MIT Licensed
6
+ * Author Michael Jackson
7
+ * Copyright 2021 Remix Software Inc.
8
+ * https://github.com/remix-run/remix/blob/2b5e1a72fc628d0408e27cf4d72e537762f1dc5b/LICENSE.md
4
9
  */
5
10
  import { UNSAFE_DeferredData as DeferredData } from '@modern-js/utils/remix-router';
6
11
  export declare function parseDeferredReadableStream(stream: ReadableStream<Uint8Array>): Promise<DeferredData>;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.8.0",
14
+ "version": "2.9.0",
15
15
  "engines": {
16
16
  "node": ">=14.17.6"
17
17
  },
@@ -52,7 +52,7 @@
52
52
  "@remix-run/node": "^1.12.0",
53
53
  "path-to-regexp": "^6.2.0",
54
54
  "react-router-dom": "^6.8.1",
55
- "@modern-js/utils": "2.8.0"
55
+ "@modern-js/utils": "2.9.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/babel__core": "^7.1.15",
@@ -67,11 +67,11 @@
67
67
  "typescript": "^4",
68
68
  "webpack": "^5.75.0",
69
69
  "webpack-chain": "^6.5.1",
70
- "@modern-js/core": "2.8.0",
71
- "@modern-js/server-core": "2.8.0",
72
- "@modern-js/types": "2.8.0",
73
- "@scripts/jest-config": "2.8.0",
74
- "@scripts/build": "2.8.0"
70
+ "@modern-js/core": "2.9.0",
71
+ "@modern-js/server-core": "2.9.0",
72
+ "@modern-js/types": "2.9.0",
73
+ "@scripts/build": "2.9.0",
74
+ "@scripts/jest-config": "2.9.0"
75
75
  },
76
76
  "sideEffects": false,
77
77
  "publishConfig": {