@pantheon-systems/css-client 0.11.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.
- package/dist/sdk-version.d.ts +1 -1
- package/dist/sdk-version.js +1 -1
- package/package.json +2 -2
package/dist/sdk-version.d.ts
CHANGED
|
@@ -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.11.
|
|
10
|
+
export declare const SDK_VERSION = "0.11.1";
|
|
11
11
|
//# sourceMappingURL=sdk-version.d.ts.map
|
package/dist/sdk-version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantheon-systems/css-client",
|
|
3
|
-
"version": "0.11.
|
|
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": "
|
|
48
|
+
"license": "UNLICENSED",
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"partysocket": "1.1.10",
|
|
51
51
|
"yjs": "^13.6.29"
|