@shushed/helpers 0.0.45 → 0.0.46

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -920,7 +920,7 @@ var PubSubHelper = class extends Runtime {
920
920
  };
921
921
  const simLabels = Object.assign({}, subscriptionMetaData?.labels || {}, proposedLabels);
922
922
  if (!(0, import_lodash.default)(simLabels, subscriptionMetaData?.labels)) {
923
- simLabels["last-modified-at"] = (/* @__PURE__ */ new Date()).toISOString().replace(/:/g, "-").toLowerCase();
923
+ simLabels["last-modified-at"] = (/* @__PURE__ */ new Date()).getTime();
924
924
  nextMetadata = nextMetadata || {};
925
925
  nextMetadata.labels = simLabels;
926
926
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",