@wvdsh/sdk-js 0.0.33 → 0.0.34
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 +7449 -7447
- package/package.json +2 -13
- package/dist/index.d.mts +0 -1180
- package/dist/index.d.ts +0 -1180
- package/dist/index.global.js +0 -8041
- package/dist/index.mjs +0 -8033
package/package.json
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wvdsh/sdk-js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "Wavedash JavaScript SDK",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.mjs",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
6
|
"files": [
|
|
9
7
|
"dist",
|
|
10
8
|
"README.md"
|
|
@@ -17,20 +15,11 @@
|
|
|
17
15
|
"access": "public",
|
|
18
16
|
"registry": "https://registry.npmjs.org"
|
|
19
17
|
},
|
|
20
|
-
"exports": {
|
|
21
|
-
".": {
|
|
22
|
-
"types": "./dist/index.d.ts",
|
|
23
|
-
"import": "./dist/index.mjs",
|
|
24
|
-
"require": "./dist/index.js"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
18
|
"scripts": {
|
|
28
19
|
"build": "tsup",
|
|
29
|
-
"build:browser": "tsup --format iife --global-name WavedashSDK",
|
|
30
20
|
"dev": "tsup --watch",
|
|
31
21
|
"prepare": "npm run build",
|
|
32
|
-
"prepublishOnly": "npm run build"
|
|
33
|
-
"r2-publish": "./scripts/r2-publish.sh"
|
|
22
|
+
"prepublishOnly": "npm run build"
|
|
34
23
|
},
|
|
35
24
|
"devDependencies": {
|
|
36
25
|
"@types/lodash.unionby": "^4.8.9",
|