@warp-drive/react 5.8.1 → 5.9.0-alpha.1
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/dist/unpkg/dev/index.js +2 -2
- package/dist/unpkg/dev/install.js +1 -1
- package/dist/unpkg/dev/{reactive-context-B815u0_c.js → reactive-context-CTtwoaBx.js} +1 -1
- package/dist/unpkg/dev-deprecated/index.js +2 -2
- package/dist/unpkg/dev-deprecated/install.js +1 -1
- package/dist/unpkg/dev-deprecated/{reactive-context-DMgQ7YV_.js → reactive-context-sqyJMb7I.js} +1 -1
- package/package.json +5 -5
package/dist/unpkg/dev/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as ReactiveContext } from "./reactive-context-
|
|
2
|
-
export { W as WatcherContext } from "./reactive-context-
|
|
1
|
+
import { R as ReactiveContext } from "./reactive-context-CTtwoaBx.js";
|
|
2
|
+
export { W as WatcherContext } from "./reactive-context-CTtwoaBx.js";
|
|
3
3
|
import '@warp-drive/core';
|
|
4
4
|
import { useMemo, createContext, use, useRef, useEffect } from 'react';
|
|
5
5
|
import { jsxDEV, Fragment } from 'react/jsx-dev-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { use } from 'react';
|
|
2
2
|
import { Signal } from 'signal-polyfill';
|
|
3
3
|
import { setupSignals } from '@warp-drive/core/configure';
|
|
4
|
-
import { g as getGlobalConfig, W as WatcherContext } from "./reactive-context-
|
|
4
|
+
import { g as getGlobalConfig, W as WatcherContext } from "./reactive-context-CTtwoaBx.js";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* {@include ./install.md}
|
|
@@ -73,7 +73,7 @@ function initializeRuntimeMacrosConfig() {
|
|
|
73
73
|
"features": {
|
|
74
74
|
"ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
|
|
75
75
|
"JSON_API_CACHE_VALIDATION_ERRORS": false,
|
|
76
|
-
"SAMPLE_FEATURE_FLAG":
|
|
76
|
+
"SAMPLE_FEATURE_FLAG": null
|
|
77
77
|
},
|
|
78
78
|
"activeLogging": {
|
|
79
79
|
"DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as ReactiveContext } from "./reactive-context-
|
|
2
|
-
export { W as WatcherContext } from "./reactive-context-
|
|
1
|
+
import { R as ReactiveContext } from "./reactive-context-sqyJMb7I.js";
|
|
2
|
+
export { W as WatcherContext } from "./reactive-context-sqyJMb7I.js";
|
|
3
3
|
import '@warp-drive/core';
|
|
4
4
|
import { useMemo, createContext, use, useRef, useEffect } from 'react';
|
|
5
5
|
import { jsxDEV, Fragment } from 'react/jsx-dev-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { use } from 'react';
|
|
2
2
|
import { Signal } from 'signal-polyfill';
|
|
3
3
|
import { setupSignals } from '@warp-drive/core/configure';
|
|
4
|
-
import { g as getGlobalConfig, W as WatcherContext } from "./reactive-context-
|
|
4
|
+
import { g as getGlobalConfig, W as WatcherContext } from "./reactive-context-sqyJMb7I.js";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* {@include ./install.md}
|
package/dist/unpkg/dev-deprecated/{reactive-context-DMgQ7YV_.js → reactive-context-sqyJMb7I.js}
RENAMED
|
@@ -73,7 +73,7 @@ function initializeRuntimeMacrosConfig() {
|
|
|
73
73
|
"features": {
|
|
74
74
|
"ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
|
|
75
75
|
"JSON_API_CACHE_VALIDATION_ERRORS": false,
|
|
76
|
-
"SAMPLE_FEATURE_FLAG":
|
|
76
|
+
"SAMPLE_FEATURE_FLAG": null
|
|
77
77
|
},
|
|
78
78
|
"activeLogging": {
|
|
79
79
|
"DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/react",
|
|
3
3
|
"description": "Data bindings and utilities for React applications using WarpDrive",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.9.0-alpha.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"peerDependencies": {},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@embroider/macros": "^1.18.1",
|
|
49
|
-
"@warp-drive/core": "5.
|
|
50
|
-
"@warp-drive/tc39-proposal-signals": "5.
|
|
49
|
+
"@warp-drive/core": "5.9.0-alpha.1",
|
|
50
|
+
"@warp-drive/tc39-proposal-signals": "5.9.0-alpha.1",
|
|
51
51
|
"signal-polyfill": "^0.2.2",
|
|
52
52
|
"react": "^19.1.1"
|
|
53
53
|
},
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@babel/runtime": "^7.28.3",
|
|
62
62
|
"decorator-transforms": "^2.3.0",
|
|
63
63
|
"@embroider/addon-dev": "^8.1.0",
|
|
64
|
-
"@warp-drive/internal-config": "5.
|
|
65
|
-
"@warp-drive/core": "5.
|
|
64
|
+
"@warp-drive/internal-config": "5.9.0-alpha.1",
|
|
65
|
+
"@warp-drive/core": "5.9.0-alpha.1",
|
|
66
66
|
"@types/react": "^19.1.11",
|
|
67
67
|
"react": "^19.1.1",
|
|
68
68
|
"rollup": "^4.48.0",
|