@juzi/wechaty 1.0.62 → 1.0.63
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageJson = exports.GIT_COMMIT_HASH = void 0;
|
|
4
|
-
exports.GIT_COMMIT_HASH = '
|
|
4
|
+
exports.GIT_COMMIT_HASH = 'b85734323ff05674133bff65aa5c9e6794653725';
|
|
5
5
|
exports.packageJson = {
|
|
6
6
|
"name": "@juzi/wechaty",
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.63",
|
|
8
8
|
"description": "Wechaty is a RPA SDK for Chatbot Makers.",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"exports": {
|
|
@@ -127,7 +127,7 @@ exports.packageJson = {
|
|
|
127
127
|
"memory-card": "^1.1.2",
|
|
128
128
|
"open-graph": "^0.2.6",
|
|
129
129
|
"rx-queue": "^1.0.5",
|
|
130
|
-
"state-switch": "^1.
|
|
130
|
+
"state-switch": "^1.7.1",
|
|
131
131
|
"uuid": "^8.3.2",
|
|
132
132
|
"wechaty-token": "^1.1.1",
|
|
133
133
|
"ws": "^8.5.0"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export const GIT_COMMIT_HASH = '
|
|
1
|
+
export const GIT_COMMIT_HASH = 'b85734323ff05674133bff65aa5c9e6794653725';
|
|
2
2
|
export const packageJson = {
|
|
3
3
|
"name": "@juzi/wechaty",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.63",
|
|
5
5
|
"description": "Wechaty is a RPA SDK for Chatbot Makers.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -124,7 +124,7 @@ export const packageJson = {
|
|
|
124
124
|
"memory-card": "^1.1.2",
|
|
125
125
|
"open-graph": "^0.2.6",
|
|
126
126
|
"rx-queue": "^1.0.5",
|
|
127
|
-
"state-switch": "^1.
|
|
127
|
+
"state-switch": "^1.7.1",
|
|
128
128
|
"uuid": "^8.3.2",
|
|
129
129
|
"wechaty-token": "^1.1.1",
|
|
130
130
|
"ws": "^8.5.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juzi/wechaty",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.63",
|
|
4
4
|
"description": "Wechaty is a RPA SDK for Chatbot Makers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"memory-card": "^1.1.2",
|
|
124
124
|
"open-graph": "^0.2.6",
|
|
125
125
|
"rx-queue": "^1.0.5",
|
|
126
|
-
"state-switch": "^1.
|
|
126
|
+
"state-switch": "^1.7.1",
|
|
127
127
|
"uuid": "^8.3.2",
|
|
128
128
|
"wechaty-token": "^1.1.1",
|
|
129
129
|
"ws": "^8.5.0"
|
package/src/package-json.ts
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import type { PackageJsonWechaty } from './config'
|
|
6
6
|
|
|
7
|
-
export const GIT_COMMIT_HASH: string = '
|
|
7
|
+
export const GIT_COMMIT_HASH: string = 'b85734323ff05674133bff65aa5c9e6794653725'
|
|
8
8
|
export const packageJson: PackageJsonWechaty = {
|
|
9
9
|
"name": "@juzi/wechaty",
|
|
10
|
-
"version": "1.0.
|
|
10
|
+
"version": "1.0.63",
|
|
11
11
|
"description": "Wechaty is a RPA SDK for Chatbot Makers.",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
|
@@ -130,7 +130,7 @@ export const packageJson: PackageJsonWechaty = {
|
|
|
130
130
|
"memory-card": "^1.1.2",
|
|
131
131
|
"open-graph": "^0.2.6",
|
|
132
132
|
"rx-queue": "^1.0.5",
|
|
133
|
-
"state-switch": "^1.
|
|
133
|
+
"state-switch": "^1.7.1",
|
|
134
134
|
"uuid": "^8.3.2",
|
|
135
135
|
"wechaty-token": "^1.1.1",
|
|
136
136
|
"ws": "^8.5.0"
|