@ordergroove/smi-serve 1.9.9 → 1.9.10

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.9.10](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.9...@ordergroove/smi-serve@1.9.10) (2024-12-11)
7
+
8
+ **Note:** Version bump only for package @ordergroove/smi-serve
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.9.9](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.8...@ordergroove/smi-serve@1.9.9) (2024-11-18)
7
15
 
8
16
  **Note:** Version bump only for package @ordergroove/smi-serve
package/README.md CHANGED
@@ -67,5 +67,4 @@ Ordergroove regularly makes updates to its Subscription Manager templates to fix
67
67
  ## Limitations
68
68
 
69
69
  - Windows is not fully supported, though most functionality should work.
70
- - smi-serve only reads and writes from your currently published Subscription Manager theme. Draft themes are not currently supported.
71
70
  - SSO users and My Organization admins are not currently supported.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/smi-serve",
3
- "version": "1.9.9",
3
+ "version": "1.9.10",
4
4
  "description": "Utility to serve a Subscription Manager template locally",
5
5
  "keywords": [],
6
6
  "author": "Eugenio Lattanzio <eugenio.lattanzio@ordergroove.com>",
@@ -35,5 +35,5 @@
35
35
  "devDependencies": {
36
36
  "memfs": "^4.8.2"
37
37
  },
38
- "gitHead": "4f6cc9a6a9922404707e39649d8be3d08986350e"
38
+ "gitHead": "a1708199a5638e704c6c572bae7576115d6a3a2b"
39
39
  }