dataflux 1.19.6 → 1.19.7
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dataflux",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.7",
|
|
4
4
|
"description": "DataFlux, automatically interfaces with your REST APIs to create a 2-way-synced local data store. Transparently manages data propagation in the React state.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "dist/index.js",
|
|
@@ -81,20 +81,20 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@babel/cli": "^7.
|
|
85
|
-
"@babel/core": "^7.
|
|
86
|
-
"@babel/node": "^7.
|
|
84
|
+
"@babel/cli": "^7.28.3",
|
|
85
|
+
"@babel/core": "^7.28.4",
|
|
86
|
+
"@babel/node": "^7.28.0",
|
|
87
87
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
88
88
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
89
89
|
"@babel/plugin-transform-async-to-generator": "^7.27.1",
|
|
90
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
91
|
-
"@babel/preset-env": "^7.
|
|
90
|
+
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
91
|
+
"@babel/preset-env": "^7.28.3",
|
|
92
92
|
"browserify": "^17.0.1",
|
|
93
93
|
"chai": "^4.3.10",
|
|
94
94
|
"chai-subset": "^1.6.0",
|
|
95
|
-
"dotenv-cli": "^
|
|
95
|
+
"dotenv-cli": "^10.0.0",
|
|
96
96
|
"mocha": "^10.8.2",
|
|
97
|
-
"release-it": "^19.0.
|
|
97
|
+
"release-it": "^19.0.4"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"batch-promises": "^0.0.3",
|