diff --git a/docs/index.json b/docs/index.json index 4bf42b9..b5aa8b7 100644 --- a/docs/index.json +++ b/docs/index.json @@ -4830,7 +4830,7 @@ }, { "kind": "packageJSON", - "content": "{\r\n \"name\": \"bricklink-api\",\r\n \"version\": \"1.2.8\",\r\n \"description\": \"A node module for connecting to the Bricklink API.\",\r\n \"main\": \"./dist/index.js\",\r\n \"types\": \"./dist/index.d.ts\",\r\n \"files\": [\r\n \"dist/*\"\r\n ],\r\n \"repository\": {\r\n \"type\": \"git\",\r\n \"url\": \"git+https://github.com/ryansh100/bricklink-api.git\"\r\n },\r\n \"keywords\": [\r\n \"node\",\r\n \"js\",\r\n \"javascript\",\r\n \"module\",\r\n \"bricklink\",\r\n \"api\",\r\n \"oauth2\"\r\n ],\r\n \"author\": \"Ryan Hafer\",\r\n \"license\": \"SEE LICENCE IN LICENSE\",\r\n \"bugs\": {\r\n \"url\": \"https://github.com/ryansh100/bricklink-api/issues\"\r\n },\r\n \"homepage\": \"https://github.com/ryansh100/bricklink-api#readme\",\r\n \"scripts\": {\r\n \"test\": \"nyc ava\",\r\n \"test:ci\": \"nyc ava -c 1\",\r\n \"build\": \"npm run compile:src & npm run build:definitions\",\r\n \"compile:src\": \"babel src -d dist\",\r\n \"build:definitions\": \"tsc\",\r\n \"prepare\": \"husky install\",\r\n \"docs\": \"esdoc2\",\r\n \"prepublish\": \"npm run build\",\r\n \"report\": \"nyc report --reporter=html\"\r\n },\r\n \"devDependencies\": {\r\n \"@ava/babel\": \"^1.0.1\",\r\n \"@babel/cli\": \"^7.15.7\",\r\n \"@babel/core\": \"^7.15.5\",\r\n \"@babel/plugin-transform-modules-commonjs\": \"^7.15.4\",\r\n \"@babel/preset-env\": \"^7.15.6\",\r\n \"@babel/register\": \"^7.15.3\",\r\n \"ava\": \"^3.15.0\",\r\n \"dotenv\": \"^8.6.0\",\r\n \"esdoc2\": \"^2.1.5\",\r\n \"esdoc2-standard-plugin\": \"^2.1.2\",\r\n \"husky\": \"^6.0.0\",\r\n \"nyc\": \"^15.1.0\",\r\n \"prettier\": \"^2.4.1\",\r\n \"pretty-quick\": \"^3.1.1\",\r\n \"typescript\": \"^4.6.4\"\r\n },\r\n \"dependencies\": {\r\n \"debug\": \"^4.3.2\",\r\n \"node-fetch\": \"^2.6.7\",\r\n \"oauth-signature\": \"^1.3.1\"\r\n },\r\n \"ava\": {\r\n \"babel\": true,\r\n \"files\": [\r\n \"spec/**/*spec.js\"\r\n ],\r\n \"source\": [\r\n \"src/**/*.js\"\r\n ],\r\n \"concurrency\": 3,\r\n \"failFast\": true,\r\n \"tap\": true,\r\n \"powerAssert\": false,\r\n \"require\": [\r\n \"@babel/register\"\r\n ]\r\n },\r\n \"engines\": {\r\n \"node\": \">=5\"\r\n },\r\n \"husky\": {\r\n \"hooks\": {\r\n \"pre-commit\": \"pretty-quick --staged\"\r\n }\r\n },\r\n \"nyc\": {\r\n \"extension\": [\r\n \".js\"\r\n ]\r\n }\r\n}\r\n", + "content": "{\r\n \"name\": \"bricklink-api\",\r\n \"version\": \"1.2.9\",\r\n \"description\": \"A node module for connecting to the Bricklink API.\",\r\n \"main\": \"./dist/index.js\",\r\n \"types\": \"./dist/index.d.ts\",\r\n \"files\": [\r\n \"dist/*\"\r\n ],\r\n \"repository\": {\r\n \"type\": \"git\",\r\n \"url\": \"git+https://github.com/ryansh100/bricklink-api.git\"\r\n },\r\n \"keywords\": [\r\n \"node\",\r\n \"js\",\r\n \"javascript\",\r\n \"module\",\r\n \"bricklink\",\r\n \"api\",\r\n \"oauth2\"\r\n ],\r\n \"author\": \"Ryan Hafer\",\r\n \"license\": \"SEE LICENCE IN LICENSE\",\r\n \"bugs\": {\r\n \"url\": \"https://github.com/ryansh100/bricklink-api/issues\"\r\n },\r\n \"homepage\": \"https://github.com/ryansh100/bricklink-api#readme\",\r\n \"scripts\": {\r\n \"test\": \"nyc ava\",\r\n \"test:ci\": \"nyc ava -c 1\",\r\n \"build\": \"npm run compile:src & npm run build:definitions\",\r\n \"compile:src\": \"babel src -d dist\",\r\n \"build:definitions\": \"tsc\",\r\n \"prepare\": \"husky install\",\r\n \"docs\": \"esdoc2\",\r\n \"prepublish\": \"npm run build\",\r\n \"report\": \"nyc report --reporter=html\"\r\n },\r\n \"devDependencies\": {\r\n \"@ava/babel\": \"^1.0.1\",\r\n \"@babel/cli\": \"^7.15.7\",\r\n \"@babel/core\": \"^7.15.5\",\r\n \"@babel/plugin-transform-modules-commonjs\": \"^7.15.4\",\r\n \"@babel/preset-env\": \"^7.15.6\",\r\n \"@babel/register\": \"^7.15.3\",\r\n \"ava\": \"^3.15.0\",\r\n \"dotenv\": \"^8.6.0\",\r\n \"esdoc2\": \"^2.1.5\",\r\n \"esdoc2-standard-plugin\": \"^2.1.2\",\r\n \"husky\": \"^6.0.0\",\r\n \"nyc\": \"^15.1.0\",\r\n \"prettier\": \"^2.4.1\",\r\n \"pretty-quick\": \"^3.1.1\",\r\n \"typescript\": \"^4.6.4\"\r\n },\r\n \"dependencies\": {\r\n \"debug\": \"^4.3.2\",\r\n \"node-fetch\": \"^2.6.7\",\r\n \"oauth-signature\": \"^1.3.1\"\r\n },\r\n \"ava\": {\r\n \"babel\": true,\r\n \"files\": [\r\n \"spec/**/*spec.js\"\r\n ],\r\n \"source\": [\r\n \"src/**/*.js\"\r\n ],\r\n \"concurrency\": 3,\r\n \"failFast\": true,\r\n \"tap\": true,\r\n \"powerAssert\": false,\r\n \"require\": [\r\n \"@babel/register\"\r\n ]\r\n },\r\n \"engines\": {\r\n \"node\": \">=5\"\r\n },\r\n \"husky\": {\r\n \"hooks\": {\r\n \"pre-commit\": \"pretty-quick --staged\"\r\n }\r\n },\r\n \"nyc\": {\r\n \"extension\": [\r\n \".js\"\r\n ]\r\n }\r\n}\r\n", "longname": "C:\\Projects\\bricklink-api\\package.json", "name": "package.json", "static": true, diff --git a/docs/source.html b/docs/source.html index 3fb4a2a..d120e88 100644 --- a/docs/source.html +++ b/docs/source.html @@ -75,7 +75,7 @@ 100 %18/18 2146 byte 69 - 2022-05-05 12:45:37 (UTC) + 2022-05-05 13:01:49 (UTC) src/catalogItem/itemImage.js @@ -83,7 +83,7 @@ 100 %7/7 1549 byte 49 - 2022-05-05 12:47:24 (UTC) + 2022-05-05 13:01:49 (UTC) src/catalogItem/knownColor.js @@ -91,7 +91,7 @@ 100 %5/5 1280 byte 43 - 2022-05-05 12:47:20 (UTC) + 2022-05-05 13:01:49 (UTC) src/catalogItem/priceGuide.js @@ -101,7 +101,7 @@ 100 %30/30 4914 byte 124 - 2022-05-05 12:47:13 (UTC) + 2022-05-05 13:01:49 (UTC) src/catalogItem/subsets.js @@ -111,7 +111,7 @@ 100 %19/19 3833 byte 103 - 2022-05-05 12:47:09 (UTC) + 2022-05-05 13:01:49 (UTC) src/catalogItem/supersets.js @@ -121,7 +121,7 @@ 100 %13/13 2714 byte 87 - 2022-05-05 12:47:04 (UTC) + 2022-05-05 13:01:49 (UTC) src/category/category.js @@ -129,7 +129,7 @@ 100 %7/7 1772 byte 63 - 2022-05-05 12:47:00 (UTC) + 2022-05-05 13:01:49 (UTC) src/client.js @@ -137,7 +137,7 @@ 100 %16/16 7328 byte 196 - 2022-05-05 12:46:33 (UTC) + 2022-05-05 13:01:49 (UTC) src/color/color.js @@ -145,7 +145,7 @@ 100 %8/8 1882 byte 67 - 2022-05-05 12:46:53 (UTC) + 2022-05-05 13:01:49 (UTC) src/condition.js @@ -153,7 +153,7 @@ 100 %3/3 306 byte 17 - 2022-05-05 12:48:25 (UTC) + 2022-05-05 13:01:49 (UTC) src/index.js @@ -161,7 +161,7 @@ - 539 byte 14 - 2022-05-05 12:48:21 (UTC) + 2022-05-05 13:01:49 (UTC) src/itemType.js @@ -169,7 +169,7 @@ 100 %10/10 824 byte 41 - 2022-05-05 12:48:18 (UTC) + 2022-05-05 13:01:49 (UTC) src/logger.js @@ -177,7 +177,7 @@ 0 %0/1 77 byte 3 - 2022-05-05 12:48:13 (UTC) + 2022-05-05 13:01:49 (UTC) src/oAuthHelper.js @@ -185,7 +185,7 @@ 72 %8/11 1937 byte 73 - 2022-05-05 12:48:04 (UTC) + 2022-05-05 13:01:49 (UTC) src/request.js @@ -194,7 +194,7 @@ 100 %13/13 2165 byte 84 - 2022-05-05 12:47:33 (UTC) + 2022-05-05 13:01:49 (UTC) diff --git a/package-lock.json b/package-lock.json index e624caa..edd23c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bricklink-api", - "version": "1.2.7", + "version": "1.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f8e942..14fc902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bricklink-api", - "version": "1.2.8", + "version": "1.2.9", "description": "A node module for connecting to the Bricklink API.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index c459453..2950f8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "emitDeclarationOnly": true, "allowJs": true, "checkJs": true, - "outFile": "dist/index.d.ts" + "outDir": "dist" }, "include": [ "src/**/*"