flash-sdk 11.9.3-alpha.0 → 11.9.4-alpha.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/test.d.ts +0 -0
- package/dist/test.js +0 -0
- package/dist/test2.d.ts +0 -0
- package/dist/test2.js +0 -0
- package/dist/testPublkey.d.ts +0 -0
- package/dist/testPublkey.js +0 -0
- package/dist/testSize.d.ts +0 -0
- package/dist/testSize.js +0 -0
- package/dist/testView.d.ts +0 -0
- package/dist/testView.js +0 -0
- package/package.json +2 -2
package/dist/test.d.ts
ADDED
|
File without changes
|
package/dist/test.js
ADDED
|
File without changes
|
package/dist/test2.d.ts
ADDED
|
File without changes
|
package/dist/test2.js
ADDED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/testSize.js
ADDED
|
File without changes
|
|
File without changes
|
package/dist/testView.js
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flash-sdk",
|
|
3
|
-
"version": "11.9.
|
|
3
|
+
"version": "11.9.4-alpha.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"url": "https://flash.trade"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
-
"prebuild": "rimraf dist
|
|
20
|
+
"prebuild": "rimraf dist ",
|
|
21
21
|
"build": "tsc",
|
|
22
22
|
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish",
|
|
23
23
|
"doc": "yarn typedoc --out docs src"
|