@visulima/packem-rollup 1.0.0-alpha.47 → 1.0.0-alpha.49

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,3 +1,27 @@
1
+ ## @visulima/packem-rollup [1.0.0-alpha.49](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.48...@visulima/packem-rollup@1.0.0-alpha.49) (2026-04-16)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump node engines to ^22.14.0 || >=24.10.0 ([32f705a](https://github.com/visulima/packem/commit/32f705aa866f9daea6a094df74ef66aa8088e2c6))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.30
11
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.10
12
+
13
+ ## @visulima/packem-rollup [1.0.0-alpha.48](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.47...@visulima/packem-rollup@1.0.0-alpha.48) (2026-03-28)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **packem-rollup:** guard against undefined names in findExports result ([231f4cd](https://github.com/visulima/packem/commit/231f4cd3dece55d7afd8dac1e2ec2bb16e39f505))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.29
23
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.9
24
+
1
25
  ## @visulima/packem-rollup [1.0.0-alpha.47](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.46...@visulima/packem-rollup@1.0.0-alpha.47) (2026-03-24)
2
26
 
3
27
  ### Features
@@ -1,4 +1,4 @@
1
- var A=Object.defineProperty;var v=(a,t)=>A(a,"name",{value:t,configurable:!0});import y from"magic-string";import{findExports as C,findStaticImports as I,parseStaticImport as N}from"mlly";import{parseSync as b}from"oxc-parser";var T=Object.defineProperty,g=v((a,t)=>T(a,"name",{value:t,configurable:!0}),"h");const _=g((a,t,n)=>{const l=C(a).find(e=>e.names.includes("default")),r=a.match(/^export\s+default\s+(\w+);/m);if(r&&r[1])return{defaultAlias:r[1],defaultExport:{code:r[0],end:r.index===void 0?void 0:r.index+r[0].length,names:["default"],specifier:void 0,start:r.index,type:"default"},exports:[]};if(!l)return;const p=l.code.match(/export\s*\{([^}]*)\}/);if(!p?.length){n.warn?.(`A default export was indicated in ${t.fileName}, but its structure could not be parsed.`);return}let i;const c=[];for(const e of p[1].split(",").map(o=>o.trim())){if(e==="default"){i=e;continue}const o=e.match(/\s*as\s+default\s*/);o?i=e.replace(o[0],""):c.push(e)}if(!i){n.warn?.(`A default export was indicated in ${t.fileName}, but its alias could not be determined from the export statement.`);return}return{defaultAlias:i,defaultExport:l,exports:c}},"extractExports"),j=g((a,t,n)=>{if("declarations"in t&&t.declarations.length>0){const l=t.declarations[0];if(l&&l.id.type==="Identifier"){a.set(l.id.name,{declare:t.declare===!0,end:t.end,isVariable:!0,start:t.start});return}}if("id"in t&&t.id&&t.id.type==="Identifier"){const{name:l}=t.id;a.set(l,{declare:t.declare===!0,end:t.end,isClass:t.type==="ClassDeclaration",start:t.start});return}a.set(n(),{declare:t.declare===!0,end:t.end,start:t.start})},"prepareDeclaration"),E=g((a,t,n,l)=>{const r=b(n.fileName,a,{astType:"ts",lang:"ts",sourceType:"module"});let p,i=0;const c=g(()=>(i+=1,`__unnamed_${i}$$`),"generateUnnamed"),e=new Map,o=new Map,{program:m}=r;for(const s of m.body)if(s.type==="ExportNamedDeclaration")for(const d of s.specifiers)d.exported.type==="Identifier"&&(d.exported.name==="default"?d.local.type==="Identifier"&&(p={end:d.end,local:d.local.name,start:d.start}):d.exported.type==="Identifier"&&o.set(d.exported.name,{type:d.exportKind==="type"}));else{if(s.type==="ImportDeclaration")continue;switch(s.type){case"ClassDeclaration":case"FunctionDeclaration":case"TSDeclareFunction":case"TSEnumDeclaration":case"TSInterfaceDeclaration":case"TSTypeAliasDeclaration":case"VariableDeclaration":{j(e,s,c);break}case"TSImportEqualsDeclaration":case"TSModuleDeclaration":{e.set(c(),{declare:!1,end:s.end,start:s.start});break}}}const x=[];if(p)for(const[s,d]of o.entries())s!==p.local&&d.type&&x.push(s);if(!p){const s=[...o.values()].every(d=>d.type);return t.startsWith("export type")&&o.size>0&&s||l.warn?.(`Cannot infer default export from the file: ${n.fileName}`),t}if(!e.get(p.local))return l.warn?.(`Cannot infer default export from the file: ${n.fileName}. Declaration for '${p.local}' not found.`),t;const u=t,f=new y(`${u}
1
+ var A=Object.defineProperty;var v=(a,t)=>A(a,"name",{value:t,configurable:!0});import y from"magic-string";import{findExports as C,findStaticImports as I,parseStaticImport as N}from"mlly";import{parseSync as b}from"oxc-parser";var T=Object.defineProperty,g=v((a,t)=>T(a,"name",{value:t,configurable:!0}),"h");const _=g((a,t,n)=>{const l=C(a).find(e=>e.names?.includes("default")),r=a.match(/^export\s+default\s+(\w+);/m);if(r&&r[1])return{defaultAlias:r[1],defaultExport:{code:r[0],end:r.index===void 0?void 0:r.index+r[0].length,names:["default"],specifier:void 0,start:r.index,type:"default"},exports:[]};if(!l)return;const p=l.code.match(/export\s*\{([^}]*)\}/);if(!p?.length){n.warn?.(`A default export was indicated in ${t.fileName}, but its structure could not be parsed.`);return}let i;const c=[];for(const e of p[1].split(",").map(o=>o.trim())){if(e==="default"){i=e;continue}const o=e.match(/\s*as\s+default\s*/);o?i=e.replace(o[0],""):c.push(e)}if(!i){n.warn?.(`A default export was indicated in ${t.fileName}, but its alias could not be determined from the export statement.`);return}return{defaultAlias:i,defaultExport:l,exports:c}},"extractExports"),j=g((a,t,n)=>{if("declarations"in t&&t.declarations.length>0){const l=t.declarations[0];if(l&&l.id.type==="Identifier"){a.set(l.id.name,{declare:t.declare===!0,end:t.end,isVariable:!0,start:t.start});return}}if("id"in t&&t.id&&t.id.type==="Identifier"){const{name:l}=t.id;a.set(l,{declare:t.declare===!0,end:t.end,isClass:t.type==="ClassDeclaration",start:t.start});return}a.set(n(),{declare:t.declare===!0,end:t.end,start:t.start})},"prepareDeclaration"),E=g((a,t,n,l)=>{const r=b(n.fileName,a,{astType:"ts",lang:"ts",sourceType:"module"});let p,i=0;const c=g(()=>(i+=1,`__unnamed_${i}$$`),"generateUnnamed"),e=new Map,o=new Map,{program:m}=r;for(const s of m.body)if(s.type==="ExportNamedDeclaration")for(const d of s.specifiers)d.exported.type==="Identifier"&&(d.exported.name==="default"?d.local.type==="Identifier"&&(p={end:d.end,local:d.local.name,start:d.start}):d.exported.type==="Identifier"&&o.set(d.exported.name,{type:d.exportKind==="type"}));else{if(s.type==="ImportDeclaration")continue;switch(s.type){case"ClassDeclaration":case"FunctionDeclaration":case"TSDeclareFunction":case"TSEnumDeclaration":case"TSInterfaceDeclaration":case"TSTypeAliasDeclaration":case"VariableDeclaration":{j(e,s,c);break}case"TSImportEqualsDeclaration":case"TSModuleDeclaration":{e.set(c(),{declare:!1,end:s.end,start:s.start});break}}}const x=[];if(p)for(const[s,d]of o.entries())s!==p.local&&d.type&&x.push(s);if(!p){const s=[...o.values()].every(d=>d.type);return t.startsWith("export type")&&o.size>0&&s||l.warn?.(`Cannot infer default export from the file: ${n.fileName}`),t}if(!e.get(p.local))return l.warn?.(`Cannot infer default export from the file: ${n.fileName}. Declaration for '${p.local}' not found.`),t;const u=t,f=new y(`${u}
2
2
  declare namespace ${p.local} {
3
3
  `);for(const[s,d]of e.entries()){if(x.includes(s)&&s!==p.local)continue;const h=a.slice(d.start,d.end).replace(/\s+\}$/," }");f.append(" "),d.declare?f.append(h.replace("declare","export").replaceAll(" "," ")):f.append(`export ${h}`.replaceAll(" "," ")),f.append(`
4
4
  `)}return f.append(` import _default = ${p.local};
@@ -1 +1 @@
1
- var i=Object.defineProperty;var n=(e,r)=>i(e,"name",{value:r,configurable:!0});import{_ as o}from"../packem_shared/fix-dts-default-cjs-exports-EvsobpME.js";var p=Object.defineProperty,a=n((e,r)=>p(e,"name",{value:r,configurable:!0}),"n");const l=a((e={})=>{const{matcher:r=a(t=>(t.type==="chunk"||t.type==="asset")&&t.exports?.length>0&&/\.d\.c?ts$/.test(t.fileName)&&t.isEntry,"matcher")}=e;return{name:"packem:fix-dts-default-cjs-exports-plugin",renderChunk(t,s){return r(s)?o(t,{fileName:s.fileName,imports:s.imports},{warn:this.warn}):void 0}}},"fixDtsDefaultCjsExportsPlugin");export{l as fixDtsDefaultCjsExportsPlugin};
1
+ var i=Object.defineProperty;var n=(e,r)=>i(e,"name",{value:r,configurable:!0});import{_ as o}from"../packem_shared/fix-dts-default-cjs-exports-B11TKCnY.js";var p=Object.defineProperty,a=n((e,r)=>p(e,"name",{value:r,configurable:!0}),"n");const l=a((e={})=>{const{matcher:r=a(t=>(t.type==="chunk"||t.type==="asset")&&t.exports?.length>0&&/\.d\.c?ts$/.test(t.fileName)&&t.isEntry,"matcher")}=e;return{name:"packem:fix-dts-default-cjs-exports-plugin",renderChunk(t,s){return r(s)?o(t,{fileName:s.fileName,imports:s.imports},{warn:this.warn}):void 0}}},"fixDtsDefaultCjsExportsPlugin");export{l as fixDtsDefaultCjsExportsPlugin};
@@ -1,3 +1,3 @@
1
- var C=Object.defineProperty;var v=(t,e)=>C(t,"name",{value:e,configurable:!0});import{createFilter as L}from"@rollup/pluginutils";import{readFile as A}from"@visulima/fs";import{EXCLUDE_REGEXP as z,ENDING_REGEX as O}from"@visulima/packem-share/constants";import{getDtsExtension as J}from"@visulima/packem-share/utils";import{dirname as G,toNamespacedPath as D,sep as P,extname as F,isAbsolute as q,relative as M,join as k,basename as T}from"@visulima/path";import{parseSync as B}from"oxc-parser";import{_ as H}from"../../packem_shared/fix-dts-default-cjs-exports-EvsobpME.js";var Q=Object.defineProperty,V=v((t,e)=>Q(t,"name",{value:e,configurable:!0}),"e");const K=/^([\w-]+):/,I=V(t=>{if(!t||typeof t!="string")throw new Error("Invalid key: Key must be a non-empty string.");const e=[],p=K.exec(t);p&&(e.push(p[1]),t=t.replace(K,""));const s=t.split("/");for(const c of s)(c.includes("*")||c)&&e.push(c);return e},"splitTsconfigPathKey");var Y=Object.defineProperty,Z=v((t,e)=>Y(t,"name",{value:e,configurable:!0}),"h");const ee=Z((t,e)=>{const p=t.replace(/^\.\//,""),s=e.replace(/^\.\//,"");if(s.startsWith(p))return t+s.slice(p.length);if(t.endsWith(e))return t;const c=I(t),d=I(e);let m=c.length-1,r=d.length-1;for(;m>=0&&r>=0&&c[m]===d[r];)m--,r--;let a=c.slice(0,m).join("/");const f=d.slice(r).join("/");return(!a.startsWith(".")||a==="")&&(a=a?`./${a}`:"."),a+(f?`/${f}`:"")},"extendString");var te=Object.defineProperty,re=v((t,e)=>te(t,"name",{value:e,configurable:!0}),"s");const oe=re((...t)=>{if(t.length===0)return"";if(t.length===1)return G(t[0]);t=t.map(c=>D(c).split(P).join("/"));const[e,...p]=t;let s=e.split("/");for(const c of p){const d=c.split("/",s.length);let m=0;for(const r of d)if(r===s[m])m+=1;else{s=s.slice(0,m);break}s=s.slice(0,m)}return(s.length<=1&&s[0]===""?`/${s[0]}`:s.join("/")).split("/").join(P)},"lowestCommonAncestor");var ie=Object.defineProperty,w=v((t,e)=>ie(t,"name",{value:e,configurable:!0}),"x");const S=w((t,e)=>`${t}
1
+ var C=Object.defineProperty;var v=(t,e)=>C(t,"name",{value:e,configurable:!0});import{createFilter as L}from"@rollup/pluginutils";import{readFile as A}from"@visulima/fs";import{EXCLUDE_REGEXP as z,ENDING_REGEX as O}from"@visulima/packem-share/constants";import{getDtsExtension as J}from"@visulima/packem-share/utils";import{dirname as G,toNamespacedPath as D,sep as P,extname as F,isAbsolute as q,relative as M,join as k,basename as T}from"@visulima/path";import{parseSync as B}from"oxc-parser";import{_ as H}from"../../packem_shared/fix-dts-default-cjs-exports-B11TKCnY.js";var Q=Object.defineProperty,V=v((t,e)=>Q(t,"name",{value:e,configurable:!0}),"e");const K=/^([\w-]+):/,I=V(t=>{if(!t||typeof t!="string")throw new Error("Invalid key: Key must be a non-empty string.");const e=[],p=K.exec(t);p&&(e.push(p[1]),t=t.replace(K,""));const s=t.split("/");for(const c of s)(c.includes("*")||c)&&e.push(c);return e},"splitTsconfigPathKey");var Y=Object.defineProperty,Z=v((t,e)=>Y(t,"name",{value:e,configurable:!0}),"h");const ee=Z((t,e)=>{const p=t.replace(/^\.\//,""),s=e.replace(/^\.\//,"");if(s.startsWith(p))return t+s.slice(p.length);if(t.endsWith(e))return t;const c=I(t),d=I(e);let m=c.length-1,r=d.length-1;for(;m>=0&&r>=0&&c[m]===d[r];)m--,r--;let a=c.slice(0,m).join("/");const f=d.slice(r).join("/");return(!a.startsWith(".")||a==="")&&(a=a?`./${a}`:"."),a+(f?`/${f}`:"")},"extendString");var te=Object.defineProperty,re=v((t,e)=>te(t,"name",{value:e,configurable:!0}),"s");const oe=re((...t)=>{if(t.length===0)return"";if(t.length===1)return G(t[0]);t=t.map(c=>D(c).split(P).join("/"));const[e,...p]=t;let s=e.split("/");for(const c of p){const d=c.split("/",s.length);let m=0;for(const r of d)if(r===s[m])m+=1;else{s=s.slice(0,m);break}s=s.slice(0,m)}return(s.length<=1&&s[0]===""?`/${s[0]}`:s.join("/")).split("/").join(P)},"lowestCommonAncestor");var ie=Object.defineProperty,w=v((t,e)=>ie(t,"name",{value:e,configurable:!0}),"x");const S=w((t,e)=>`${t}
2
2
  //# sourceMappingURL=${T(e)}.map
3
3
  `,"appendMapUrl"),R=w((t,e,p,s)=>{let c=e;return!F(c)&&s&&(c=`${c}${s}`),JSON.stringify({file:T(p),mappings:t,names:[],sourceRoot:"",sources:[M(G(p),c)],version:3})},"generateDtsMap"),ue=w((t,e)=>{const p=L(/\.(?:[mc]?ts|[jt]sx?)$/,e.options.rollup.isolatedDeclarations?.exclude||z);let s=Object.create(null);const c=w((r,a)=>{s[r.replace(O,"")]={...a,ext:F(r)}},"addOutput");let d=[];e.tsconfig?.config.compilerOptions&&(d=Object.entries(e.tsconfig.config.compilerOptions.paths??{}).map(([r])=>r.endsWith("*")?new RegExp(`^${r.replace("*","(.*)")}$`):new RegExp(`^${r}$`)));async function m(r,a){if(!p(a))return;e.logger.debug({message:`Processing file: ${a}`,prefix:"packem:isolated-declarations"});let f;try{f=B(a,r).program}catch(n){e.logger.debug({message:n.message,prefix:"packem:isolated-declarations"})}if(f){const n=f.body.filter(o=>(o.type==="ImportDeclaration"||o.type==="ExportAllDeclaration"||o.type==="ExportNamedDeclaration")&&o.source);for await(const o of n){if(F(o.source.value)!=="")continue;const i=await this.resolve(o.source.value,a);if(!(!i||i.external)&&(i.id.endsWith(".ts")||i.id.endsWith(".cts")||i.id.endsWith(".mts")||i.id.endsWith(".tsx")||i.id.endsWith(".ctsx")||i.id.endsWith(".mtsx"))){const $=i.id.replace(`${t}/`,"");let y=o.source.value;d.some(b=>b.test(o.source.value))&&!o.source.value.startsWith(".")&&(y=`./${o.source.value}`);const h=ee(y,$);r=r.replaceAll(`from "${o.source.value}"`,`from "${h}"`),r=r.replaceAll(`from '${o.source.value}'`,`from '${h}'`)}}}const{errors:x,map:N,sourceText:l}=await e.options.isolatedDeclarationTransformer(a,r,e.options.sourcemap,e.tsconfig?.config?.compilerOptions);if(x.length>0){if(e.options.rollup.isolatedDeclarations.ignoreErrors){this.warn(x[0]);return}return this.error(x[0])}if(!l){this.warn(`No source text generated for ${a}`);return}if(c(a,{map:N,source:l}),!f)return;const u=f.body.filter(n=>!("source"in n)||!n.source?!1:"importKind"in n&&n.importKind==="type"||"exportKind"in n&&n.exportKind==="type"?!0:n.type==="ImportDeclaration"?n.specifiers&&n.specifiers.every(o=>o.type==="ImportSpecifier"&&o.importKind==="type"):n.type==="ExportNamedDeclaration"&&n.specifiers&&n.specifiers.every(o=>o.exportKind==="type"));for await(const n of u){if(!n.source)continue;const o=await this.resolve(n.source.value,a);if(!o)return;const i=o.id;if(p(i)&&!s[i.replace(O,"")])try{const $=await A(i);await m.call(this,$,i)}catch{}}}return v(m,"v"),w(m,"transform"),{buildStart(){s=Object.create(null)},name:"packem:isolated-declarations",async renderStart(r,{input:a}){const f=oe(...Array.isArray(a)?a:Object.values(a));e.logger.debug({message:`Input base:${f}`,prefix:"packem:isolated-declarations"});const x=Array.isArray(a)?a:Object.values(a);for await(const l of x)if(p(l)&&!s[l.replace(O,"")])try{const u=await A(l);await m.call(this,u,l)}catch{}typeof r.entryFileNames=="function"&&(r.entryFileNames=r.entryFileNames({name:r.name}));const N=r.entryFileNames.replace(/\.(.)?[jt]sx?$/,(l,u)=>`.d.${u||""}ts`);for await(let[l,{ext:u,map:n,source:o}]of Object.entries(s)){let i;const $=l;if(q(l)){if(!l.startsWith(t)){e.logger.debug({message:`Skipping file outside sourceDirectory: ${l}`,prefix:"packem:isolated-declarations"});continue}i=M(t,l)}else i=l.replace(`${t}/`,"");if(i.startsWith("/")&&(i=i.slice(1)),e.options.rollup.cjsInterop&&r.format==="cjs"){const g=H(o,{fileName:i,imports:[]},{warn:this.warn});g&&(o=g.code)}const y=o.includes("from '")?"'":'"',h=i+u;if((e.options.declaration===!0||e.options.declaration==="compatible")&&r.format==="cjs"){e.logger.debug({message:`Emit compatible dts file: ${i}`,prefix:"packem:isolated-declarations"});const g=N.replace("[name]",D(i)).replace(".cts",".ts");let j=o;e.options.sourcemap&&n&&(j=S(j.trim(),g),this.emitFile({fileName:`${g}.map`,originalFileName:h,source:R(n,$,k(r.dir,g),u),type:"asset"})),this.emitFile({fileName:g,originalFileName:h,source:j.replaceAll(/(from\s)['|"]((.*)\..+|['|"].*)['|"];?/g,(W,E,X,_)=>`${E+y+(_||X)}.d.ts${y};`),type:"asset"})}e.logger.debug({message:`Emit dts file: ${i}`,prefix:"packem:isolated-declarations"});const b=N.replace("[name]",D(i));e.options.sourcemap&&n&&(o=S(o.trim(),b),this.emitFile({fileName:`${b}.map`,originalFileName:h,source:R(n,$,k(r.dir,b),u),type:"asset"}));const U=J(e,r.format==="cjs"?"cjs":"esm");this.emitFile({fileName:b,originalFileName:h,source:o.replaceAll(/(from\s)['|"]((.*)\..+|['|"].*)['|"];?/g,(g,j,W,E)=>`${j+y+(E||W)}.${U}${y};`),type:"asset"})}},transform:m}},"isolatedDeclarationsPlugin");export{ue as isolatedDeclarationsPlugin};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/packem-rollup",
3
- "version": "1.0.0-alpha.47",
3
+ "version": "1.0.0-alpha.49",
4
4
  "description": "Rollup plugins for packem",
5
5
  "keywords": [
6
6
  "visulima",
@@ -158,25 +158,25 @@
158
158
  "@visulima/find-cache-dir": "2.0.7",
159
159
  "@visulima/fs": "4.1.0",
160
160
  "@visulima/package": "4.1.7",
161
- "@visulima/packem-share": "1.0.0-alpha.28",
161
+ "@visulima/packem-share": "1.0.0-alpha.30",
162
162
  "@visulima/path": "2.0.5",
163
- "@visulima/rollup-plugin-dts": "1.0.0-alpha.8",
163
+ "@visulima/rollup-plugin-dts": "1.0.0-alpha.10",
164
164
  "@visulima/source-map": "2.0.5",
165
165
  "cjs-module-lexer": "2.2.0",
166
166
  "clean-css": "^5.3.3",
167
167
  "glob-parent": "6.0.2",
168
- "html-minifier-next": "5.2.2",
168
+ "html-minifier-next": "6.1.2",
169
169
  "magic-string": "0.30.21",
170
170
  "mlly": "1.8.2",
171
- "oxc-parser": "0.121.0",
171
+ "oxc-parser": "0.126.0",
172
172
  "oxc-resolver": "11.19.1",
173
- "rollup-plugin-license": "3.7.0",
173
+ "rollup-plugin-license": "3.7.1",
174
174
  "rollup-plugin-polyfill-node": "0.13.0",
175
175
  "rollup-plugin-pure": "^0.4.0",
176
176
  "rollup-plugin-visualizer": "7.0.1",
177
177
  "rs-module-lexer": "2.8.0",
178
178
  "semver": "7.7.4",
179
- "tinyglobby": "0.2.15"
179
+ "tinyglobby": "0.2.16"
180
180
  },
181
181
  "peerDependencies": {
182
182
  "@babel/core": "*",
@@ -211,7 +211,7 @@
211
211
  }
212
212
  },
213
213
  "engines": {
214
- "node": ">=20.19.* <=25.*"
214
+ "node": "^22.14.0 || >= 24.10.0"
215
215
  },
216
216
  "publishConfig": {
217
217
  "access": "public",