@ms-cloudpack/inline-scripts 0.2.34 → 0.2.35

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @ms-cloudpack/inline-scripts
2
2
 
3
- A package that provides inline scripts that needs to be injected into the page for Cloudpack to work properly.
3
+ Provides inline scripts that must be injected into the page for Cloudpack to work properly.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/inline-scripts",
3
- "version": "0.2.34",
4
- "description": "A package that provides inline scripts that needs to be injected into the page for Cloudpack to work properly.",
3
+ "version": "0.2.35",
4
+ "description": "Provides inline scripts that must be injected into the page for Cloudpack to work properly.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "types": "./lib/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@ms-cloudpack/overlay": "^0.19.30",
17
+ "@ms-cloudpack/overlay": "^0.19.31",
18
18
  "@ms-cloudpack/path-utilities": "^3.1.22"
19
19
  },
20
20
  "devDependencies": {