@twin.org/web 0.0.3-next.36 → 0.0.3-next.37

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/docs/changelog.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.36...web-v0.0.3-next.37) (2026-05-07)
4
+
5
+
6
+ ### Features
7
+
8
+ * add IEntitySchemaDiff and entitySchemaDiff utility ([#282](https://github.com/iotaledger/twin-framework/issues/282)) ([9d63e94](https://github.com/iotaledger/twin-framework/commit/9d63e94021ee2ffc138004ee68cf53d08a6b17f9))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
16
+ * @twin.org/crypto bumped from 0.0.3-next.36 to 0.0.3-next.37
17
+ * @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
18
+ * devDependencies
19
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
20
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
21
+ * @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
22
+
3
23
  ## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.35...web-v0.0.3-next.36) (2026-05-07)
4
24
 
5
25
 
package/locales/en.json CHANGED
@@ -26,8 +26,5 @@
26
26
  "invalidLinkHeaderURL": "URL for Link header cannot contain \">\" character.",
27
27
  "invalidLinkHeaderRel": "Relation type for Link header cannot contain \" character."
28
28
  }
29
- },
30
- "errorMessages": {
31
- "fetch": "Fetch"
32
29
  }
33
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/web",
3
- "version": "0.0.3-next.36",
3
+ "version": "0.0.3-next.37",
4
4
  "description": "Classes for use with web operations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.3-next.36",
18
- "@twin.org/crypto": "0.0.3-next.36",
19
- "@twin.org/nameof": "0.0.3-next.36",
17
+ "@twin.org/core": "0.0.3-next.37",
18
+ "@twin.org/crypto": "0.0.3-next.37",
19
+ "@twin.org/nameof": "0.0.3-next.37",
20
20
  "jose": "6.2.2"
21
21
  },
22
22
  "main": "./dist/es/index.js",