nuwax-codex-acp-ts 1.1.7-beta.2 → 1.1.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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -25913,7 +25913,7 @@ var package_default = {
|
|
|
25913
25913
|
publishConfig: {
|
|
25914
25914
|
access: "public"
|
|
25915
25915
|
},
|
|
25916
|
-
version: "1.1.7
|
|
25916
|
+
version: "1.1.7",
|
|
25917
25917
|
description: "",
|
|
25918
25918
|
main: "dist/index.js",
|
|
25919
25919
|
bin: {
|
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.1.7
|
|
6
|
+
"version": "1.1.7",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
"nuwax-codex-acp": "dist/index.js"
|
|
11
|
+
},
|
|
12
12
|
"files": [
|
|
13
13
|
"dist/index.js",
|
|
14
14
|
"README.md",
|