@forge/auth 0.0.4-next.1 → 0.0.5-next.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/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/auth
2
2
 
3
+ ## 0.0.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - ba548d9: Bumping dependencies via Renovate:
8
+
9
+ - tslib
10
+
11
+ ## 0.0.4
12
+
13
+ ### Patch Changes
14
+
15
+ - 854ff5d: Fix Authorize API on Node runtime
16
+ - f48e6d8: Bumping dependencies via Renovate:
17
+
18
+ - tslib
19
+
3
20
  ## 0.0.4-next.1
4
21
 
5
22
  ### Patch Changes
package/out/api.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAS1C,eAAO,MAAM,gBAAgB,8FAEI,MAAM,KAAK,eAAe,oCAM1D,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAY1C,eAAO,MAAM,gBAAgB,8FAEI,MAAM,KAAK,eAAe,oCAM1D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/auth",
3
- "version": "0.0.4-next.1",
3
+ "version": "0.0.5-next.0",
4
4
  "description": "Supports authorization for product REST API calls",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -11,6 +11,6 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "dependencies": {
14
- "tslib": "^2.6.1"
14
+ "tslib": "^2.6.2"
15
15
  }
16
16
  }