web5-cli 0.1.0 → 0.1.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/dist/utils/pds.js CHANGED
@@ -164,7 +164,7 @@ export const pdsManager = {
164
164
  agent.setHeader('Authorization', `Bearer ${accessJwt}`);
165
165
  const record = JSON.parse(data);
166
166
  const newRecord = {
167
- created: new Date().toISOString(),
167
+ created: new Date().toISOString().split('.')[0] + 'Z',
168
168
  ...record,
169
169
  };
170
170
  const { TID } = await import('@atproto/common-web');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web5-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Web5 CLI tool for decentralized identity and data management",
5
5
  "type": "module",
6
6
  "bin": {