@licensespring/node-sdk 1.4.12-alpha → 1.4.13-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/dist/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licensespring/node-sdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.13-alpha",
|
|
4
4
|
"main": "dist/src/index.js",
|
|
5
5
|
"modules": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"build": "NODE_ENV=dev npm i && NODE_ENV=dev node ./hwid/install.js && NODE_ENV=dev npx eslint . && NODE_ENV=test npx tsc && cpx .env.prod dist && cpx \"hwid/hardware_id_generator/**/*\" dist/hwid/hardware_id_generator",
|
|
8
|
+
"build": "NODE_ENV=dev npm i && NODE_ENV=dev node ./hwid/install.js && NODE_ENV=dev npx eslint . && NODE_ENV=dev npx jest && NODE_ENV=test npx tsc && cpx .env.prod dist && cpx \"hwid/hardware_id_generator/**/*\" dist/hwid/hardware_id_generator",
|
|
9
9
|
"test": "NODE_ENV=dev npx jest",
|
|
10
10
|
"dev-test": "NODE_ENV=dev npx ts-node index.ts"
|
|
11
11
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assert-object-type.js","sourceRoot":"","sources":["../../src/assert-object-type.ts"],"names":[],"mappings":";;AAAA,4CAEC;AAFD,SAAgB,gBAAgB,CAAI,MAAe;
|
|
1
|
+
{"version":3,"file":"assert-object-type.js","sourceRoot":"","sources":["../../src/assert-object-type.ts"],"names":[],"mappings":";;AAAA,4CAEC;AAFD,SAAgB,gBAAgB,CAAI,MAAe;AAEnD,CAAC"}
|