@walkeros/server-store-sheets 4.0.2 → 4.1.0-next-1778668930820
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/walkerOS.json +1 -1
- package/package.json +2 -2
package/dist/walkerOS.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-store-sheets",
|
|
3
3
|
"description": "Google Sheets store for walkerOS server flows",
|
|
4
|
-
"version": "4.0
|
|
4
|
+
"version": "4.1.0-next-1778668930820",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"update": "npx npm-check-updates -u && npm update"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@walkeros/core": "4.0
|
|
35
|
+
"@walkeros/core": "4.1.0-next-1778668930820"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {},
|
|
38
38
|
"repository": {
|