@worknice/utils 0.20.0 → 0.21.0

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.
@@ -1,2 +1,2 @@
1
- const __brand__ = Symbol();
1
+ const __brand__ = /* @__PURE__ */ Symbol();
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/temporal/index.ts"],"sourcesContent":["const __brand__: unique symbol = Symbol();\n\nexport type Instant = string & { [__brand__]: \"Instant\" };\nexport type PlainDate = string & { [__brand__]: \"PlainDate\" };\nexport type PlainDateTime = string & { [__brand__]: \"PlainDateTime\" };\nexport type PlainTime = string & { [__brand__]: \"PlainTime\" };\n"],"mappings":"AAAA,MAAM,YAA2B,OAAO;","names":[]}
1
+ {"version":3,"sources":["../../src/temporal/index.ts"],"sourcesContent":["const __brand__: unique symbol = Symbol();\n\nexport type Instant = string & { [__brand__]: \"Instant\" };\nexport type PlainDate = string & { [__brand__]: \"PlainDate\" };\nexport type PlainDateTime = string & { [__brand__]: \"PlainDateTime\" };\nexport type PlainTime = string & { [__brand__]: \"PlainTime\" };\n"],"mappings":"AAAA,MAAM,YAA2B,uBAAO;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worknice/utils",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "type": "module",
@@ -34,8 +34,8 @@
34
34
  "prettier-plugin-sql": "^0.19.0",
35
35
  "semantic-release": "^24.2.2",
36
36
  "temporal-polyfill": "^0.2.5",
37
- "tsup": "^8.2.4",
38
- "typescript": "~5.5.0",
37
+ "tsup": "^8.5.1",
38
+ "typescript": "^5.9.3",
39
39
  "vitest": "^3.1.1"
40
40
  },
41
41
  "peerDependencies": {