akeyless-client-commons 1.0.5 → 1.0.8
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/components/index.js.map +1 -1
- package/dist/components/index.mjs.map +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/helpers/index.mjs.map +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +4 -5
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["c:\\work\\akeyless\\commons\\client_commons\\dist\\types\\index.js"],"names":[],"mappings":"","sourcesContent":["var __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\n\n// src/types/index.ts\nvar types_exports = {};\nmodule.exports = __toCommonJS(types_exports);\n"]}
|
|
1
|
+
{"version":3,"sources":["c:\\work\\akeyless\\commons\\client_commons\\dist\\types\\index.js"],"names":["__defProp","Object","defineProperty","__getOwnPropDesc","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","getOwnPropertyDescriptor","__copyProps","to","from","except","desc","key","call","get"],"mappings":";;;;;;;;;;IAAA,EAAIA,EAAAA,QAAAA,CAAAA,OAAYC,qCAAZD,EAAYC,OAAAA,EAAOC,GAAAA,MAAAA,OAAc,KAAA,OAAA,SAAA,YAAA;YACjCC,kCAAAA,2BAAAA;;;gBAAAA,IAAAA,MAAAA;gBACAC,IAAAA,CAAAA,aAAoBH,IAAAA,CAAAA,EAAOI,EAAAA,QAAAA,QAAAA,CAAmB,OAC9CC,UAAAA,CAAeL,GAAAA,IAAOM,CAAAA;oBAAAA,KAAAA,CAAS,CAACC;+BAAAA,IAAAA,CAAAA,IAAAA,CAAc;;oBAAA,YAAA,CAAA,CAAA,OAAA,iBAAA,MAAA,IAAA,KAAA,KAAA,UAAA;gBAAA;;YAF9CL,QAAAA,YAAAA,GAAmBF,OAAOQ,QAAAA,gBAAwB,UAAlDN,SAAAA,6BAAAA,QAAAA,yBAAAA;;YAAAA;YAAAA;;;qBAAAA,6BAAAA;oBAAAA;;;oBAAAA;0BAAAA;;;;IAGJ,EAAIO,cAAc,SAACC,IAAIC,MAAMC,QAAQC;MACnC,IAAIF,CAAAA,OAAQ,CAAA,OAAOA,qCAAP,SAAOA,KAAG,MAAM,YAAY,OAAOA,SAAS,YAAY;YAC7D,kCAAA,2BAAA;;;;;;gBAAA,IAAIG,CAAAA,KAAJ;gBACH,IAAI,CAACT,aAAaU,IAAI,CAACL,IAAII,QAAQA,QAAQF,QACzCb,UAAUW,IAAII,KAAK;oBAAEE,KAAK,KAAA","sourcesContent":["var __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\n\n// src/types/index.ts\nvar types_exports = {};\nmodule.exports = __toCommonJS(types_exports);\n"]}
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "akeyless-client-commons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "tsup",
|
|
6
|
-
"deploy": "npm run build && npm publish",
|
|
7
|
-
"
|
|
8
|
-
"uc": "npm i git+https://github.com/akeylesspro/akeyless-types-commons.git",
|
|
6
|
+
"deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",
|
|
7
|
+
"uc": "npm i akeyless-types-commons",
|
|
9
8
|
"git": "powershell -ExecutionPolicy Bypass -File ./ps/create_branch.ps1",
|
|
10
9
|
"git2": "powershell -ExecutionPolicy Bypass -File ./ps/move_to_main.ps1"
|
|
11
10
|
},
|
|
@@ -17,7 +16,7 @@
|
|
|
17
16
|
"@radix-ui/react-progress": "^1.1.1",
|
|
18
17
|
"@radix-ui/react-slot": "^1.1.2",
|
|
19
18
|
"@types/lodash": "^4.17.13",
|
|
20
|
-
"akeyless-types-commons": "
|
|
19
|
+
"akeyless-types-commons": "^1.0.2",
|
|
21
20
|
"axios": "^1.7.9",
|
|
22
21
|
"class-variance-authority": "^0.7.0",
|
|
23
22
|
"clsx": "^2.1.1",
|