couchbase 4.7.0-dev.1 → 4.7.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/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +8 -8
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "4.7.0
|
|
1
|
+
export declare const SDK_VERSION = "4.7.0";
|
|
2
2
|
export declare const SDK_NAME = "couchbase";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"type": "git",
|
|
69
69
|
"url": "http://github.com/couchbase/couchnode.git"
|
|
70
70
|
},
|
|
71
|
-
"version": "4.7.0
|
|
71
|
+
"version": "4.7.0",
|
|
72
72
|
"config": {
|
|
73
73
|
"native": false
|
|
74
74
|
},
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"deps/couchbase-cxx-cache/mozilla-ca-bundle.*"
|
|
167
167
|
],
|
|
168
168
|
"optionalDependencies": {
|
|
169
|
-
"@couchbase/couchbase-darwin-arm64-napi": "4.7.0
|
|
170
|
-
"@couchbase/couchbase-darwin-x64-napi": "4.7.0
|
|
171
|
-
"@couchbase/couchbase-linux-arm64-napi": "4.7.0
|
|
172
|
-
"@couchbase/couchbase-linuxmusl-arm64-napi": "4.7.0
|
|
173
|
-
"@couchbase/couchbase-linuxmusl-x64-napi": "4.7.0
|
|
174
|
-
"@couchbase/couchbase-linux-x64-napi": "4.7.0
|
|
175
|
-
"@couchbase/couchbase-win32-x64-napi": "4.7.0
|
|
169
|
+
"@couchbase/couchbase-darwin-arm64-napi": "4.7.0",
|
|
170
|
+
"@couchbase/couchbase-darwin-x64-napi": "4.7.0",
|
|
171
|
+
"@couchbase/couchbase-linux-arm64-napi": "4.7.0",
|
|
172
|
+
"@couchbase/couchbase-linuxmusl-arm64-napi": "4.7.0",
|
|
173
|
+
"@couchbase/couchbase-linuxmusl-x64-napi": "4.7.0",
|
|
174
|
+
"@couchbase/couchbase-linux-x64-napi": "4.7.0",
|
|
175
|
+
"@couchbase/couchbase-win32-x64-napi": "4.7.0"
|
|
176
176
|
}
|
|
177
177
|
}
|