@adobe/aio-commerce-lib-auth 0.8.1 → 1.0.1

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
@@ -2,7 +2,7 @@
2
2
  "name": "@adobe/aio-commerce-lib-auth",
3
3
  "type": "module",
4
4
  "author": "Adobe Inc.",
5
- "version": "0.8.1",
5
+ "version": "1.0.1",
6
6
  "private": false,
7
7
  "engines": {
8
8
  "node": ">=20 <=24"
@@ -14,7 +14,12 @@
14
14
  "adobe-io",
15
15
  "commerce",
16
16
  "adobe-commerce",
17
- "adobe-ims"
17
+ "adobe-commerce-sdk",
18
+ "aio-commerce-sdk",
19
+ "aio-commerce-lib-auth",
20
+ "authentication",
21
+ "adobe-ims",
22
+ "app-builder"
18
23
  ],
19
24
  "bugs": {
20
25
  "url": "https://github.com/adobe/aio-commerce-sdk/issues"
@@ -28,7 +33,7 @@
28
33
  "module": "./dist/es/index.mjs",
29
34
  "types": "./dist/cjs/index.d.cts",
30
35
  "bin": {
31
- "@adobe/aio-commerce-lib-auth": "./dist/es/commands/index.mjs"
36
+ "@adobe/aio-commerce-lib-auth": "./bin/cli.mjs"
32
37
  },
33
38
  "exports": {
34
39
  ".": {
@@ -48,26 +53,32 @@
48
53
  "#test*": "./test/*.ts"
49
54
  },
50
55
  "files": [
56
+ "bin",
51
57
  "dist",
52
58
  "package.json",
53
59
  "CHANGELOG.md",
54
60
  "README.md"
55
61
  ],
56
62
  "dependencies": {
57
- "@adobe/aio-lib-ims": "^8.1.0",
63
+ "@adobe/aio-lib-core-config": "^5.0.1",
64
+ "@adobe/aio-lib-ims": "^8.1.1",
58
65
  "ansis": "^4.1.0",
59
66
  "consola": "^3.4.2",
67
+ "dotenv": "^17.2.3",
60
68
  "oauth-1.0a": "^2.2.6",
69
+ "type-fest": "^5.0.0",
61
70
  "valibot": "^1.1.0",
62
- "@adobe/aio-commerce-lib-core": "0.6.1"
71
+ "@adobe/aio-commerce-lib-core": "1.0.0"
63
72
  },
64
73
  "devDependencies": {
65
- "@aio-commerce-sdk/config-tsdown": "1.0.0",
74
+ "typescript": "^5.9.3",
75
+ "@aio-commerce-sdk/config-tsdown": "1.0.1",
66
76
  "@aio-commerce-sdk/config-typedoc": "1.0.0",
67
77
  "@aio-commerce-sdk/config-typescript": "1.0.0",
68
78
  "@aio-commerce-sdk/config-vitest": "1.0.0",
69
- "@aio-commerce-sdk/common-utils": "0.2.0",
70
- "@aio-commerce-sdk/scripting-utils": "0.2.1"
79
+ "@aio-commerce-sdk/common-utils": "0.2.3",
80
+ "@aio-commerce-sdk/scripting-utils": "0.3.0",
81
+ "@aio-commerce-sdk/scripts": "0.1.0"
71
82
  },
72
83
  "sideEffects": false,
73
84
  "scripts": {
@@ -78,6 +89,7 @@
78
89
  "assist": "biome check --formatter-enabled=false --linter-enabled=false --assist-enabled=true --no-errors-on-unmatched",
79
90
  "assist:apply": "biome check --write --formatter-enabled=false --linter-enabled=false --assist-enabled=true --no-errors-on-unmatched",
80
91
  "check:ci": "biome ci --formatter-enabled=true --linter-enabled=true --assist-enabled=true --no-errors-on-unmatched",
92
+ "code:fix": "pnpm run lint:fix && pnpm run assist:apply && pnpm run format && pnpm run format:markdown",
81
93
  "format": "biome format --write --no-errors-on-unmatched",
82
94
  "format:markdown": "prettier --no-error-on-unmatched-pattern --write '**/*.md' \"!**/{CODE_OF_CONDUCT.md,COPYRIGHT,LICENSE,SECURITY.md,CONTRIBUTING.md}\"",
83
95
  "format:check": "biome format --no-errors-on-unmatched",
@@ -1 +0,0 @@
1
- var __create=Object.create,__defProp=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__getOwnPropNames=Object.getOwnPropertyNames,__getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty,__commonJSMin=(cb,mod)=>()=>(mod||cb((mod={exports:{}}).exports,mod),mod.exports),__copyProps=(to,from,except,desc)=>{if(from&&typeof from==`object`||typeof from==`function`)for(var keys=__getOwnPropNames(from),i=0,n=keys.length,key;i<n;i++)key=keys[i],!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:(k=>from[k]).bind(null,key),enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to},__toESM=(mod,isNodeMode,target)=>(target=mod==null?{}:__create(__getProtoOf(mod)),__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,`default`,{value:mod,enumerable:!0}):target,mod));Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return __toESM}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return __commonJSMin}});