@teslemetry/api 0.1.0 → 0.2.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/index.cjs CHANGED
@@ -4984,7 +4984,7 @@ const consoleLogger = {
4984
4984
 
4985
4985
  //#endregion
4986
4986
  //#region package.json
4987
- var version = "0.0.1";
4987
+ var version = "0.1.0";
4988
4988
 
4989
4989
  //#endregion
4990
4990
  //#region src/Teslemetry.ts
package/dist/index.mjs CHANGED
@@ -4983,7 +4983,7 @@ const consoleLogger = {
4983
4983
 
4984
4984
  //#endregion
4985
4985
  //#region package.json
4986
- var version = "0.0.1";
4986
+ var version = "0.1.0";
4987
4987
 
4988
4988
  //#endregion
4989
4989
  //#region src/Teslemetry.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teslemetry/api",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "API client for Teslemetry",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -29,6 +29,9 @@
29
29
  "url": "https://teslemetry.com"
30
30
  },
31
31
  "license": "Apache-2.0",
32
+ "publishConfig": {
33
+ "access": "public"
34
+ },
32
35
  "devDependencies": {
33
36
  "@hey-api/openapi-ts": "0.88.0",
34
37
  "dotenv": "^17.2.3",