@icanbwell/bwell-sdk-ts 1.34.0-rc.1751488177 → 1.34.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 +1 -2
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icanbwell/bwell-sdk-ts",
|
|
3
|
-
"version": "1.34.0
|
|
3
|
+
"version": "1.34.0",
|
|
4
4
|
"description": "b.well TypeScript SDK",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"prettier": "prettier",
|
|
36
36
|
"prepublishOnly": "npm run build",
|
|
37
37
|
"test": "jest",
|
|
38
|
-
"test:watch": "jest --watch",
|
|
39
38
|
"test:dev": "jest --config=./jest.dev.config.js",
|
|
40
39
|
"pretest:ci": "npm run generate",
|
|
41
40
|
"test:ci": "npm run test -- --runInBand --verbose --coverage"
|