@pantheon-systems/css-client 0.10.0 → 0.11.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.
@@ -7,5 +7,5 @@
7
7
  /** Name half of `x-p1-sdk`. */
8
8
  export declare const SDK_NAME = "css-client";
9
9
  /** Version half of `x-p1-sdk`, matching the published release. */
10
- export declare const SDK_VERSION = "0.10.0";
10
+ export declare const SDK_VERSION = "0.11.1";
11
11
  //# sourceMappingURL=sdk-version.d.ts.map
@@ -7,5 +7,5 @@
7
7
  /** Name half of `x-p1-sdk`. */
8
8
  export const SDK_NAME = 'css-client';
9
9
  /** Version half of `x-p1-sdk`, matching the published release. */
10
- export const SDK_VERSION = '0.10.0';
10
+ export const SDK_VERSION = '0.11.1';
11
11
  //# sourceMappingURL=sdk-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/css-client",
3
- "version": "0.10.0",
3
+ "version": "0.11.1",
4
4
  "description": "TypeScript API client for Collaborative State System",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -45,7 +45,7 @@
45
45
  "engines": {
46
46
  "node": ">=24.0.0"
47
47
  },
48
- "license": "MIT",
48
+ "license": "UNLICENSED",
49
49
  "dependencies": {
50
50
  "partysocket": "1.1.10",
51
51
  "yjs": "^13.6.29"