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 ADDED
File without changes
package/dist/test.js ADDED
File without changes
File without changes
package/dist/test2.js ADDED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flash-sdk",
3
- "version": "11.9.3-alpha.0",
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 .tsbuildinfo",
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"