node-cnb 1.2.12 → 1.2.13
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 +2 -2
- package/tsconfig.json +2 -1
- package/dist/client.d.ts +0 -970
- package/dist/index.d.ts +0 -3
- package/dist/types.d.ts +0 -3642
- package/src/paths.json +0 -8826
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-cnb",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "node sdk for cnb open api",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "./src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"build": "node build.js && tsc && cp src/*.
|
|
9
|
+
"build": "node build.js && tsc && cp src/*.json dist/",
|
|
10
10
|
"release": "standard-version && git push --follow-tags origin main"
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|