@pragma-sh/sdk 0.5.0 → 1.0.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.
package/dist/index.cjs CHANGED
@@ -964,7 +964,7 @@ function isScratchpadComment(value) {
964
964
  // ../constants/values.json
965
965
  var values_default = {
966
966
  daemon: {
967
- protocolVersion: "0.5.0",
967
+ protocolVersion: "1.0.0",
968
968
  socketFile: "daemon.sock",
969
969
  lockFile: "server.lock",
970
970
  logFile: "server.log"
@@ -1213,7 +1213,7 @@ var values_default = {
1213
1213
  app: {
1214
1214
  name: "Pragma",
1215
1215
  identifier: "com.pragma.app",
1216
- version: "0.5.0"
1216
+ version: "1.0.0"
1217
1217
  },
1218
1218
  onboarding: {
1219
1219
  mediaBaseUrl: "https://pragma-app.sh/media",
package/dist/index.js CHANGED
@@ -894,7 +894,7 @@ function isScratchpadComment(value) {
894
894
  // ../constants/values.json
895
895
  var values_default = {
896
896
  daemon: {
897
- protocolVersion: "0.5.0",
897
+ protocolVersion: "1.0.0",
898
898
  socketFile: "daemon.sock",
899
899
  lockFile: "server.lock",
900
900
  logFile: "server.log"
@@ -1143,7 +1143,7 @@ var values_default = {
1143
1143
  app: {
1144
1144
  name: "Pragma",
1145
1145
  identifier: "com.pragma.app",
1146
- version: "0.5.0"
1146
+ version: "1.0.0"
1147
1147
  },
1148
1148
  onboarding: {
1149
1149
  mediaBaseUrl: "https://pragma-app.sh/media",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pragma-sh/sdk",
3
- "version": "0.5.0",
3
+ "version": "1.0.0",
4
4
  "description": "Typed TypeScript wrapper SDK for the Pragma CLI.",
5
5
  "homepage": "https://github.com/pragma-sh/pragma#readme",
6
6
  "bugs": "https://github.com/pragma-sh/pragma/issues",