@xoxno/sdk-js 0.1.93-alpha → 0.1.94-alpha
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xoxno/sdk-js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.94-alpha",
|
|
4
4
|
"description": "The SDK to interact with the XOXNO Protocol!",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"exports": {
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"test": "jest",
|
|
24
24
|
"build:types": "tsc --emitDeclarationOnly",
|
|
25
25
|
"build": "npm run build:types && webpack && webpack --config webpack-esm.config.js",
|
|
26
|
-
"build:light": "webpack --config webpack.config.js --env name=light",
|
|
27
|
-
"build:heavy": "webpack --config webpack.config.js --env name=heavy",
|
|
28
26
|
"lint": "eslint 'src/**/*.ts' --fix",
|
|
29
27
|
"format": "prettier --write 'src/**/*.ts'",
|
|
30
28
|
"commit": "git-cz",
|