@intlayer/api 7.0.9-canary.2 → 7.1.0-canary.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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/api",
3
- "version": "7.0.9-canary.2",
3
+ "version": "7.1.0-canary.0",
4
4
  "private": false,
5
5
  "description": "SDK for interacting with the Intlayer API, enabling content auditing, and managing organizations, projects, and users.",
6
6
  "keywords": [
@@ -64,15 +64,15 @@
64
64
  "lint": "biome lint .",
65
65
  "lint:fix": "biome lint --write .",
66
66
  "prepublish": "cp -f ../../../README.md ./README.md",
67
- "publish": "bun publish --access public || true",
68
- "publish:canary": "bun publish --tag canary --access public || true",
69
- "publish:latest": "bun publish --tag latest --access public || true",
67
+ "publish": "bun publish || true",
68
+ "publish:canary": "bun publish --tag canary || true",
69
+ "publish:latest": "bun publish --tag latest || true",
70
70
  "test": "vitest run",
71
71
  "test:watch": "vitest",
72
72
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
73
73
  },
74
74
  "dependencies": {
75
- "@intlayer/config": "7.0.9-canary.2"
75
+ "@intlayer/config": "7.1.0-canary.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@types/node": "24.10.1",
@@ -85,10 +85,10 @@
85
85
  "vitest": "4.0.8"
86
86
  },
87
87
  "peerDependencies": {
88
- "@intlayer/backend": "7.0.9-canary.2",
89
- "@intlayer/config": "7.0.9-canary.2",
90
- "@intlayer/types": "7.0.9-canary.2",
91
- "intlayer-editor": "7.0.9-canary.2"
88
+ "@intlayer/backend": "7.1.0-canary.0",
89
+ "@intlayer/config": "7.1.0-canary.0",
90
+ "@intlayer/types": "7.1.0-canary.0",
91
+ "intlayer-editor": "7.1.0-canary.0"
92
92
  },
93
93
  "peerDependenciesMeta": {
94
94
  "@intlayer/backend": {